dotfiles/files/i3status.conf

18 lines
288 B
Plaintext
Raw Normal View History

2017-08-14 08:32:49 +01:00
general {
colors = true
2017-08-14 09:18:05 +01:00
interval = 10
2017-08-14 08:32:49 +01:00
}
order += "wireless _first_"
order += "ethernet _first_"
wireless _first_ {
2017-10-08 21:22:46 +01:00
format_up = "W: %ip (%essid)"
2017-08-14 08:32:49 +01:00
format_down = "W: down"
}
ethernet _first_ {
2017-10-08 21:22:46 +01:00
format_up = "E: %ip"
2017-08-14 08:32:49 +01:00
format_down = "E: down"
}