- Updated icons for network
This commit is contained in:
parent
bbde2e26a6
commit
83a69e2beb
1 changed files with 6 additions and 6 deletions
|
@ -49,14 +49,14 @@ sysdata {
|
|||
|
||||
wireless _first_ {
|
||||
# format_up = "W: %ip (%quality at %essid, %bitrate)"
|
||||
format_up = "W: %ip (%essid)"
|
||||
format_down = "W: down"
|
||||
format_up = "📶: %ip (%essid)"
|
||||
format_down = "📶: down"
|
||||
}
|
||||
|
||||
ethernet eth0 {
|
||||
# if you use %speed, i3status requires the cap_net_admin capability
|
||||
format_up = "E: %ip (%speed)"
|
||||
format_down = "E: down"
|
||||
format_up = "🖧: %ip (%speed)"
|
||||
format_down = "🖧: down"
|
||||
}
|
||||
|
||||
run_watch DHCP {
|
||||
|
@ -81,8 +81,8 @@ disk "/home" {
|
|||
}
|
||||
|
||||
volume master {
|
||||
format = "♪: %volume"
|
||||
format_muted = "🔉: %volume"
|
||||
format = "🔊 %volume"
|
||||
format_muted = "🔇 %volume"
|
||||
device = "default"
|
||||
mixer = "Master"
|
||||
mixer_idx = 0
|
||||
|
|
Loading…
Reference in a new issue