switch notify daemon
This commit is contained in:
parent
4eb2a0dd1b
commit
6a911794f1
2 changed files with 13 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue