Commit fe3e78d2 authored by Dylan's avatar Dylan

Disable progress bars by default

parent 2c90455f
...@@ -238,9 +238,9 @@ progress_color_total="8" ...@@ -238,9 +238,9 @@ progress_color_total="8"
# --cpu_usage_bar on/off # --cpu_usage_bar on/off
# --memory_bar on/off # --memory_bar on/off
# --battery_bar on/off # --battery_bar on/off
cpu_usage_bar="on" cpu_usage_bar="off"
memory_bar="on" memory_bar="off"
battery_bar="on" battery_bar="off"
# }}} # }}}
......
...@@ -260,9 +260,9 @@ progress_color_total="8" ...@@ -260,9 +260,9 @@ progress_color_total="8"
# --cpu_usage_bar on/off # --cpu_usage_bar on/off
# --memory_bar on/off # --memory_bar on/off
# --battery_bar on/off # --battery_bar on/off
cpu_usage_bar="on" cpu_usage_bar="off"
memory_bar="on" memory_bar="off"
battery_bar="on" battery_bar="off"
# }}} # }}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment