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})";