- Updated icons
This commit is contained in:
parent
98b388682f
commit
4f669d1beb
1 changed files with 4 additions and 4 deletions
|
@ -49,14 +49,14 @@ sysdata {
|
||||||
|
|
||||||
wireless _first_ {
|
wireless _first_ {
|
||||||
# format_up = "W: %ip (%quality at %essid, %bitrate)"
|
# format_up = "W: %ip (%quality at %essid, %bitrate)"
|
||||||
format_up = "📶: %ip (%essid)"
|
format_up = "📶 %ip (%essid)"
|
||||||
format_down = "📶: down"
|
format_down = "📶 down"
|
||||||
}
|
}
|
||||||
|
|
||||||
ethernet eth0 {
|
ethernet eth0 {
|
||||||
# if you use %speed, i3status requires the cap_net_admin capability
|
# if you use %speed, i3status requires the cap_net_admin capability
|
||||||
format_up = "🖧: %ip (%speed)"
|
format_up = "💻 %ip (%speed)"
|
||||||
format_down = "🖧: down"
|
format_down = "💻 down"
|
||||||
}
|
}
|
||||||
|
|
||||||
run_watch DHCP {
|
run_watch DHCP {
|
||||||
|
|
Loading…
Reference in a new issue