mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update
This commit is contained in:
parent
345ca1a3ea
commit
751eab1252
3 changed files with 5 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[Match]
|
||||
Name=wlp3s0
|
||||
Name=wlan0
|
||||
|
||||
[Network]
|
||||
LinkLocalAddressing=no
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[Match]
|
||||
Name=wlp3s0
|
||||
Name=wlan0
|
||||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
|
|
|
|||
|
|
@ -14,7 +14,8 @@ general {
|
|||
# order += "ipv6"
|
||||
# order += "disk /"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet enp2s0"
|
||||
|
||||
order += "ethernet _first_"
|
||||
order += "path_exists bond"
|
||||
order += "path_exists VPN"
|
||||
order += "load"
|
||||
|
|
@ -27,7 +28,7 @@ wireless _first_ {
|
|||
format_down = "W: Down"
|
||||
}
|
||||
|
||||
ethernet enp2s0 {
|
||||
ethernet _first_ {
|
||||
# if you use %speed, i3status requires root privileges
|
||||
format_up = "E: (%speed)"
|
||||
format_down = "E: Down"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue