dotfiles/home/r0r5chach/.config/eww/widgets/bar/bar.yuck

17 lines
432 B
Plaintext

(include "widgets/clock/clock.yuck")
(include "widgets/volume/volume.yuck")
(include "widgets/workspaces/workspaces.yuck")
(include "widgets/color/color.yuck")
(include "widgets/battery/battery.yuck")
(defwidget bar [desktop]
(box :orientation "h"
:class "bar"
:halign "end"
:space-evenly "false"
(color)
(literal :content {desktop ? "":"(battery)"})
(volume_button)
(workspaces_button)
(clock)))