From 943b42de05cc3328ea74b0d9f527f17e1fcf47e7 Mon Sep 17 00:00:00 2001 From: Michael Buch Date: Wed, 23 May 2018 07:16:30 +0100 Subject: 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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\ -- cgit v1.2.3