diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-19 19:38:44 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-19 19:38:44 +0900 |
| commit | 3446b1047f1139ea4d4bcf8b2a6c883d51583433 (patch) | |
| tree | ad87792fc17235efec7df409aa56a06d22522f28 /config/hypr/scripts/Refresh.sh | |
| parent | 609ce12913e79ccd0951b28a18d6ca5b3fa34905 (diff) | |
Updated WallpaperSelect.sh, Refresh.sh & RefreshNoWaybar.sh
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 3bd22463..2d7887a5 100755 --- a/config/hypr/scripts/Refresh.sh +++ b/config/hypr/scripts/Refresh.sh @@ -24,7 +24,6 @@ done # added since wallust sometimes not applying killall -SIGUSR2 waybar -killall -SIGUSR2 swaync # quit ags & relaunch ags #ags -q && ags & @@ -41,6 +40,8 @@ waybar & # relaunch swaync sleep 0.5 swaync > /dev/null 2>&1 & +# reload swaync +swaync-client --reload-config # Relaunching rainbow borders if the script exists sleep 1 |
