update from tmp base16 fix

This commit is contained in:
ackman678
2021-05-10 11:18:19 -07:00
parent 4724c91d75
commit 6456731013
4 changed files with 61 additions and 26 deletions

View File

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