diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-14 18:31:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-14 18:31:37 +0900 |
| commit | e49d4a58db265abbd407b05f1bd1c0f3f537cc87 (patch) | |
| tree | 23110bec6f29689633926e681dc75e4edcb9db2f /config/waybar/modules | |
| parent | e53a9c345d8e36b08d8192635822cc02263a0842 (diff) | |
| parent | 03363809f5e821c323a457aeafb3182a0ab17ba8 (diff) | |
Merge pull request #274 from JaKooLit/development
Development to main
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index e7606c4c..93c7f3c1 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -413,7 +413,7 @@ "interval": 10, "tooltip": true, "hwmon-path": [ - "/sys/class/hwmon/hwmon6/temp1_input", + "/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp" ], //"thermal-zone": 0, @@ -685,7 +685,7 @@ "interval": 10, "tooltip": true, "hwmon-path": [ - "/sys/class/hwmon/hwmon6/temp1_input", + "/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp" ], //"thermal-zone": 0, |
