diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-05 23:21:33 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-05 23:21:33 +0900 |
| commit | 4dcde3fd2617d934b86ac7e261a3fc2de42599f3 (patch) | |
| tree | 142180c776a2ece53670950f2e2b664c8e0ffaf9 /config/waybar/modules | |
| parent | 9ab2c32a504aacbe597fa6acd523a77967a6ed10 (diff) | |
small update
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 7de38d0a..6617ed34 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -265,7 +265,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}", @@ -460,8 +460,8 @@ "temperature#vertical": { "interval": 10, "tooltip": true, - "hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", - //"thermal-zone": 0, + //"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", + "thermal-zone": 0, "critical-threshold": 80, "format-critical": "{icon}\n{temperatureC}°C", "format": " {icon}", |
