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

View File

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

View File

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