chill with the battery warning

This commit is contained in:
Casper V. Kristensen 2023-08-04 13:38:13 +02:00
parent 0d76681cef
commit b02aa3b780

View file

@ -62,6 +62,12 @@
defaultConfig
{
modules-right = lib.mkForce [ "tray" "idle_inhibitor" "pulseaudio" "cpu" "memory" "backlight" "network" "battery" "clock" ];
battery = {
states = lib.mkForce {
warning = 15;
critical = 5;
};
};
clock = {
interval = 5;
locale = "da_DK.UTF-8";