parent
21cbbe685d
commit
3f97ea6a39
2 changed files with 12 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
# pylint: disable=C0111,R0903
|
# 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
|
import core.module
|
||||||
|
|
|
@ -303,6 +303,14 @@ Parameters:
|
||||||
|
|
||||||
.. image:: ../screenshots/redshift.png
|
.. 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
|
sensors2
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue