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