diff options
author | Martin Perner <martin@perner.cc> | 2011-07-17 17:54:44 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-08-31 20:30:20 +0200 |
commit | 5ff0acdf4337218cf7349ba9fc233c3da75cf05a (patch) | |
tree | a5e210815d2ab9734f53a27432a3c21f45858ea4 /README | |
parent | e6e1734bc9fea3827e6692e52979ba46f1cd8b99 (diff) | |
download | xmobar-5ff0acdf4337218cf7349ba9fc233c3da75cf05a.tar.gz xmobar-5ff0acdf4337218cf7349ba9fc233c3da75cf05a.tar.bz2 |
Added Keyboard Layout Indicator Plugin
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -683,6 +683,8 @@ Monitors have default aliases. distribution can be used to set the given property from the output of any other program or script. +[samples/xmonadpropwrite.hs script]: https://github.com/jaor/xmobar/raw/master/samples/xmonadpropwrite.hs + `Brightness Args RefreshRate` - Aliases to `bright` @@ -700,8 +702,19 @@ Monitors have default aliases. Run Brightness ["-t", "<bar>"] 60 +`Kbd Opts` + +- Registers to XKB/X11-Events and output the currently active keyboard layout. + Supports replacement of layoutnames. +- Aliases to `kbd` +- Opts + - `-e`: String displayed on an error while accessing X (default: "Err") + - `-s`: Search string, can be used multiple times (optional) + - `-r`: Replacement string, one for every Search should be given (optional) +- Example: + + Run Kbd [] ["-s", "us(dvorak)", "-r", "DV", "-s", "us", "-r", "US"] "kbd" -[samples/xmonadpropwrite.hs script]: https://github.com/jaor/xmobar/raw/master/samples/xmonadpropwrite.hs ## Monitor Plugins Commands Arguments |