Clean up i3 scripts

This commit is contained in:
2022-12-16 19:34:06 +01:00
parent 2e8708a616
commit 8aeb9d9f27
9 changed files with 10 additions and 222 deletions

View File

@@ -56,7 +56,7 @@ block = "toggle"
format = "  $icon "
command_on = "$HOME/.i3/scripts/presentation-mode toggle ; pkill -SIGRTMIN+0 i3status-rs"
command_off = "$HOME/.i3/scripts/presentation-mode toggle ; pkill -SIGRTMIN+0 i3status-rs"
command_state = "[[ $($HOME/.i3/scripts/presentation-mode status) == off ]] || echo active"
command_state = "[[ $($HOME/.i3/scripts/presentation-mode status) == on ]] && echo active"
[[block]]
block = "toggle"