update from tmp base16 fix
This commit is contained in:
@@ -29,7 +29,7 @@ order += "ipv6"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet _first_"
|
||||
#order += "run_watch DHCP"
|
||||
order += "path_exists ovpn"
|
||||
#order += "path_exists ovpn"
|
||||
order += "path_exists wgvpn"
|
||||
order += "path_exists wg0"
|
||||
order += "battery all"
|
||||
@@ -64,10 +64,10 @@ disk "/" {
|
||||
format = "%avail"
|
||||
}
|
||||
|
||||
path_exists ovpn {
|
||||
# path exists when a VPN tunnel launched by nmcli/nm-applet is active
|
||||
path = "/proc/sys/net/ipv4/conf/tun0"
|
||||
}
|
||||
#path_exists ovpn {
|
||||
# # path exists when a VPN tunnel launched by nmcli/nm-applet is active
|
||||
# path = "/proc/sys/net/ipv4/conf/tun0"
|
||||
#}
|
||||
|
||||
path_exists wgvpn {
|
||||
# path exists when a WireGuard VPN tunnel is active
|
||||
@@ -84,6 +84,6 @@ run_watch DHCP {
|
||||
#update the following device path for temp1_input as needed
|
||||
cpu_temperature 0 {
|
||||
format = "%degrees °C"
|
||||
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon5/temp1_input"
|
||||
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon*/temp1_input"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user