diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-13 18:25:41 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-13 18:25:41 +0900 |
| commit | 2abc580968694154591703e198c847e9ab8bb7d0 (patch) | |
| tree | dfabf3e13e4d8c2df77291f3597617602151321b /config/waybar | |
| parent | 538f6ec00698215204288ca91c91c736792b38cf (diff) | |
updated temperature module
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/modules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index eb7c3674..94d9b1d3 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -332,8 +332,8 @@ "temperature": { "interval": 10, "tooltip": false, - //"hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input", - "thermal-zone": 0, + "hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", + //"thermal-zone": 0, "critical-threshold": 82, "format-critical": "{temperatureC}°C {icon}", "format": "{temperatureC}°C {icon}", @@ -557,8 +557,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}", |
