diff --git a/modules/workspace/simple-osd-daemons.nix b/modules/workspace/simple-osd-daemons.nix index 8d55132..fe60013 100644 --- a/modules/workspace/simple-osd-daemons.nix +++ b/modules/workspace/simple-osd-daemons.nix @@ -20,18 +20,5 @@ in { (daemons [ "battery" "brightness" ]); xdg.configFile."simple-osd/common".text = genIni { progressbar.length = 25; }; - xdg.configFile."simple-osd/battery" = - lib.mkIf (config.deviceSpecific.isLaptop) ({ - text = genIni { - default = { - "refresh interval" = 1; - "show battery charge" = true; - }; - threshold = { - low = "20%"; - critical = "10%"; - }; - }; - }); }; }