Added disk support to progress bars

This commit is contained in:
Dylan 2016-03-03 11:52:39 +11:00
parent fe3e78d211
commit ae144ceee8
4 changed files with 18 additions and 1 deletions

View file

@ -238,9 +238,11 @@ progress_color_total="8"
# --cpu_usage_bar on/off
# --memory_bar on/off
# --battery_bar on/off
# --disk_bar on/off
cpu_usage_bar="off"
memory_bar="off"
battery_bar="off"
disk_bar="off"
# }}}