diff options
Diffstat (limited to 'config/hypr/scripts/Refresh.sh')
| -rwxr-xr-x | config/hypr/scripts/Refresh.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/hypr/scripts/Refresh.sh b/config/hypr/scripts/Refresh.sh index 79d9df8b..a9113c6b 100755 --- a/config/hypr/scripts/Refresh.sh +++ b/config/hypr/scripts/Refresh.sh @@ -123,6 +123,11 @@ fi # reload swaync (asynchronous to prevent DBus timeout delays) (swaync-client --reload-config >/dev/null 2>&1 &) +# reload / restart nwg-dock-hyprland if running +if pgrep -x "nwg-dock-hyprla" >/dev/null 2>&1 || pgrep -x "nwg-dock-hyprland" >/dev/null 2>&1 || pgrep -f "nwg-dock-hyprland" >/dev/null 2>&1; then + "${SCRIPTSDIR}/Dock.sh" --restart >/dev/null 2>&1 & +fi + # Relaunching rainbow borders based on selected mode sleep 1 rainbow_mode_file="${UserScripts}/rainbow-borders.mode" |
