dotfiles/eww/util.yuck

6 lines
67 B
Plaintext
Raw Permalink Normal View History

2023-04-23 18:55:30 +02:00
(defwidget title [content]
(box :class "title"
content
)
)