1
0
Fork 0

fix(eww): style bar

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-01-31 14:53:52 -05:00
parent a1d3d54b0f
commit af84b038cf
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 14 additions and 2 deletions

View file

@ -117,7 +117,7 @@
:halign "end"
:valign "center"
:space-evenly "false"
:spacing 10
:spacing 5
(literal :content {autosus})
(weather)
(wifi)
@ -138,6 +138,7 @@
(defwidget bluetooth []
(button :onclick "scripts/bluetoothpanel"
:class "button__container"
(icon-module :class "bluetooth"
:icon "ᛒ"
:visible true
@ -178,6 +179,7 @@
;; A widget for tracking battery
(defwidget power []
(button :onclick "scripts/powernotify"
:class "button__container"
(icon-module :class "power"
:icon "⏻"
:visible true