From e42f84cb9954942b3b604a05fb1933b54ecef5f4 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Fri, 30 May 2014 11:44:36 +0200 Subject: add an information note in the keyboard module --- modules/keyboard-layout.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') 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] -- cgit v1.3