Waybar: fix temperature sensor for thor

This commit is contained in:
Filippo Berto 2025-05-18 13:08:03 +02:00
parent cb7427082b
commit 587cd2e583
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -116,6 +116,8 @@ in
"format-icons" = [ "" ];
} // (if hostName == "sif" then {
"hwmon-path" = "/sys/class/hwmon/hwmon7/temp1_input";
} else if hostName == "thor" then {
"hwmon-path" = "/sys/class/hwmon/hwmon3/temp1_input";
} else { });
"backlight" = {
# "device"= "acpi_video1";