From: Michael Buch Date: Wed, 23 May 2018 06:16:30 +0000 (+0100) Subject: Add keymap component X-Git-Url: https://git.xinqibao.xyz/slstatus.git/commitdiff_plain/943b42de05cc3328ea74b0d9f527f17e1fcf47e7?ds=inline;hp=943b42de05cc3328ea74b0d9f527f17e1fcf47e7 Add keymap component Adding a new keymap component that will indicate the current keyboard layout (language) and variant if any was set. I use the standard X11 XKB APIs to retrieve and parse the xkb_symbols set with setxkbmap. ---