Add files via upload

This commit is contained in:
Eduard Tolosa 2020-07-02 11:11:39 -05:00 committed by GitHub
parent c80fb1f237
commit 0adb10b631
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"