Initial commit
This commit is contained in:
7
hypr/scripts/toggle-bar-visibility.sh
Executable file
7
hypr/scripts/toggle-bar-visibility.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env -S bash
|
||||
|
||||
monitors=$(hyprctl monitors -j | jq -r '.[].id')
|
||||
|
||||
for monitor in $monitors; do
|
||||
ags toggle "bar_$monitor"
|
||||
done
|
Reference in New Issue
Block a user