aboutsummaryrefslogtreecommitdiff
path: root/scripts/dot-local/bin/toggle-waybar
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dot-local/bin/toggle-waybar')
-rwxr-xr-xscripts/dot-local/bin/toggle-waybar3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/dot-local/bin/toggle-waybar b/scripts/dot-local/bin/toggle-waybar
new file mode 100755
index 0000000..fe3bc53
--- /dev/null
+++ b/scripts/dot-local/bin/toggle-waybar
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+kill -s USR1 $(pgrep waybar)