From 3f97ea6a39da58361792750c23eff7640d06c1d7 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Sun, 11 Sep 2022 13:16:06 +0200 Subject: [PATCH] [doc] add scroll menu see #921 --- bumblebee_status/modules/core/scroll.py | 5 ++++- docs/modules.rst | 8 ++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/bumblebee_status/modules/core/scroll.py b/bumblebee_status/modules/core/scroll.py index 44f9c5e..33fdd7b 100644 --- a/bumblebee_status/modules/core/scroll.py +++ b/bumblebee_status/modules/core/scroll.py @@ -1,6 +1,9 @@ # pylint: disable=C0111,R0903 -""" +"""Displays two widgets that can be used to scroll the whole status bar + +Parameters: + * scroll.width: Width (in number of widgets) to display """ import core.module diff --git a/docs/modules.rst b/docs/modules.rst index e3a055f..0f3aa15 100644 --- a/docs/modules.rst +++ b/docs/modules.rst @@ -303,6 +303,14 @@ Parameters: .. image:: ../screenshots/redshift.png +scroll +~~~~~~ + +Displays two widgets that can be used to scroll the whole status bar + +Parameters: + * scroll.width: Width (in number of widgets) to display + sensors2 ~~~~~~~~