diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2014-05-30 11:44:36 +0200 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2014-05-30 11:44:36 +0200 |
| commit | e42f84cb9954942b3b604a05fb1933b54ecef5f4 (patch) | |
| tree | 23f40fc007bf92a21583ae8fb4a5ac15b686bb32 | |
| parent | 277b0008c2d779a98605737bc91ca75e6b364728 (diff) | |
add an information note in the keyboard module
| -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] |
