Ver Código Fonte

~/.config/waybar: Fix temperature path for new laptop

I _think_ this is the CPU, but don't know really.  The `name` file says
"thinkpad" so no idea.  There's another cooler temperature that is
called `amdgpu` but that seems more specific.  So it's this one for now.
Luna Stadler 4 anos atrás
pai
commit
1a3e84b62b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .config/waybar/config

+ 1 - 1
.config/waybar/config

@ -27,7 +27,7 @@
27 27
    },
28 28
    "temperature": {
29 29
        // "thermal-zone": 2,
30
        // "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
30
        "hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input",
31 31
        "critical-threshold": 80,
32 32
        // "format-critical": "{temperatureC}°C {icon}",
33 33
        "format": "{temperatureC}°C",