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

10 lines
335 B
Text

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