battery icon now does the thing -2

main
The_miro 2024-11-28 11:19:49 +01:00
parent fc27d7e780
commit db7d8754a1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
(defwidget winsworks [monitor] (defwidget winsworks [monitor]
(box :orientation "h" :space-evenly false :halign "start" (box :orientation "h" :space-evenly false :halign "start"
(box :class "music" {"󰁹 ${battery}"}) (box :class "music" {"${battery}"})
(workspaceWidget :monitor monitor) (workspaceWidget :monitor monitor)
(box :class "music" {" ${activewindow}"}) (box :class "music" {" ${activewindow}"})
) )