mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Add files via upload
This commit is contained in:
parent
c80fb1f237
commit
0adb10b631
1 changed files with 12 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ general {
|
|||
interval = 2
|
||||
}
|
||||
|
||||
order += "path_exists VPN"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet _first_"
|
||||
order += "disk /"
|
||||
order += "disk /home"
|
||||
order += "cpu_usage"
|
||||
|
|
@ -41,6 +42,16 @@ disk "/home" {
|
|||
threshold_type = percentage_avail
|
||||
}
|
||||
|
||||
wireless _first_ {
|
||||
format_up = " ON"
|
||||
format_down = " OFF"
|
||||
}
|
||||
|
||||
ethernet _first_ {
|
||||
format_up = "🖧 ON"
|
||||
format_down = "🖧 OFF"
|
||||
}
|
||||
|
||||
path_exists VPN {
|
||||
# path exists when a VPN tunnel is active
|
||||
format = "🖧 ON"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue