switch notify daemon

This commit is contained in:
Stefan Schwarz 2024-03-15 11:15:00 +01:00
parent 4eb2a0dd1b
commit 6a911794f1
2 changed files with 13 additions and 6 deletions

View file

@ -91,8 +91,20 @@ block = "battery"
device = "BAT1"
interval = 10
format = " $icon $percentage ($time) "
full_format = " $icon $percentage "
[[block]]
block = "time"
interval = 60
format = " $timestamp.datetime(f:'%Y-%m-%d %H:%M') "
[[block]]
block = "notify"
driver = "swaync"
format = " $icon {($notification_count.eng(w:1)) |}"
[[block.click]]
button = "left"
action = "show"
[[block.click]]
button = "right"
action = "toggle_paused"