From 590f03bd69638e71249647beb8768f7154838671 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Mon, 27 Nov 2023 08:39:39 +0000 Subject: other: update generated config file (#1335) --- src/constants.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/constants.rs b/src/constants.rs index dff619b9..f511313e 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -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 # added when running (ie: btm -a) will override this config file if an option # is also set here. - [flags] # Whether to hide the average cpu entry. #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" # These are flags around the process widget. - #[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%"] # These are all the components that support custom theming. Note that colour support # will depend on terminal support. - #[colors] # Uncomment if you want to use custom colors # Represents the colour of table headers (processes, CPU, disks, temperature). #table_header_color="LightBlue" -- cgit v1.2.3