mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[i3status] change temperature-path to more general path
This commit is contained in:
parent
a24a77f66b
commit
742d40ea7b
1 changed files with 1 additions and 1 deletions
|
@ -96,5 +96,5 @@ cpu_usage {
|
||||||
|
|
||||||
cpu_temperature 1 {
|
cpu_temperature 1 {
|
||||||
format = " %degrees°C"
|
format = " %degrees°C"
|
||||||
path = "/sys/devices/platform/coretemp.0/hwmon/*/temp1_input"
|
path = "/sys/devices/virtual/thermal/thermal_zone0/temp"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue