From 98d7686833e5ede0bde8a34f809af6aa66263f7d Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sat, 29 Aug 2026 01:00:46 -0400 Subject: Fixed margins on Dock.sh Signed-off-by: Don Williams On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: Dock.sh --- config/hypr/scripts/Dock.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config/hypr') diff --git a/config/hypr/scripts/Dock.sh b/config/hypr/scripts/Dock.sh index 3f71a4b2..e42c4e1b 100755 --- a/config/hypr/scripts/Dock.sh +++ b/config/hypr/scripts/Dock.sh @@ -20,13 +20,11 @@ if ! command -v nwg-dock-hyprland >/dev/null 2>&1; then fi is_dock_running() { - 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 + pgrep -x "nwg-dock-hyprla" >/dev/null 2>&1 } kill_dock() { pkill -x "nwg-dock-hyprla" 2>/dev/null || true - pkill -x "nwg-dock-hyprland" 2>/dev/null || true - pkill -f "nwg-dock-hyprland" 2>/dev/null || true } start_dock() { -- cgit v1.2.3