Disable progress bars by default
This commit is contained in:
parent
2c90455f38
commit
fe3e78d211
2 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
||||
# }}}
|
||||
|
||||
|
|
6
neofetch
6
neofetch
|
@ -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"
|
||||
|
||||
# }}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue