dotfiles/eww/widgets/desktop.yuck
2024-08-26 11:05:11 -04:00

8 lines
176 B
Plaintext

(include "widgets/desktop_clock.yuck")
(defwidget desktop []
(box :class "bar_section" :orientation "v" :space-evenly "false" :spacing "3"
(desktop_clock)
)
)