aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-04-10 23:41:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2023-04-10 23:41:56 +1200
commit9f3e01180fa793531f0ea08d4a2a68581baf884d (patch)
tree5ccf945aa9872ab183ce34f70200bc5ad0aa4c30
parentRemove unneeded settings for i3bar (diff)
downloaddotfiles-9f3e01180fa793531f0ea08d4a2a68581baf884d.tar.gz
dotfiles-9f3e01180fa793531f0ea08d4a2a68581baf884d.zip
Remove battery display in i3bar for now
It's not working consistently between machines.
-rw-r--r--i3/status6
1 files changed, 0 insertions, 6 deletions
diff --git a/i3/status b/i3/status
index 9c9b60d6..534b1f8f 100644
--- a/i3/status
+++ b/i3/status
@@ -2,7 +2,6 @@
order += "load"
order += "tztime local"
-order += "battery 0"
load {
format = "%1min/%5min/%15min"
@@ -10,8 +9,3 @@ load {
tztime local {
format = "%Y-%m-%d %H:%M:%S"
}
-battery 0 {
- format = "%status %percentage %remaining %emptytime"
- path = "/sys/class/power_supply/BAT%d/uevent"
- low_threshold = 15
-}