diff options
| author | Don Williams <Don.e.williams@gmail.com> | 2026-08-29 01:00:46 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:41:57 -0700 |
| commit | 98d7686833e5ede0bde8a34f809af6aa66263f7d (patch) | |
| tree | 57a890c19f390c7859628f889d62d8454d01ced2 | |
| parent | 73da61a103789098ea19d7e543da8bd131d44ec3 (diff) | |
Fixed margins on Dock.sh
Signed-off-by: Don Williams <Don.e.williams@gmail.com>
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: Dock.sh
| -rwxr-xr-x | config/hypr/scripts/Dock.sh | 4 |
1 files changed, 1 insertions, 3 deletions
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() { |
