diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-07-15 16:10:05 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-07-15 16:10:05 +0200 |
commit | 9544fc23867190ae08edcaf5d42a28000f653379 (patch) | |
tree | 5c5fea0ba77bd42b8d33d924191d3f0244041201 /i3 | |
parent | 089e1fd8f673abade04bcbd9bda7a14e5a450085 (diff) | |
download | dotfiles-9544fc23867190ae08edcaf5d42a28000f653379.tar.xz |
i3: bar: set battery alert percentage to 5
Diffstat (limited to 'i3')
-rw-r--r-- | i3/bar.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ status.register("clock", status.register("battery", format="⚡:{percentage:.2f}% {remaining:%E%hh:%Mm}{status}", alert=True, - alert_percentage=20, + alert_percentage=5, status={ "DIS": "↓", "CHR": "↑", |