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:
parent
57f69e900b
commit
943b42de05
4 changed files with 103 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -16,6 +16,7 @@ COM =\
|
|||
components/ip\
|
||||
components/kernel_release\
|
||||
components/keyboard_indicators\
|
||||
components/keymap\
|
||||
components/load_avg\
|
||||
components/netspeeds\
|
||||
components/num_files\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue