aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAChavali <aryadevchavali1@gmail.com>2020-03-02 23:19:37 +0000
committerAChavali <aryadevchavali1@gmail.com>2020-03-02 23:19:44 +0000
commitc714af9aaba27a610802709d0c4f11629547f7ae (patch)
tree841392fdebe5bb99949440a5e0bf3a1301addbb0
parent18e8902932e00e9041f6a36f962262ac2052c336 (diff)
downloaddotfiles-c714af9aaba27a610802709d0c4f11629547f7ae.tar.gz
dotfiles-c714af9aaba27a610802709d0c4f11629547f7ae.tar.bz2
dotfiles-c714af9aaba27a610802709d0c4f11629547f7ae.zip
+Ethernet support to i3statusbar
-rw-r--r--i3status.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/i3status.conf b/i3status.conf
index cec268f..4dd5663 100644
--- a/i3status.conf
+++ b/i3status.conf
@@ -7,6 +7,7 @@ general {
# Furthest to closest
order += "wireless wlp2s0"
+order += "ethernet enp1s0"
order += "disk /home"
order += "battery 0"
order += "tztime local"
@@ -20,6 +21,11 @@ wireless wlp2s0 {
format_down = ""
}
+ethernet enp1s0 {
+ format_up = "Connection: %ip"
+ format_down = ""
+}
+
disk /home {
format = "Pr0n drive: %free"
}