diff options
| -rw-r--r-- | modules/keyboard-layout.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/keyboard-layout.py b/modules/keyboard-layout.py index 97ef716..1ed3cee 100644 --- a/modules/keyboard-layout.py +++ b/modules/keyboard-layout.py @@ -36,6 +36,9 @@ def xbklayout(): def setxkbmap(): """ check using setxkbmap >= 1.3.0 + + Please read issue 33 for more information : + https://github.com/ultrabug/py3status/pull/33 """ q = check_output(['setxkbmap', '-query']).decode('utf-8') return q.replace(' ', '').split(':')[-1] |
