From a33da32b944342e232a5a32050d129db2bf5e399 Mon Sep 17 00:00:00 2001 From: The-Repo-Club Date: Sun, 6 Aug 2023 20:06:24 +0100 Subject: [PATCH] Update --- localbin/.local/bin/autostart | 12 ++++++------ picom/.config/picom/picom.conf | 2 ++ repowm/.config/repowm/repobar/bar_updates.ini | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/localbin/.local/bin/autostart b/localbin/.local/bin/autostart index 873c932cf..95c6952d1 100755 --- a/localbin/.local/bin/autostart +++ b/localbin/.local/bin/autostart @@ -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: # @@ -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 diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf index 77d7f09ae..9e0e81b8d 100644 --- a/picom/.config/picom/picom.conf +++ b/picom/.config/picom/picom.conf @@ -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'", diff --git a/repowm/.config/repowm/repobar/bar_updates.ini b/repowm/.config/repowm/repobar/bar_updates.ini index 5772c7731..f7bbe0e6f 100644 --- a/repowm/.config/repowm/repobar/bar_updates.ini +++ b/repowm/.config/repowm/repobar/bar_updates.ini @@ -1,2 +1,2 @@ -LastUsed=1691325627 +LastUsed=1691349011 Message='Fully Updated'