Extract omarchy-toggle-enabled and use this with the waybar to persist
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
omarchy-toggle \
|
||||
--enabled-notification " Bar hidden" \
|
||||
--disabled-notification " Bar visible" \
|
||||
waybar-off
|
||||
|
||||
if pgrep -x waybar >/dev/null; then
|
||||
pkill -x waybar
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user