aboutsummaryrefslogtreecommitdiffstats
path: root/i3status_config
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-09-30 15:33:30 +0100
committerMatthew Lemon <y@yulqen.org>2023-09-30 15:33:30 +0100
commit68c3ab42da6614d14e687fc5339c3188a234e7b4 (patch)
treead2ee1fad508cea36e95a8b64faefcd7025302ff /i3status_config
parent6904171b9de66bdf680b1dfcb7b435408875c159 (diff)
Adds battery back to i3 status for laptop use
Diffstat (limited to 'i3status_config')
-rw-r--r--i3status_config8
1 files changed, 4 insertions, 4 deletions
diff --git a/i3status_config b/i3status_config
index 6170c0c..598079c 100644
--- a/i3status_config
+++ b/i3status_config
@@ -14,7 +14,7 @@ general {
# order += "ipv6"
order += "wireless _first_"
order += "ethernet _first_"
-# order += "battery all"
+order += "battery all"
# order += "disk /"
# order += "load"
order += "memory"
@@ -30,9 +30,9 @@ ethernet _first_ {
format_down = "E: down"
}
-# battery all {
-# format = "%status %percentage %remaining"
-# }
+battery all {
+ format = "%status %percentage %remaining"
+}
# disk "/" {
# format = "%avail"