diff --git a/hosts/thinkpads/polybar.nix b/hosts/thinkpads/polybar.nix index b20d910..aeae25b 100644 --- a/hosts/thinkpads/polybar.nix +++ b/hosts/thinkpads/polybar.nix @@ -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 = " ";