Make i3status-rs music block have a static width
This commit is contained in:
parent
6c8e6729bb
commit
97aee863af
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ in
|
||||||
{
|
{
|
||||||
block = "music";
|
block = "music";
|
||||||
player = "firefox";
|
player = "firefox";
|
||||||
format = " $icon $combo.str(max_w:40) $play $next |";
|
format = " $icon $combo.str(w:40) $play $next |";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
block = "sound";
|
block = "sound";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue