diff options
| author | JaKooLit <jimmielovejay.com> | 2023-12-15 15:42:02 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-12-15 15:42:02 +0900 |
| commit | d483224ccbdb0fbf32cda0c397cda36bdbde4590 (patch) | |
| tree | 75c7c4df59b058560eb33df29c97e192e122f63b /config/hypr/scripts/Refresh.sh | |
| parent | 8aa716dcb0a8c2c60619cc1391bb6ce8ccf317a3 (diff) | |
tweak refresh.sh and rofi config
Diffstat (limited to 'config/hypr/scripts/Refresh.sh')
| -rwxr-xr-x | config/hypr/scripts/Refresh.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/hypr/scripts/Refresh.sh b/config/hypr/scripts/Refresh.sh index e393b95d..0d91de8d 100755 --- a/config/hypr/scripts/Refresh.sh +++ b/config/hypr/scripts/Refresh.sh @@ -10,15 +10,16 @@ for _prs in "${_ps[@]}"; do fi done -sleep 0.5 +sleep 0.1 # Relaunch waybar waybar & +sleep 0.1 # Relaunch dunst with pywal-borders ${SCRIPTSDIR}/PywalDunst.sh & # Relaunching rainbow borders -sleep 0.5 +sleep 1 ${SCRIPTSDIR}/RainbowBorders.sh & # for cava-pywal (note, need to manually restart cava once wallpaper changes) |
