mirror of
https://github.com/dylanaraps/neofetch.git
synced 2026-01-22 09:26:39 +00:00
Various progress bar fixes
This commit is contained in:
@@ -234,26 +234,21 @@ progress_length="15"
|
||||
progress_color_elapsed="6"
|
||||
progress_color_total="8"
|
||||
|
||||
# Enable/Disable progress bars
|
||||
# --cpu_usage_bar on/off
|
||||
# --memory_bar on/off
|
||||
# --battery_bar on/off
|
||||
# --disk_bar on/off
|
||||
cpu_usage_bar="off"
|
||||
memory_bar="off"
|
||||
battery_bar="off"
|
||||
disk_bar="off"
|
||||
# Customize how the info is displayed.
|
||||
# bar: Only the progress bar is displayed.
|
||||
# infobar: The bar is displayed after the info.
|
||||
# barinfo: The bar is displayed before the info.
|
||||
# off: Only the info is displayed.
|
||||
#
|
||||
# --cpu_displau bar/infobar/barinfo/off
|
||||
# --memory_display bar/infobar/barinfo/off
|
||||
# --battery_display bar/infobar/barinfo/off
|
||||
# --disk_display bar/infobar/barinfo/off
|
||||
cpu_display="off"
|
||||
memory_display="off"
|
||||
battery_display="off"
|
||||
disk_display="off"
|
||||
|
||||
# Enable/Disable showing just the bar on its own.
|
||||
# Set this to 'off' to only show the progress bar.
|
||||
# --cpu_usage_info on/off
|
||||
# --memory_info on/off
|
||||
# --battery_info on/off
|
||||
# --disk_info on/off
|
||||
cpu_usage_info="on"
|
||||
memory_info="on"
|
||||
battery_info="on"
|
||||
disk_info="on"
|
||||
|
||||
# }}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user