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 ~~~~~~~~