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.
This commit is contained in:
Michael Buch
2018-05-23 07:16:30 +01:00
committed by Aaron Marcher
parent 57f69e900b
commit 943b42de05
4 changed files with 103 additions and 0 deletions

View File

@ -16,6 +16,7 @@ COM =\
components/ip\
components/kernel_release\
components/keyboard_indicators\
components/keymap\
components/load_avg\
components/netspeeds\
components/num_files\