eww update
This commit is contained in:
parent
2c4ae9c425
commit
3da3385012
1 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@
|
|||
; Widgets
|
||||
(defwidget bar-left []
|
||||
(box :halign "start"
|
||||
:spacing 10
|
||||
:spacing 12
|
||||
:space-evenly false
|
||||
(workspaces)
|
||||
(tray)
|
||||
|
@ -78,7 +78,7 @@
|
|||
)
|
||||
|
||||
(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}"
|
||||
:class "${packages-updates.class}"
|
||||
:tooltip "${packages-updates.tooltip}"
|
||||
|
@ -129,7 +129,7 @@
|
|||
|
||||
(defwidget bar-right []
|
||||
(box :halign "end"
|
||||
:spacing 10
|
||||
:spacing 12
|
||||
:space-evenly false
|
||||
(brightness)
|
||||
(battery :percent {EWW_BATTERY.BAT0.capacity}
|
||||
|
|
Loading…
Reference in a new issue