+Ethernet support to i3statusbar

This commit is contained in:
AChavali
2020-03-02 23:19:37 +00:00
parent 18e8902932
commit c714af9aab

View File

@@ -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"
}