summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 41ed2c12..412b702c 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -335,8 +335,10 @@ port=7634
disable=False
# By default refresh every refresh time * 2
#refresh=6
-# Hide some sensors
-#hide=ambient
+# Hide some sensors (comma separated list of regexp)
+hide=unknown.*
+# Show only the following sensors (comma separated list of regexp)
+#show=CPU.*
# Sensors core thresholds (in Celsius...)
# Default values are grabbed from the system
#temperature_core_careful=45