X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=dotfiles%2Fuser%2Fthinkpad%2FX200s%2Fi3status.conf;h=dcc1ad03f4acd693f4b321c8faff6c2b5c952eb7;hb=decb103a10c87150712da651e9c5b99ac35dab26;hp=9565c9f5d91a98ff2b85c830825b54692de03e67;hpb=a6ea23c10570e9f82472212c4e566596fcb0b803;p=config diff --git a/dotfiles/user/thinkpad/X200s/i3status.conf b/dotfiles/user/thinkpad/X200s/i3status.conf index 9565c9f..dcc1ad0 100644 --- a/dotfiles/user/thinkpad/X200s/i3status.conf +++ b/dotfiles/user/thinkpad/X200s/i3status.conf @@ -9,8 +9,8 @@ general { # Selection / order of status elements. order += "disk /" order += "disk /home" -order += "wireless wlan0" -order += "ethernet eth0" +order += "wireless wls1" +order += "ethernet enp0s25" order += "battery 0" order += "cpu_temperature 0" order += "load" @@ -28,13 +28,13 @@ disk "/home" { # WLAN status: show IP and connection quality or "down". -wireless wlan0 { +wireless wls1 { format_up = "W: (%quality at %essid) %ip" format_down = "W: down" } # Ethernet status: show IP or "down". -ethernet eth0 { +ethernet enp0s25 { format_up = "E: %ip" format_down = "E: down" }