summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 18 insertions, 4 deletions
diff --git a/README b/README
index 55254a6..c4bf6c8 100644
--- a/README
+++ b/README
@@ -611,10 +611,12 @@ Monitors have default aliases.
- `--lowd` _number_ Low threshold for dB. Defaults to -30.0.
- Variables that can be used with the `-t`/`--template` argument:
`volume`, `volumebar`, `dB`, `status`
+- Note that `dB` might only return 0 on your system. This is known
+ to happen on systems with a pulseaudio backend.
- Default template: `Vol: <volume>% <status>`
-- Requires the package [alsa-mixer] installed in your system. In addition,
- to activate this plugin you must pass `--flags="with_alsa"` during
- compilation.
+- Requires the package [alsa-core] and [alsa-mixer] installed in your
+ system. In addition, to activate this plugin you must pass
+ `--flags="with_alsa"` during compilation.
`MPD Args RefreshRate`
@@ -689,6 +691,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`
@@ -706,8 +710,18 @@ 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 is a list of tuple:
+ - first element of the tuple is the search string
+ - second element of the tuple is the corresponding replacement
+- Example:
+
+ Run Kbd [("us(dvorak)", "DV"), ("us", "US")]
-[samples/xmonadpropwrite.hs script]: https://github.com/jaor/xmobar/raw/master/samples/xmonadpropwrite.hs
## Monitor Plugins Commands Arguments