Replace dunst with swaync
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user