other: update generated config file (#1335)
This commit is contained in:
parent
eab8736dfd
commit
590f03bd69
|
@ -518,7 +518,6 @@ pub const CONFIG_TEXT: &str = r#"# This is a default config file for bottom. Al
|
||||||
# This group of options represents a command-line flag/option. Flags explicitly
|
# This group of options represents a command-line flag/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
|
||||||
|
@ -594,13 +593,13 @@ pub const CONFIG_TEXT: &str = r#"# This is a default config file for bottom. Al
|
||||||
#retention = "10m"
|
#retention = "10m"
|
||||||
|
|
||||||
# These are flags around the process widget.
|
# These are flags around the process widget.
|
||||||
|
|
||||||
#[processes]
|
#[processes]
|
||||||
|
# The columns shown by the process widget. The following columns are supported:
|
||||||
|
# PID, Name, CPU%, Mem%, R/s, W/s, T.Read, T.Write, User, State, Time, GMem%, GPU%
|
||||||
#columns = ["PID", "Name", "CPU%", "Mem%", "R/s", "W/s", "T.Read", "T.Write", "User", "State", "GMEM%", "GPU%"]
|
#columns = ["PID", "Name", "CPU%", "Mem%", "R/s", "W/s", "T.Read", "T.Write", "User", "State", "GMEM%", "GPU%"]
|
||||||
|
|
||||||
# These are all the components that support custom theming. Note that colour support
|
# These are all the components that support custom theming. Note that colour support
|
||||||
# will depend on terminal support.
|
# will depend on terminal support.
|
||||||
|
|
||||||
#[colors] # Uncomment if you want to use custom colors
|
#[colors] # Uncomment if you want to use custom colors
|
||||||
# Represents the colour of table headers (processes, CPU, disks, temperature).
|
# Represents the colour of table headers (processes, CPU, disks, temperature).
|
||||||
#table_header_color="LightBlue"
|
#table_header_color="LightBlue"
|
||||||
|
|
Loading…
Reference in New Issue