From 15ca07bc6413046415db6847a1664000a8a13417 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 1 Dec 2023 19:13:32 +0000 Subject: [PATCH] home: wm: i3bar: remove redundant buttons Turns out they're not needed, or at least not anymore? --- modules/home/wm/i3bar/default.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/modules/home/wm/i3bar/default.nix b/modules/home/wm/i3bar/default.nix index 05b0f50..645abeb 100644 --- a/modules/home/wm/i3bar/default.nix +++ b/modules/home/wm/i3bar/default.nix @@ -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";