aboutsummaryrefslogtreecommitdiff
path: root/i3/status
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-09 20:28:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-09 20:28:17 +1200
commitc4b23c041c5a4d549a33d2622df8074976084009 (patch)
tree12884f751f7020d5c8865a60a4d171bc0ea719de /i3/status
parentUse tabs for readline config (diff)
downloaddotfiles-c4b23c041c5a4d549a33d2622df8074976084009.tar.gz
dotfiles-c4b23c041c5a4d549a33d2622df8074976084009.zip
Use tabs for i3 config
Diffstat (limited to 'i3/status')
-rw-r--r--i3/status10
1 files changed, 5 insertions, 5 deletions
diff --git a/i3/status b/i3/status
index 87cf9df8..9c9b60d6 100644
--- a/i3/status
+++ b/i3/status
@@ -5,13 +5,13 @@ order += "tztime local"
order += "battery 0"
load {
- format = "%1min/%5min/%15min"
+ format = "%1min/%5min/%15min"
}
tztime local {
- format = "%Y-%m-%d %H:%M:%S"
+ 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
+ format = "%status %percentage %remaining %emptytime"
+ path = "/sys/class/power_supply/BAT%d/uevent"
+ low_threshold = 15
}