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

10 lines
250 B
Plaintext

(include "$base_dir/modules/clock.yuck")
(include "$base_dir/modules/weather.yuck")
(defwidget widgets-panel[]
(box
:halign "end"
:space-evenly false
(weather-widget)
(clock)))