add max length to music

This commit is contained in:
Kopatz
2024-09-26 10:47:09 +02:00
parent eb282717ff
commit 8432f7d61c

View File

@@ -192,6 +192,7 @@ in {
"module/music" = { "module/music" = {
type = "custom/script"; type = "custom/script";
exec = "~/.config/polybar/player-mpris-simple.sh"; exec = "~/.config/polybar/player-mpris-simple.sh";
label = "%output:0:35:...%";
interval = 3; interval = 3;
"click-left" = "playerctl previous &"; "click-left" = "playerctl previous &";
"click-right" = "playerctl next &"; "click-right" = "playerctl next &";