aboutsummaryrefslogtreecommitdiff
path: root/scripts/dot-local/bin/toggle-waybar
diff options
context:
space:
mode:
authorMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-01-24 19:24:55 -0500
committerMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-01-24 19:24:55 -0500
commite2a70a92822b22633562e9695c300efec2b5cbeb (patch)
treefbd1658be1ab5edb1470d9a8e4b758818cc7124c /scripts/dot-local/bin/toggle-waybar
parent4052357e021085bc1c761108446ee09a778ade15 (diff)
updates
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)