New backup 2025-07-02 10:00:02
This commit is contained in:
parent
65b73df7eb
commit
f8cdb46b18
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue