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-icons = {
|
||||
full = "";
|
||||
full = "";
|
||||
plugged = "";
|
||||
charging = [ "" "" "" "" "" "" "" "" "" "" "" ];
|
||||
discharging = [ "" "" "" "" "" "" "" "" "" "" "" ];
|
||||
|
|
Loading…
Reference in a new issue