home: wm: i3bar: remove redundant buttons

Turns out they're not needed, or at least not anymore?
This commit is contained in:
Bruno BELANYI 2023-12-01 19:13:32 +00:00
parent f4cc63c711
commit 15ca07bc64
1 changed files with 0 additions and 14 deletions

View File

@ -22,20 +22,6 @@ in
block = "music";
# This format seems to remove the block when not playing, somehow
format = "{ $icon $combo.str(max_w:50,rot_interval:0.5) $prev $play $next |}";
click = [
{
button = "play";
action = "music_play";
}
{
button = "prev";
action = "music_prev";
}
{
button = "next";
action = "music_next";
}
];
}
(lib.optionalAttrs config.my.home.bluetooth.enable {
block = "bluetooth";