home: wm: i3bar: hide music block when not playing
This commit is contained in:
parent
b32fec2c63
commit
046391e26e
|
@ -18,6 +18,7 @@ in
|
||||||
{
|
{
|
||||||
block = "music";
|
block = "music";
|
||||||
buttons = [ "prev" "play" "next" ];
|
buttons = [ "prev" "play" "next" ];
|
||||||
|
hide_when_empty = true;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
block = "cpu";
|
block = "cpu";
|
||||||
|
|
Loading…
Reference in a new issue