aboutsummaryrefslogtreecommitdiffstats
path: root/i3
diff options
context:
space:
mode:
Diffstat (limited to 'i3')
-rw-r--r--i3/bar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/i3/bar.py b/i3/bar.py
index d7abbcb..3a845c4 100644
--- a/i3/bar.py
+++ b/i3/bar.py
@@ -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": "↑",