Skip to content

Commit

Permalink
Modified i3status wifi adapter name
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnerwala committed Mar 30, 2015
1 parent f43d095 commit 5de01b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i3/.i3status.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ order += "ipv6"
order += "disk /"
order += "run_watch DHCP"
order += "run_watch VPN"
order += "wireless wlan0"
order += "wireless wlp3s0"
order += "ethernet eth0"
order += "battery 0"
order += "battery 1"
order += "volume master"
order += "load"
order += "tztime local"

wireless wlan0 {
wireless wlp3s0 {
format_up = "W: (%quality at %essid) %ip"
format_down = "W: down"
}
Expand Down

0 comments on commit 5de01b9

Please sign in to comment.