fix onclick stuff
This commit is contained in:
parent
cdd1fa5ff0
commit
a86f221cfe
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ inboxes = ["/home/grue/mail/mail@oxapentane.com/INBOX", "/home/grue/mail/mail@ox
|
|||
threshold_warning = 1
|
||||
threshold_critical = 10
|
||||
display_type = "new"
|
||||
on_click = "foot neomutt"
|
||||
on_click = "foot zsh -c neomutt"
|
||||
|
||||
[[block]]
|
||||
block = "backlight"
|
||||
|
@ -46,7 +46,7 @@ format = "{1m} {5m} {15m}"
|
|||
|
||||
[[block]]
|
||||
block = "sound"
|
||||
on_click = "foot -e pulsemixer"
|
||||
on_click = "foot zsh -c pulsemixer"
|
||||
headphones_indicator = true
|
||||
|
||||
[[block]]
|
||||
|
|
Loading…
Add table
Reference in a new issue