fix(status): use correct battery number for framework
This commit is contained in:
parent
458ce0ccf6
commit
5f1cd851b9
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ block = "backlight"
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "battery"
|
block = "battery"
|
||||||
device = "BAT0"
|
device = "BAT1"
|
||||||
interval = 10
|
interval = 10
|
||||||
format = "{percentage} ({time})"
|
format = "{percentage} ({time})"
|
||||||
full_format = "{percentage} ({time}) "
|
full_format = "{percentage} ({time}) "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue