From 1bdee7a9e67a219e57e249dc7dd23b3b485ee115 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 14 Dec 2018 14:22:21 +0000 Subject: [PATCH] Limit length of playing song to 50 --- files/polybar.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/polybar.ini b/files/polybar.ini index c919fc9..f9129e2 100644 --- a/files/polybar.ini +++ b/files/polybar.ini @@ -103,7 +103,7 @@ exec = "python3 {{ polybar_scripts }}/player-mpris-tail/player-mpris-tail.py -f tail = true click-left = playerctl play-pause click-right = playerctl next -label-maxlen = 75 +label-maxlen = 50 [module/power-menu] type = custom/menu