summaryrefslogtreecommitdiffstats
path: root/system/glances/README
diff options
context:
space:
mode:
author Philip Lacroix <philnx@posteo.de>2014-11-30 12:10:55 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-11-30 12:10:55 +0700
commit38a7f25704e2fc8041516fc448aa5252a29d365b (patch)
tree62452ce6da31d55d2069e48eb0bb2ce702241fdf /system/glances/README
parentbcaafc8f7ddfec9831865e9e0bcd0a19bf2d30c4 (diff)
downloadslackbuilds-38a7f25704e2fc8041516fc448aa5252a29d365b.tar.gz
slackbuilds-38a7f25704e2fc8041516fc448aa5252a29d365b.tar.xz
system/glances: Updated for version 2.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/glances/README')
-rw-r--r--system/glances/README11
1 files changed, 7 insertions, 4 deletions
diff --git a/system/glances/README b/system/glances/README
index b393b94c0b..d1ea44258b 100644
--- a/system/glances/README
+++ b/system/glances/README
@@ -11,7 +11,10 @@ This tool is written in Python and uses the psutil library to fetch the
statistical values from key elements, like CPU, load average, memory,
network, disks, file systems, processes, etc.
-Optional dependencies are Jinja2 (for HTML output), hddtemp (for HHD
-temperature monitoring support) and python3. Others not available on SBo
-are pysensors (for HW monitoring support) and batinfo (for battery
-monitoring support).
+Optional dependencies are hddtemp (for HHD temperature monitoring support)
+and python3. Others not available on SBo are bottle (for Web server mode),
+py3sensors (for HW monitoring support) and batinfo (for battery monitoring
+support).
+
+NOTE: when launching Glances in a terminal with a bright background, the
+option '--theme-white' is recommended.