|
@@ -22,13 +22,13 @@ order += "battery 0"
|
|
|
order += "tztime local"
|
|
|
|
|
|
wireless _first_ {
|
|
|
- format_up = "⌔ (%quality at %essid) %ip"
|
|
|
+ format_up = "⌔ %essid%quality %bitrate %ip"
|
|
|
format_down = "⌔×"
|
|
|
}
|
|
|
|
|
|
ethernet _first_ {
|
|
|
# if you use %speed, i3status requires root privileges
|
|
|
- format_up = "⇵ %ip (%speed)"
|
|
|
+ format_up = "⇵ %speed %ip"
|
|
|
format_down = "⇵×"
|
|
|
}
|
|
|
|