Age | Commit message (Collapse) | Author |
|
|
|
The battery threshold can now be configured as type "time" or
"percentage", but defaults to "time" to prevent unexpected behavior.
Also, low_threshold was set to a more reasonable default of 30.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a2x.py
|
|
|
|
This will make the script exit if i3bar has been killed or has crashed
instead of continuing to run in the background.
|
|
|
|
|
|
Signed-off-by: theo <theocrite@theocrite.org>
|
|
|
|
|
|
|
|
|
|
|
|
This will make i3status depend on a useful configuration file (so
/etc/i3status.conf has to be installed) to actually output anything.
However, it fixes a very common error: people edit their i3status.conf and
don’t get that the first order directive has to use =, not +=. Since order is
now empty by default, you can use += everywhere.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Based on a patch by Felicitus.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|