mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 04:03:06 +00:00
other: regenerate the sample default config to match 0.10.2 (#1573)
The default sample config was outdated.
This commit is contained in:
parent
a095e67179
commit
2c03525945
1 changed files with 7 additions and 6 deletions
|
@ -1,11 +1,10 @@
|
||||||
# This is a default config file for bottom. All of the settings are commented
|
# This is a default config file for bottom. All of the settings are commented
|
||||||
# out by default; if you wish to change them uncomment and modify as you see
|
# out by default; if you wish to change them uncomment and modify as you see
|
||||||
# fit.
|
# fit.
|
||||||
|
|
||||||
# This group of options represents a command-line option. Flags explicitly
|
# This group of options represents a command-line option. Flags explicitly
|
||||||
# added when running (ie: btm -a) will override this config file if an option
|
# added when running (ie: btm -a) will override this config file if an option
|
||||||
# is also set here.
|
# is also set here.
|
||||||
|
|
||||||
[flags]
|
[flags]
|
||||||
# Whether to hide the average cpu entry.
|
# Whether to hide the average cpu entry.
|
||||||
#hide_avg_cpu = false
|
#hide_avg_cpu = false
|
||||||
|
@ -55,8 +54,6 @@
|
||||||
#battery = false
|
#battery = false
|
||||||
# Disable mouse clicks
|
# Disable mouse clicks
|
||||||
#disable_click = false
|
#disable_click = false
|
||||||
# Built-in themes. Valid values are "default", "default-light", "gruvbox", "gruvbox-light", "nord", "nord-light"
|
|
||||||
#color = "default"
|
|
||||||
# Show memory values in the processes widget as values by default
|
# Show memory values in the processes widget as values by default
|
||||||
#process_memory_as_value = false
|
#process_memory_as_value = false
|
||||||
# Show tree mode by default in the processes widget.
|
# Show tree mode by default in the processes widget.
|
||||||
|
@ -73,12 +70,16 @@
|
||||||
#network_use_log = false
|
#network_use_log = false
|
||||||
# Hides advanced options to stop a process on Unix-like systems.
|
# Hides advanced options to stop a process on Unix-like systems.
|
||||||
#disable_advanced_kill = false
|
#disable_advanced_kill = false
|
||||||
# Shows GPU(s) memory
|
# Hide GPU(s) information
|
||||||
#disable_gpu = false
|
#disable_gpu = false
|
||||||
# Shows cache and buffer memory
|
# Shows cache and buffer memory
|
||||||
#enable_cache_memory = false
|
#enable_cache_memory = false
|
||||||
# How much data is stored at once in terms of time.
|
# How much data is stored at once in terms of time.
|
||||||
#retention = "10m"
|
#retention = "10m"
|
||||||
|
# Where to place the legend for the memory widget. One of "none", "top-left", "top", "top-right", "left", "right", "bottom-left", "bottom", "bottom-right".
|
||||||
|
#memory_legend = "TopRight"
|
||||||
|
# Where to place the legend for the network widget. One of "none", "top-left", "top", "top-right", "left", "right", "bottom-left", "bottom", "bottom-right".
|
||||||
|
#network_legend = "TopRight"
|
||||||
|
|
||||||
# Processes widget configuration
|
# Processes widget configuration
|
||||||
#[processes]
|
#[processes]
|
||||||
|
|
Loading…
Reference in a new issue