This commit is contained in:
jackman
2024-04-27 13:41:14 -04:00
parent a2a1008849
commit fe247039dd
5 changed files with 20 additions and 16 deletions

View File

@@ -30,9 +30,9 @@ order += "wireless _first_"
order += "ethernet _first_"
#order += "run_watch DHCP"
#order += "path_exists ovpn"
order += "path_exists wgvpn"
#order += "path_exists wgvpn"
order += "path_exists wg0"
order += "battery all"
#order += "battery all"
order += "cpu_temperature 0"
order += "load"
order += "tztime local"
@@ -84,6 +84,7 @@ 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/hwmon*/temp2_input"
#path = "/sys/devices/platform/coretemp.0/hwmon/hwmon*/temp2_input"
path = "/sys/class/thermal/thermal_zone0/temp"
}