diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-08 22:31:54 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-08 22:32:03 +0900 |
| commit | f33d720cb67c3b7c35f57475bc7370af3b223b77 (patch) | |
| tree | c3a03334e3695a956b4c3d26e82977e369f44cbd /config/hypr/scripts/Refresh.sh | |
| parent | ef0fdb82ceef67ced28b510ea264e883e584a231 (diff) | |
fix waybar-wallust colors not applying
battery not charging waybar animation changes to reduce cpu usage as per wiki
Diffstat (limited to 'config/hypr/scripts/Refresh.sh')
| -rwxr-xr-x | config/hypr/scripts/Refresh.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/hypr/scripts/Refresh.sh b/config/hypr/scripts/Refresh.sh index f5f91c34..1aa63378 100755 --- a/config/hypr/scripts/Refresh.sh +++ b/config/hypr/scripts/Refresh.sh @@ -27,7 +27,7 @@ ags -q sleep 1 #Restart waybar -waybar & +waybar && killall -SIGUSR2 waybar # added since wallust sometimes not applying # relaunch swaync sleep 0.5 @@ -43,4 +43,5 @@ if file_exists "${UserScripts}/RainbowBorders.sh"; then fi + exit 0
\ No newline at end of file |
