dotfiles/.config/eww/templates/bar/modules/widgets-panel.yuck

10 lines
250 B
Plaintext
Raw Normal View History

2023-06-09 10:34:28 +00:00
(include "$base_dir/modules/clock.yuck")
(include "$base_dir/modules/weather.yuck")
(defwidget widgets-panel[]
(box
:halign "end"
:space-evenly false
(weather-widget)
(clock)))