thinkpads: fix polybar battery module for t480
This commit is contained in:
parent
fa755c8169
commit
e7260c0f22
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,11 @@ in with theme.colors;
|
|||
};
|
||||
"module/battery" = {
|
||||
type = "internal/battery";
|
||||
battery = "BAT0";
|
||||
# battery = "BAT0";
|
||||
# TODO: either separate t480 config or decomission old ThinkPads
|
||||
# This battery parameter is different between them
|
||||
# Use `ls -1 /sys/class/power_supply/` to check available power devices
|
||||
battery = "BAT1";
|
||||
adapter = "AC";
|
||||
|
||||
format-low = "<animation-low> <label-low>";
|
||||
|
|
Loading…
Add table
Reference in a new issue