New backup 2025-07-02 10:00:02

This commit is contained in:
Penelope Gwen 2025-07-02 10:00:02 -07:00
parent 65b73df7eb
commit f8cdb46b18

View file

@ -2,7 +2,8 @@
;; "playerctl --follow metadata --format '{{ title }}' || true")
(defwidget music []
(box :class {nowplaying != "" ? "music" : "hidden"}
(box :visible {nowplaying != ""}
:class {nowplaying != "" ? "music" : "hidden"}
:orientation "h"
:space-evenly false
:halign "center"