Remove simple-osd-battery config
This commit is contained in:
parent
38d9eb56eb
commit
3c7d8cd90f
@ -20,18 +20,5 @@ in {
|
|||||||
(daemons [ "battery" "brightness" ]);
|
(daemons [ "battery" "brightness" ]);
|
||||||
xdg.configFile."simple-osd/common".text =
|
xdg.configFile."simple-osd/common".text =
|
||||||
genIni { progressbar.length = 25; };
|
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%";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
});
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user