- Updated icons for network

This commit is contained in:
dbroqua 2017-07-18 13:19:34 +02:00
parent bbde2e26a6
commit 83a69e2beb

View File

@ -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 = "W: %ip (%essid)" format_up = "📶: %ip (%essid)"
format_down = "W: 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 = "E: %ip (%speed)" format_up = "🖧: %ip (%speed)"
format_down = "E: down" format_down = "🖧: down"
} }
run_watch DHCP { run_watch DHCP {
@ -81,8 +81,8 @@ disk "/home" {
} }
volume master { volume master {
format = "♪: %volume" format = "🔊 %volume"
format_muted = "🔉: %volume" format_muted = "🔇 %volume"
device = "default" device = "default"
mixer = "Master" mixer = "Master"
mixer_idx = 0 mixer_idx = 0