summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-01-07 18:52:22 +0100
committernicolargo <nicolas@nicolargo.com>2024-01-07 18:52:22 +0100
commit309c45036fe1390ff3bf70a4f4540047d4c30b39 (patch)
treea1f4de9bda56ed2bde108531e2ebe38608bdefdc /conf
parentfe52a56b6ade2fb046d649122d306f2db42c4e9b (diff)
Make the separator default behavor in UI (and add the option in the configuration file
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index b6687573..88ee7484 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -20,8 +20,10 @@ history_size=1200
##############################################################################
[outputs]
-# Theme name for the Curses interface: black or white
+# Theme name (for the moment only for the Curses interface: black or white)
curse_theme=black
+# Separator in the Curses and WebUI interface (between top and others plugins)
+separator=True
# Limit the number of processes to display (for the WebUI)
max_processes_display=25
# Set the URL prefix (for the WebUI and the API)