summaryrefslogtreecommitdiffstats
path: root/docs/aoa/quicklook.rst
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-01-28 10:42:20 +0100
committernicolargo <nicolas@nicolargo.com>2024-01-28 10:42:20 +0100
commit1623c27f4e8e460d99c8d64aa2cef39a1c51a2dd (patch)
tree848bd970b03ef2982c9d7ab17c49c87513736fb1 /docs/aoa/quicklook.rst
parent5092475d7f0414726abae26cfafff0d55d61d230 (diff)
Quicklook plugin lst is also configurable and taken into account in the WebUI
Diffstat (limited to 'docs/aoa/quicklook.rst')
-rw-r--r--docs/aoa/quicklook.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/aoa/quicklook.rst b/docs/aoa/quicklook.rst
index 093a7814..82fac3aa 100644
--- a/docs/aoa/quicklook.rst
+++ b/docs/aoa/quicklook.rst
@@ -4,7 +4,7 @@ Quick Look
==========
The ``quicklook`` plugin is only displayed on wide screen and proposes a
-bar view for CPU and memory (virtual and swap).
+bar view for cpu, memory, swap and load (this list is configurable).
In the terminal interface, click on ``3`` to enable/disable it.
@@ -27,10 +27,14 @@ client/server mode (see issue ).
Limit values can be overwritten in the configuration file under
the ``[quicklook]`` section.
-You can also configure the percentage char used in the terminal user interface.
+You can also configure the stats list and the bat character used in the
+user interface.
.. code-block:: ini
[quicklook]
+ # Stats list (default is cpu,mem,load)
+ # Available stats are: cpu,mem,load,swap
+ list=cpu,mem,load
# Graphical percentage char used in the terminal user interface (default is |)
- percentage_char=@
+ bar_char=|