Progress bar support for battery usage

This commit is contained in:
Dylan 2016-03-03 11:09:40 +11:00
parent 5c374d28a2
commit e3dc2b9a38
4 changed files with 12 additions and 2 deletions

View file

@ -237,9 +237,10 @@ progress_color_total="8"
# Enable/Disable progress bars
# --cpu_usage_bar on/off
# --memory_bar on/off
# --battery_bar on/off
cpu_usage_bar="on"
memory_bar="on"
battery_bar="on"
# }}}