updated icon in music text

This commit is contained in:
2025-02-26 12:35:57 +01:00
parent 8d6ca26862
commit 076454be3b

View File

@@ -30,5 +30,5 @@
)
(deflisten music :initial ""
"playerctl --follow metadata --format '{{ playerName }} {{ trunc(artist,20) }} - {{ trunc(title,25) }}' || true"
"playerctl --follow metadata --format '{{ playerName }} {{ trunc(artist,20) }} | {{ trunc(title,25) }}' || true"
)