mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 01:00:17 +00:00
Disable progress bars by default
This commit is contained in:
@@ -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
Block a user