chill with the battery warning
This commit is contained in:
parent
0d76681cef
commit
b02aa3b780
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue