updated trunc length of music artist

This commit is contained in:
2025-02-26 12:31:24 +01:00
parent 38d3eaa6d1
commit 8d6ca26862

View File

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