summaryrefslogtreecommitdiff
path: root/i3status.conf
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2016-07-06 13:10:03 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2016-07-06 13:10:03 -0400
commitab06f7506a8118c74a9243c5561e5e4d1b7d3c24 (patch)
treedf91c2dcb540e3e08b35209f2fdacb9a3164bb4c /i3status.conf
parentf2927cf6102db73f477d7e4f413b396b349b1f53 (diff)
Merge xmonad config.
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