bar: Use plug symbol for fully charged battery
This commit is contained in:
parent
ef0db98cdd
commit
e8b9c619e0
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
||||||
|
|
||||||
format = "{icon} {capacity} %";
|
format = "{icon} {capacity} %";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
full = "";
|
full = "";
|
||||||
plugged = "";
|
plugged = "";
|
||||||
charging = [ "" "" "" "" "" "" "" "" "" "" "" ];
|
charging = [ "" "" "" "" "" "" "" "" "" "" "" ];
|
||||||
discharging = [ "" "" "" "" "" "" "" "" "" "" "" ];
|
discharging = [ "" "" "" "" "" "" "" "" "" "" "" ];
|
||||||
|
|
Loading…
Reference in a new issue