i3status: use arrows

This commit is contained in:
Aminda Suomalainen 2019-02-16 13:33:22 +02:00
parent e79d81d8dc
commit d8845f1b61
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 5 additions and 7 deletions

View File

@ -30,16 +30,14 @@ load {
wireless _first_ {
#format_up = "W: (%quality at %essid) %frequency %ip"
format_up = "W:%quality %frequency"
#format_down = "W: down"
format_down = ""
format_down = "W:🢃"
}
ethernet _first_ {
# if you use %speed, i3status requires root privileges
#format_up = "E: %ip (%speed)"
format_up = "E: OK"
#format_down = "E: down"
format_down = ""
format_up = "E:🢁"
format_down = "E:🢃"
}
battery all {
@ -64,6 +62,6 @@ volume master {
}
ipv6 {
format_up = ""
format_down = "NO IPv6!"
format_up = "IPv6: 🢁"
format_down = "IPv6: 🢃"
}