Disable progress bars by default
This commit is contained in:
parent
2c90455f38
commit
fe3e78d211
|
@ -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"
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
|
6
neofetch
6
neofetch
|
@ -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"
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
|
Reference in New Issue