diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-12-16 07:50:04 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-12-16 07:50:04 -0500 |
| commit | 29c8156e66c1c880a977c6feb36ebe1d6a54b9be (patch) | |
| tree | f6e200dd4c20448e87e0ac1d692bef885e7ca7ad | |
| parent | f76e9c4e933a85effbe3e2517fabcb9909252417 (diff) | |
| download | eibhear-29c8156e66c1c880a977c6feb36ebe1d6a54b9be.tar.gz eibhear-29c8156e66c1c880a977c6feb36ebe1d6a54b9be.tar.zst eibhear-29c8156e66c1c880a977c6feb36ebe1d6a54b9be.zip | |
oops
| -rwxr-xr-x | .local/bin/statusbar/battery | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/statusbar/battery b/.local/bin/statusbar/battery index ac4d9a4..c484286 100755 --- a/.local/bin/statusbar/battery +++ b/.local/bin/statusbar/battery @@ -27,6 +27,7 @@ do case "$status" in "Full") status="⚡" ;; "Discharging") status="🔋" ;; + "Charging") status="🔌" ;; "Not charging") status="🛑" ;; "Unknown") status="♻️" ;; esac |
