From 0321889d50687a504b792e0d5b249f660acfe634 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 27 May 2023 09:24:09 +0100 Subject: [PATCH] home: wm: i3bar: add 'muon' bluetooth block --- home/wm/i3bar/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/wm/i3bar/default.nix b/home/wm/i3bar/default.nix index a2c9f3a..b066550 100644 --- a/home/wm/i3bar/default.nix +++ b/home/wm/i3bar/default.nix @@ -43,6 +43,12 @@ in format = " $icon Boson{ $percentage|} "; disconnected_format = ""; }) + (lib.optionalAttrs config.my.home.bluetooth.enable { + block = "bluetooth"; + mac = "38:18:4C:BE:8E:97"; + format = " $icon Muon{ $percentage|} "; + disconnected_format = ""; + }) (lib.optionalAttrs config.my.home.bluetooth.enable { block = "bluetooth"; mac = "94:DB:56:00:EE:93";