summaryrefslogtreecommitdiff
path: root/.dwm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.dwm/bar.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dwm/bar.sh b/.dwm/bar.sh
index a57306e..3bef7b2 100755
--- a/.dwm/bar.sh
+++ b/.dwm/bar.sh
@@ -5,6 +5,7 @@ battery() {
case "$(cat /sys/class/power_supply/BAT1/status)" in
Charging) printf " $capacity +";;
Discharging) printf " $capacity -";;
+ Full) printf " $capacity";;
esac
}