diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2015-05-15 15:24:09 +0200 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2015-05-15 15:24:09 +0200 |
| commit | 722913641ca01e55195cd01f6f730e5d7bb8c810 (patch) | |
| tree | 9932b7268ce382999284ea5c32bf6dbe0d0a3dca | |
| parent | d538d140d0c16fbc86c29a1e6b0d6819919c4fb4 (diff) | |
keyboard_layout module: add missing cache_timeout parameter in the docstring
| -rw-r--r-- | py3status/modules/keyboard_layout.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/py3status/modules/keyboard_layout.py b/py3status/modules/keyboard_layout.py index f4ad8a9..ec65b91 100644 --- a/py3status/modules/keyboard_layout.py +++ b/py3status/modules/keyboard_layout.py @@ -2,6 +2,9 @@ """ Display the current keyboard layout. +Configuration parameters: + - cache_timeout: check for keyboard layout change every seconds + Requires: - xkblayout-state or |
