X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=dotfiles%2Fuser%2Fthinkpad%2FW530%2Fi3status.conf;h=c5c90a7a2c9517b1aa5e4a77065d463f909fb224;hb=592c97158efdc6d5e9e372c3aade848d829a2f74;hp=e8117d04cf25538b1f7af3a3412ee324e9ce0eb7;hpb=87820c284f6a32dbabdbead27788ede506ec375c;p=config diff --git a/dotfiles/user/thinkpad/W530/i3status.conf b/dotfiles/user/thinkpad/W530/i3status.conf index e8117d0..c5c90a7 100644 --- a/dotfiles/user/thinkpad/W530/i3status.conf +++ b/dotfiles/user/thinkpad/W530/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 wlp3s0" +order += "ethernet enp0s25" order += "battery 0" order += "cpu_temperature 0" order += "cpu_temperature 1" @@ -31,13 +31,13 @@ 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" } # Ethernet status: show IP or "down". -ethernet eth0 { +ethernet enp0s25 { format_up = "E: %ip" format_down = "E: down" }