summaryrefslogtreecommitdiffstats
path: root/docs/aoa/quicklook.rst
diff options
context:
space:
mode:
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=|