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