chore(config): better i3status
parent
0381563b82
commit
fec9b2f1d6
|
@ -10,13 +10,13 @@ order += "memory"
|
|||
order += "tztime local"
|
||||
|
||||
wireless _first_ {
|
||||
format_up = "W: (%quality at %essid) %ip"
|
||||
format_down = "W: down"
|
||||
format_up = "Wifi: %quality at %essid"
|
||||
format_down = "Wifi: down"
|
||||
}
|
||||
|
||||
ethernet _first_ {
|
||||
format_up = "E: %ip (%speed)"
|
||||
format_down = "E: down"
|
||||
format_up = "Ethernet: %ip (%speed)"
|
||||
format_down = "Ethernet: down"
|
||||
}
|
||||
|
||||
battery all {
|
||||
|
|
Loading…
Reference in New Issue