summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Buch <michaelbuch12@gmail.com>2018-05-23 07:16:30 +0100
committerAaron Marcher <me@drkhsh.at>2018-05-23 10:09:13 +0200
commit943b42de05cc3328ea74b0d9f527f17e1fcf47e7 (patch)
treeb08d4df304c35f503212741161e3298ddd376db1 /Makefile
parent57f69e900bf7e3e7c60a720bf09f2134b724c5cc (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8e18969..7ed7099 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ COM =\
components/ip\
components/kernel_release\
components/keyboard_indicators\
+ components/keymap\
components/load_avg\
components/netspeeds\
components/num_files\