bat bar
This commit is contained in:
parent
131cae79d1
commit
c7157f2341
1 changed files with 12 additions and 0 deletions
|
@ -26,6 +26,18 @@
|
||||||
format = "%a %d/%m %R";
|
format = "%a %d/%m %R";
|
||||||
interval = 59;
|
interval = 59;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
block = "battery";
|
||||||
|
device = "BAT0";
|
||||||
|
allow_missing = true;
|
||||||
|
hide_missing = true;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
block = "battery";
|
||||||
|
device = "BAT1";
|
||||||
|
allow_missing = true;
|
||||||
|
hide_missing = true;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue