snowflake/home/programs/eww/config/widgets/container.yuck
notohh fa03a425ad
programs: add eww
i should settle on a bar xddd
2024-04-26 17:22:19 -04:00

7 lines
96 B
Text

(defwidget container []
(box
:class "container"
:orientation "h"
(children)
)
)