From 226b8f7b6aeaaae177fc0908d9f3b32fda9ca0d2 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 9 May 2021 17:45:05 +0200 Subject: [PATCH] home: wm: i3bar: remove gammastep block It doesn't seem to be working well with my setup... --- home/wm/i3bar.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/home/wm/i3bar.nix b/home/wm/i3bar.nix index 5cc1356..dec72e5 100644 --- a/home/wm/i3bar.nix +++ b/home/wm/i3bar.nix @@ -34,12 +34,6 @@ in block = "net"; format = "{ssid} {ip} {signal_strength}"; } - (lib.optionalAttrs (config.my.home.gammastep.enable) { - block = "hueshift"; - hue_shifter = "gammastep"; - step = 100; - click_temp = config.my.home.gammastep.temperature.day; - }) { block = "battery"; format = "{percentage}% ({time})";