From 529eb2323f9fd58c35d48f61fc84c9f1a6a1a82d Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 15 Apr 2017 19:57:25 +0200
Subject: [PATCH] For w530 i3status.conf, use correct wlan interface signifier.

---
 dotfiles/user/thinkpad/W530/i3status.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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"
 }
-- 
2.30.2