nixdots/home/programs/graphical/bars/eww/config/modules/uptime.yuck

16 lines
234 B
Plaintext
Raw Permalink Normal View History

(defwidget uptime_module []
(eventbox
:class "module uptime"
(box
:space-evenly false
(label
:class "icon"
:text " ")
(label
:class "value"
:text {uptime}
)
)))