summaryrefslogtreecommitdiff
path: root/i3status.conf
diff options
context:
space:
mode:
Diffstat (limited to 'i3status.conf')
-rw-r--r--i3status.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/i3status.conf b/i3status.conf
index 0b3b483..8d4744d 100644
--- a/i3status.conf
+++ b/i3status.conf
@@ -11,6 +11,7 @@ order += "disk /"
#order += "run_watch VPN"
order += "wireless wlp4s0"
order += "ethernet enp0s25"
+order += "battery 1"
order += "battery 0"
order += "cpu_temperature 0"
order += "load"
@@ -37,6 +38,13 @@ ethernet enp0s25 {
format_down = ""
}
+battery 1 {
+ last_full_capacity = true
+ low_threshold = 15
+ threshold_type = time
+ format = "%status %percentage %remaining (%consumption)"
+}
+
battery 0 {
last_full_capacity = true
low_threshold = 15