Replace dunst with swaync

This commit is contained in:
2025-02-16 11:29:29 +01:00
parent 3ec25cd975
commit 7edbac4624
6 changed files with 416 additions and 435 deletions

View File

@ -46,6 +46,7 @@
(kb_layout)
(date)
(clock)
(notifications)
(lock)
))
@ -205,6 +206,14 @@
(label :text current_minute)
))
(defwidget notifications []
(button :orientation "v"
:valign "end"
:onclick "swaync-client -t -sw"
:class "bigthingy clickable"
(label :text "🕭")
))
(defwidget lock []
(button :orientation "v"
:valign "end"