dotfiles-remastered/.config/eww/eww.yuck
2023-11-27 00:34:43 +01:00

21 lines
526 B
Plaintext

(defwindow bar
:monitor 0
:geometry (geometry :x "0%"
:y "0%"
:width "100%"
:height "10px"
:anchor "top center")
:stacking "fg"
:exclusive true
:namepspace "eww"
(bar)
)
(include "modules/bar/bar.yuck")
(include "modules/clock/clock.yuck")
(include "modules/playerctl/playerctl.yuck")
(include "modules/volume/volume.yuck")
(include "modules/workspace/workspace.yuck")
(include "modules/notifications/notifications.yuck")