15 lines
399 B
Plaintext
15 lines
399 B
Plaintext
(deflisten alhpNogo :interval "60s" "$HOME/.config/waybar/scripts/alhp.sh")
|
|
|
|
(defwidget alhp []
|
|
(box
|
|
:class 'alhp--${alhpNogo.class}'
|
|
:space-evenly false
|
|
:spacing 0
|
|
(tooltip
|
|
(box :orientation "vertical"
|
|
(box
|
|
:orientation "horizontal"
|
|
:space-evenly false
|
|
(label :text {alhpNogo.tooltip})))
|
|
(label :text "${alhpNogo.text} "))))
|