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

12 lines
338 B
Plaintext
Raw Normal View History

2023-06-14 12:25:23 +00:00
(include "{{ base_dir }}/modules/sound.yuck")
(include "{{ base_dir }}/modules/clock.yuck")
(include "{{ base_dir }}/modules/weather.yuck")
2023-06-09 10:34:28 +00:00
(defwidget widgets-panel[]
(box
:halign "end"
:space-evenly false
2023-06-13 15:22:57 +00:00
(volume-widget)
2023-06-09 10:34:28 +00:00
(weather-widget)
(clock)))