diff options
| author | installer <installer@gmail.com> | 2025-02-11 00:49:27 +0900 |
|---|---|---|
| committer | installer <installer@gmail.com> | 2025-02-11 00:49:27 +0900 |
| commit | 40abfe9cbc5d35fe7118bb8ff7e7974bfeb13e1a (patch) | |
| tree | 39279d69e67a8f40e8f89b1af27348b9a421e21e /config/hypr/scripts/Refresh.sh | |
| parent | 309314e5727bcb4f369c34489a1ee2c550bce20e (diff) | |
updated DarkLight and swaync css
Diffstat (limited to 'config/hypr/scripts/Refresh.sh')
| -rwxr-xr-x | config/hypr/scripts/Refresh.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/hypr/scripts/Refresh.sh b/config/hypr/scripts/Refresh.sh index 5cb69af4..b041b19b 100755 --- a/config/hypr/scripts/Refresh.sh +++ b/config/hypr/scripts/Refresh.sh @@ -22,10 +22,12 @@ for _prs in "${_ps[@]}"; do fi done -killall -SIGUSR2 waybar # added since wallust sometimes not applying +# added since wallust sometimes not applying +killall -SIGUSR2 waybar +killall -SIGUSR2 swaync # quit ags & relaunch ags -#ags -q && ags & +ags -q && ags & # some process to kill for pid in $(pidof waybar rofi swaync ags swaybg); do |
