diff options
Diffstat (limited to 'config/hypr/scripts')
| -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 556f651d..e393b95d 100755 --- a/config/hypr/scripts/Refresh.sh +++ b/config/hypr/scripts/Refresh.sh @@ -10,6 +10,7 @@ for _prs in "${_ps[@]}"; do fi done +sleep 0.5 # Relaunch waybar waybar & @@ -17,7 +18,7 @@ waybar & ${SCRIPTSDIR}/PywalDunst.sh & # Relaunching rainbow borders -sleep 1 +sleep 0.5 ${SCRIPTSDIR}/RainbowBorders.sh & # for cava-pywal (note, need to manually restart cava once wallpaper changes) |
