diff options
| author | JaKooLit <jimmilovejay@gmail.com> | 2023-11-04 00:54:53 +0900 |
|---|---|---|
| committer | JaKooLit <jimmilovejay@gmail.com> | 2023-11-04 00:54:53 +0900 |
| commit | 7a485c61556cdd34771f35af106fe58899b3945b (patch) | |
| tree | 371c30e155ee3c7179bf0e47cea09851e08600ed | |
| parent | 5c74d4b66c0d5870ed04f2b1cd10101c77e23f7a (diff) | |
some small change on waybar temperature modules
| -rw-r--r-- | config/waybar/modules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 2253ee16..e23066e0 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -264,7 +264,7 @@ "interval": 10, "tooltip": false, //"hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input", - "thermal-zone": 2, + "thermal-zone": 0, "critical-threshold": 82, "format-critical": "{temperatureC}°C {icon}", "format": "{temperatureC}°C {icon}", |
