diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-01-25 20:25:16 +0100 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-01-25 20:25:16 +0100 |
| commit | a32435cfed405c16182bd3efd10e2a4156578868 (patch) | |
| tree | ca4d51ec940c3a98d502f9b61cf6281a9bf5e0e6 | |
| parent | d0d92a961496a92db02f01de845a51d1b3974237 (diff) | |
fixed path to cpu temp
| -rw-r--r-- | .config/i3status/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3status/config b/.config/i3status/config index 3b96bf9..8fd3248 100644 --- a/.config/i3status/config +++ b/.config/i3status/config @@ -33,7 +33,7 @@ ethernet wg0 { cpu_temperature 0 { format = "tea: %degrees °C" - path = "/sys/class/hwmon/hwmon1/temp1_input" + path = "/sys/class/hwmon/hwmon2/temp1_input" } disk "/" { |
