aboutsummaryrefslogtreecommitdiff
path: root/i3status.conf
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-05-02 14:48:11 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2016-05-02 14:48:11 +0200
commit85b726dde03573385f8c0081a9705173b2322a08 (patch)
tree15399872228d29071454ff2ce9ed4f75ddd6a620 /i3status.conf
parentec893228f86e27b4695bb81cb0810f76660f0a82 (diff)
downloaddotfiles-85b726dde03573385f8c0081a9705173b2322a08.tar.gz
dotfiles-85b726dde03573385f8c0081a9705173b2322a08.zip
i3: added configuration for the laptop
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'i3status.conf')
-rw-r--r--i3status.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/i3status.conf b/i3status.conf
index 8086fda..ac64d9a 100644
--- a/i3status.conf
+++ b/i3status.conf
@@ -17,17 +17,24 @@ general {
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 += "load"
order += "volume master"
order += "tztime local"
# Yes, I'm weird :P Use whatever ethernet interface you have here.
+# NOTE: remove this if you are using a laptop.
ethernet br0 {
format_up = "E: %ip"
format_down = "E: down"
}
-# TODO: have the same above but for wifi.
+# NOTE: use this if you are using a laptop.
+#wireless wlp3s0 {
+#format_up = "W: (%quality at %essid) %ip"
+#format_down = "W: down"
+#}
tztime local {
format = "%Y-%m-%d %H:%M"