snowflake/home/programs/eww/config/widgets/container.yuck

8 lines
96 B
Text
Raw Normal View History

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