dotfiles/eww/util.yuck

6 lines
67 B
Plaintext

(defwidget title [content]
(box :class "title"
content
)
)