(config) ags: change battery icon ranges
This commit is contained in:
parent
a6defdb54e
commit
b8a424dfbe
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ function Volume() {
|
||||||
|
|
||||||
function BatteryLabel() {
|
function BatteryLabel() {
|
||||||
const icons = {
|
const icons = {
|
||||||
100: "full",
|
75: "full",
|
||||||
50: "good",
|
50: "good",
|
||||||
25: "low",
|
25: "low",
|
||||||
0: "empty",
|
0: "empty",
|
||||||
|
|
Loading…
Reference in a new issue