yambar: Mostrar batería cuando está al limite
This commit is contained in:
parent
9bedffb533
commit
9e9427813d
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ bar:
|
||||||
values:
|
values:
|
||||||
discharging: {string: {text: "{capacity}%"}}
|
discharging: {string: {text: "{capacity}%"}}
|
||||||
unknown: {string: {text: "{capacity}% limite"}}
|
unknown: {string: {text: "{capacity}% limite"}}
|
||||||
|
not charging: {string: {text: "{capacity}% limite"}}
|
||||||
charging: {string: {text: "{capacity}% cargando"}}
|
charging: {string: {text: "{capacity}% cargando"}}
|
||||||
full: {string: {text: "{capacity}% full"}}
|
full: {string: {text: "{capacity}% full"}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue