This commit is contained in:
The-Repo-Club 2023-08-06 20:06:24 +01:00
parent 46ab1dc28c
commit a33da32b94
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
3 changed files with 9 additions and 7 deletions

View File

@ -12,7 +12,7 @@
#Created:
# Mon 22 November 2021, 03:15:54 PM [GMT+1]
#Modified:
# Sun 06 August 2023, 10:49:04 AM [GMT+1]
# Sun 06 August 2023, 06:58:02 PM [GMT+1]
#
#Description:
# <Todo>
@ -172,17 +172,17 @@ else
echo "cbatticon could not be found"
fi
if command -v volumeicon &>/dev/null; then
if ! pgrep -x "volumeicon" >/dev/null; then
if command -v pasystray &>/dev/null; then
if ! pgrep -x "pasystray" >/dev/null; then
(
sleep 5s
volumeicon
pasystray
) &
else
echo "volumeicon already Running"
echo "pasystray already Running"
fi
else
echo "volumeicon could not be found"
echo "pasystray could not be found"
fi
if command -v gufwicon &>/dev/null; then

View File

@ -158,6 +158,8 @@ rounded-corners-exclude = [
"class_g = 'Code'",
"class_g = 'firefox'",
"class_g = 'Nemo'",
"class_g = 'jetbrains-studio'",
"class_g = 'Pavucontrol'",
# Window Manager Stuff
"class_g = 'repowm'",
"class_g = 'repowmsystray'",

View File

@ -1,2 +1,2 @@
LastUsed=1691325627
LastUsed=1691349011
Message='Fully Updated'