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

6 lines
65 B
Plaintext

(defwidget divider []
(box
(label :text "|")
)
)