mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-25 00:38:20 -05:00
Update
This commit is contained in:
parent
46ab1dc28c
commit
a33da32b94
@ -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
|
||||||
|
@ -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'",
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
LastUsed=1691325627
|
LastUsed=1691349011
|
||||||
Message='Fully Updated'
|
Message='Fully Updated'
|
||||||
|
Loading…
Reference in New Issue
Block a user