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

12 lines
338 B
Plaintext

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