aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/Dock.sh
diff options
context:
space:
mode:
authorDon Williams <Don.e.williams@gmail.com>2026-08-29 01:00:46 -0400
committerPinapelz <yukais@pinapelz.com>2026-08-29 21:41:57 -0700
commit98d7686833e5ede0bde8a34f809af6aa66263f7d (patch)
tree57a890c19f390c7859628f889d62d8454d01ced2 /config/hypr/scripts/Dock.sh
parent73da61a103789098ea19d7e543da8bd131d44ec3 (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
Diffstat (limited to 'config/hypr/scripts/Dock.sh')
-rwxr-xr-xconfig/hypr/scripts/Dock.sh4
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() {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage