From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 15 Apr 2017 17:57:25 +0000 (+0200)
Subject: For w530 i3status.conf, use correct wlan interface signifier.
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdb.prefix%7D%7D/blog?a=commitdiff_plain;h=529eb2323f9fd58c35d48f61fc84c9f1a6a1a82d;p=config

For w530 i3status.conf, use correct wlan interface signifier.
---

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