diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-15 00:44:36 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-15 00:44:36 +0100 |
commit | 9d9ae4166bd0d6b85f1eb19d6f1699a6453517db (patch) | |
tree | 1bd7a63b0faf33c63aea6d21c1653a5409c65f6e /README | |
parent | dc09eaa311110b90e1768b52da73eee250e2aadb (diff) | |
download | xmobar-9d9ae4166bd0d6b85f1eb19d6f1699a6453517db.tar.gz xmobar-9d9ae4166bd0d6b85f1eb19d6f1699a6453517db.tar.bz2 |
Volume monitor: new field 'volumebar', and a bit of refactoring
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -579,7 +579,7 @@ Monitors have default aliases. - `--highd` _number_ High threshold for dB. Defaults to -5.0. - `--lowd` _number_ Low threshold for dB. Defaults to -30.0. - Variables that can be used with the `-t`/`--template` argument: - `volume`, `dB`, `status` + `volume`, `volumebar`, `dB`, `status` - 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 |