py3status: Nicer format for stopped spotify

This commit is contained in:
2020-12-08 22:00:13 +01:00
parent 117164d871
commit 45f992bfd8

View File

@@ -56,6 +56,7 @@ wifi {
spotify {
format = "  {title} - {artist} "
format_down = "  off "
format_stopped = "  stopped "
cache_timeout = 1
color_offline = '#FFFFFF'
on_click 1 = "exec $HOME/.i3/scripts/spotify-control toggle"