mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update
This commit is contained in:
parent
1abc362047
commit
7dc3b6dcab
3 changed files with 13 additions and 13 deletions
|
|
@ -13,7 +13,7 @@ general {
|
|||
|
||||
# order += "ipv6"
|
||||
# order += "disk /"
|
||||
order += "wireless wlan0"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet enp2s0"
|
||||
order += "path_exists bond"
|
||||
order += "path_exists VPN"
|
||||
|
|
@ -22,20 +22,20 @@ order += "cpu_temperature 0"
|
|||
order += "tztime local"
|
||||
# order += "battery all"
|
||||
|
||||
wireless wlan0 {
|
||||
format_up = "W: (%quality at %essid, %frequency)"
|
||||
format_down = "W: down"
|
||||
wireless _first_ {
|
||||
format_up = "W: (%quality at %essid)"
|
||||
format_down = "W: Down"
|
||||
}
|
||||
|
||||
ethernet enp2s0 {
|
||||
# if you use %speed, i3status requires root privileges
|
||||
format_up = "E: Up (%speed)"
|
||||
format_down = "E: down"
|
||||
format_up = "E: (%speed)"
|
||||
format_down = "E: Down"
|
||||
}
|
||||
|
||||
path_exists bond {
|
||||
format = "Bonding: active"
|
||||
format_down = "Bonding: down"
|
||||
format = "Bonding: Up"
|
||||
format_down = "Bonding: Down"
|
||||
path = "/proc/net/bonding/bond1"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue