mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update
This commit is contained in:
parent
fe99904ffc
commit
f861b7da1a
6 changed files with 67 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ general {
|
|||
# order += "disk /"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet _first_"
|
||||
order += "path_exists bond"
|
||||
order += "path_exists VPN"
|
||||
order += "load"
|
||||
order += "cpu_temperature 0"
|
||||
|
|
@ -32,6 +33,12 @@ ethernet _first_ {
|
|||
format_down = "E: down"
|
||||
}
|
||||
|
||||
path_exists bond {
|
||||
format = "Bonding: active"
|
||||
format_down = "Bond: down"
|
||||
path = "/proc/net/bonding/bond1"
|
||||
}
|
||||
|
||||
battery all {
|
||||
format = "%status %percentage"
|
||||
status_chr = "⚡ CHR"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue