diff options
author | Ian Remmler <ian@remmler.org> | 2018-06-03 20:02:34 -0500 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-06-04 14:06:11 +0200 |
commit | 32e0a2bfcc7def9128fb7f385b603f2c5fe34e4d (patch) | |
tree | 41712d15b83986109135613234e7026fb9717a8c /config.def.h | |
parent | 005b5417179de9eff56a9ac5f2ed818ae9ad5817 (diff) |
Add flexible formatting to keyboard_indicators.
Updated for style.
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 58e935a..4474508 100644 --- a/config.def.h +++ b/config.def.h @@ -31,7 +31,8 @@ static const char unknown_str[] = "n/a"; * ipv4 IPv4 address interface name (eth0) * ipv6 IPv6 address interface name (eth0) * kernel_release `uname -r` NULL - * keyboard_indicators caps/num lock indicators NULL + * keyboard_indicators caps/num lock indicators format string (c?n?) + * see keyboard_indicators.c * keymap layout (variant) of current NULL * keymap * load_avg load average NULL |