From: Christian Heller Date: Sat, 15 Apr 2017 17:57:48 +0000 (+0200) Subject: Merge branch 'master' of https://github.com/plomlompom/config X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;h=a1fb2ec9202b8414d1400904aaaf464cf53f67de;hp=01d5fcfbaa061c65e6c0d63d3649b9e2a3b6924d;p=config Merge branch 'master' of https://github.com/plomlompom/config --- diff --git a/dotfiles/user/thinkpad/W530/i3status.conf b/dotfiles/user/thinkpad/W530/i3status.conf index c3cea4b..c5c90a7 100644 --- a/dotfiles/user/thinkpad/W530/i3status.conf +++ b/dotfiles/user/thinkpad/W530/i3status.conf @@ -9,7 +9,7 @@ general { # Selection / order of status elements. order += "disk /" order += "disk /home" -order += "wireless wlan0" +order += "wireless wlp3s0" order += "ethernet enp0s25" order += "battery 0" order += "cpu_temperature 0" @@ -31,7 +31,7 @@ disk "/home" { # WLAN status: show IP and connection quality or "down". -wireless wlan0 { +wireless wlp3s0 { format_up = "W: (%quality at %essid) %ip" format_down = "W: down" }