Make i3status-rs music block have a static width

This commit is contained in:
Charlotte Van Petegem 2023-03-15 19:25:03 +01:00
parent 6c8e6729bb
commit 97aee863af
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -104,7 +104,7 @@ in
{
block = "music";
player = "firefox";
format = " $icon $combo.str(max_w:40) $play $next |";
format = " $icon $combo.str(w:40) $play $next |";
}
{
block = "sound";