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
|
; 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}
|
||||||
|
|
Loading…
Reference in a new issue