diff options
author | jao <jao@gnu.org> | 2018-02-18 22:38:51 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-02-18 22:38:51 +0100 |
commit | e154d88e03e05b2dad34408b05ed944024036ba5 (patch) | |
tree | a49a3f706413af4f93a077254b762901ba50d998 /readme.md | |
parent | 3aed229c30d1562f0e29748a78362cdd3722ae20 (diff) | |
download | xmobar-e154d88e03e05b2dad34408b05ed944024036ba5.tar.gz xmobar-e154d88e03e05b2dad34408b05ed944024036ba5.tar.bz2 |
Batt: Try also "BAT" (fixes #338)
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -816,15 +816,17 @@ something like: ### `Battery Args RefreshRate` -- Same as `BatteryP ["BAT0", "BAT1", "BAT2"] Args RefreshRate`. +- Same as `BatteryP ["BAT", "BAT0", "BAT1", "BAT2"] Args RefreshRate`. ### `BatteryP Dirs Args RefreshRate` - Aliases to `battery` + - Dirs: list of directories in `/sys/class/power_supply/` where to look for the ACPI files of each battery. Example: - `["BAT0","BAT1","BAT2"]`. Only the first 3 directories will be + `["BAT0","BAT1","BAT2"]`. Only up to 3 existing directories will be searched. + - Args: default monitor arguments, plus the following specific ones (these options, being specific to the monitor, are to be specified after a `--` in the argument list): |