8 lines
176 B
Plaintext
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)
|
|
)
|
|
)
|