eww update

This commit is contained in:
Viyurz 2024-11-18 16:11:45 +01:00
parent 2c4ae9c425
commit 3da3385012
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8

View file

@ -38,7 +38,7 @@
; Widgets ; Widgets
(defwidget bar-left [] (defwidget bar-left []
(box :halign "start" (box :halign "start"
:spacing 10 :spacing 12
:space-evenly false :space-evenly false
(workspaces) (workspaces)
(tray) (tray)
@ -78,7 +78,7 @@
) )
(defwidget packages-updates [] (defwidget packages-updates []
(eventbox :onclick "pkill -SIGUSR1 -u 1000 pkg-updates.sh" (eventbox :onclick "pkill -SIGUSR1 -u $(id -u) pkg-updates.sh"
(label :text "󰏖 ${packages-updates.count}" (label :text "󰏖 ${packages-updates.count}"
:class "${packages-updates.class}" :class "${packages-updates.class}"
:tooltip "${packages-updates.tooltip}" :tooltip "${packages-updates.tooltip}"
@ -129,7 +129,7 @@
(defwidget bar-right [] (defwidget bar-right []
(box :halign "end" (box :halign "end"
:spacing 10 :spacing 12
:space-evenly false :space-evenly false
(brightness) (brightness)
(battery :percent {EWW_BATTERY.BAT0.capacity} (battery :percent {EWW_BATTERY.BAT0.capacity}