dotfiles/de/home/.config/eww/modules/bar/music.yuck
2025-04-07 16:15:02 -07:00

9 lines
300 B
Text

;; (deflisten music :initial ""
;; "playerctl --follow metadata --format '{{ title }}' || true")
(defwidget music []
(box :class {nowplaying != "" ? "music" : "hidden"}
:orientation "h"
:space-evenly false
:halign "center"
{nowplaying != "" ? "🎵${nowplaying}" : ""}))