From 3ef71cc1652ca0d290fccf06187d46a3a5071f0b Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 5 Aug 2023 22:49:35 +0100 Subject: [PATCH] home: wm: i3bar: add 'quarks' 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 38a78b9..05b0f50 100644 --- a/home/wm/i3bar/default.nix +++ b/home/wm/i3bar/default.nix @@ -55,6 +55,12 @@ in format = " $icon Protons{ $percentage|} "; disconnected_format = ""; }) + (lib.optionalAttrs config.my.home.bluetooth.enable { + block = "bluetooth"; + mac = "88:C9:E8:6B:B7:55"; + format = " $icon Quarks{ $percentage|} "; + disconnected_format = ""; + }) (lib.optionalAttrs config.my.home.bluetooth.enable { block = "bluetooth"; mac = "F7:78:BA:76:52:F7";