aboutsummaryrefslogtreecommitdiff
path: root/i3status.conf
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-05-03 21:08:28 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2016-05-03 21:08:28 +0200
commitdac142787673ee2c9947f229a3e2b87ace46df48 (patch)
tree03c0ac16f84755a3367b4bc3f8996a049af23736 /i3status.conf
parent403f5ce4263901bd69c5a119dc15eadc9c16048f (diff)
downloaddotfiles-dac142787673ee2c9947f229a3e2b87ace46df48.tar.gz
dotfiles-dac142787673ee2c9947f229a3e2b87ace46df48.zip
i3: updated status for laptops
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'i3status.conf')
-rw-r--r--i3status.conf25
1 files changed, 24 insertions, 1 deletions
diff --git a/i3status.conf b/i3status.conf
index ac64d9a..911e126 100644
--- a/i3status.conf
+++ b/i3status.conf
@@ -18,9 +18,12 @@ order += "disk /"
order += "disk /home"
order += "ethernet br0"
# NOTE: uncomment this and remove the previous line if you are using a laptop.
-#order += "wireless wlp3s0"
+#order += "wireless wlan0"
order += "load"
order += "volume master"
+# NOTE: use these two if you are using a laptop.
+#order += "battery 0"
+#order += "battery 1"
order += "tztime local"
# Yes, I'm weird :P Use whatever ethernet interface you have here.
@@ -36,6 +39,26 @@ ethernet br0 {
#format_down = "W: down"
#}
+# NOTE: use this if you are using a laptop.
+#battery 0 {
+#format = "%status %percentage"
+#format_down = "No battery"
+#status_chr = "⚇ CHR"
+#status_bat = "⚡ BAT"
+#status_full = "☻ FULL"
+#low_threshold = 10
+#}
+
+# NOTE: use this if you are using a laptop.
+#battery 1 {
+#format = "%status %percentage"
+#format_down = "No battery"
+#status_chr = "⚇ CHR"
+#status_bat = "⚡ BAT"
+#status_full = "☻ FULL"
+#low_threshold = 10
+#}
+
tztime local {
format = "%Y-%m-%d %H:%M"
}