summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-18 17:36:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-18 20:58:05 -0700
commitd815601351edcef5b2f9c3b3debd57b53dc6de1e (patch)
treea42fe9b24229fc06cc923e0592729ce4ef2be09b
parent4ee6df6f50042a8fedfbb99354047e1d3fd2d3ba (diff)
downloaddotfiles-boreas.tar.gz
point i3status at pbp's batteryboreas
-rw-r--r--.config/i3status/config5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/i3status/config b/.config/i3status/config
index 1edc46d5..001e9e0f 100644
--- a/.config/i3status/config
+++ b/.config/i3status/config
@@ -16,7 +16,7 @@ general {
order += "disk /"
# order += "wireless _first_"
# order += "ethernet _first_"
-order += "battery all"
+order += "battery 0"
order += "load"
order += "volume master"
order += "tztime local"
@@ -32,7 +32,7 @@ order += "tztime local"
# format_down = "E: down"
# }
-battery all {
+battery 0 {
format = "%status %percentage %remaining"
last_full_capacity = true
hide_seconds = true
@@ -42,6 +42,7 @@ battery all {
# http://batteryuniversity.com/learn/article/how_to_prolong_lithium_based_batteries
low_threshold = 25
threshold_type = percentage
+ path = "/sys/class/power_supply/cw2015-battery/uevent"
}
tztime local {