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:
|
||||
# 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
|
||||
|
@ -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'",
|
||||
|
@ -1,2 +1,2 @@
|
||||
LastUsed=1691325627
|
||||
LastUsed=1691349011
|
||||
Message='Fully Updated'
|
||||
|
Loading…
Reference in New Issue
Block a user