dotfiles/graphical/config/eww/modules/bar/music.yuck
2026-03-20 11:47:19 -07:00

7 lines
238 B
Text

(defwidget music []
(box :visible {nowplaying != ""}
:class {nowplaying != "" ? "music" : "hidden"}
:orientation "h"
:space-evenly false
:halign "center"
{nowplaying != "" ? "󰎇 ${nowplaying}" : ""}))