Disable progress bars by default

This commit is contained in:
Dylan 2016-03-03 11:29:28 +11:00
parent 2c90455f38
commit fe3e78d211
2 changed files with 6 additions and 6 deletions

View File

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

View File

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