summaryrefslogtreecommitdiff
path: root/waytoggle
diff options
context:
space:
mode:
Diffstat (limited to 'waytoggle')
-rwxr-xr-xwaytoggle7
1 files changed, 0 insertions, 7 deletions
diff --git a/waytoggle b/waytoggle
deleted file mode 100755
index 711aa8b..0000000
--- a/waytoggle
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ -n "$(pgrep -x waybar)" ]; then
- pkill waybar
-else
- waybar &
-fi