This commit is contained in:
Schrottkatze 2022-10-16 22:05:04 +02:00
parent f892ed2543
commit d7e3ec9cb0
4 changed files with 16 additions and 13 deletions

View file

@ -330,7 +330,7 @@ in with lib; {
"module/battery" = {
type = "internal/battery";
poll-interval = 5;
poll-interval = 1;
full-at = 96;
battery = "BAT0";
adapter = "ADP1";

View file

@ -165,6 +165,8 @@ in with lib; {
set cindent
set tabstop=4
set shiftwidth=4
set foldmethod=syntax
'';
};
};