summaryrefslogtreecommitdiffstats
path: root/sample_configs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-05-01 01:26:41 -0400
committerGitHub <noreply@github.com>2023-05-01 01:26:41 -0400
commitb02a5963fc37764976ee954b621a24660bc21149 (patch)
treef79b7114e37337d6fe1577daef95f79bcb6d1ebd /sample_configs
parentd6f9dd9a2403f352b99b17fce40948810b89e8a1 (diff)
docs: update default config file with processes section (#1120)
Diffstat (limited to 'sample_configs')
-rw-r--r--sample_configs/default_config.toml10
1 files changed, 7 insertions, 3 deletions
diff --git a/sample_configs/default_config.toml b/sample_configs/default_config.toml
index 538d6347..e2459762 100644
--- a/sample_configs/default_config.toml
+++ b/sample_configs/default_config.toml
@@ -43,7 +43,7 @@
# Override layout default widget
#default_widget_type = "proc"
#default_widget_count = 1
-# Expand the default widget upon starting the app.
+# Expand selected widget upon starting the app
#expanded_on_startup = true
# Use basic mode
#basic = false
@@ -80,6 +80,11 @@
# How much data is stored at once in terms of time.
#retention = "10m"
+# These are flags around the process widget.
+
+#[processes]
+#columns = ["PID", "Name", "CPU%", "Mem%", "R/s", "W/s", "T.Read", "T.Write", "User", "State"]
+
# These are all the components that support custom theming. Note that colour support
# will depend on terminal support.
@@ -98,8 +103,6 @@
#swap_color="LightYellow"
# Represents the colour ARC will use in the memory legend and graph.
#arc_color="LightCyan"
-# Represents the colour cache and buffer memory will use in the memory legend and graph.
-#cache_color="LightRed"
# Represents the colour the GPU will use in the memory legend and graph.
#gpu_core_colors=["LightGreen", "LightBlue", "LightRed", "Cyan", "Green", "Blue", "Red"]
# Represents the colour rx will use in the network legend and graph.
@@ -154,6 +157,7 @@
# type="proc"
# default=true
+
# Filters - you can hide specific temperature sensors, network interfaces, and disks using filters. This is admittedly
# a bit hard to use as of now, and there is a planned in-app interface for managing this in the future:
#[disk_filter]