Waybar: fix temperature sensor for thor
This commit is contained in:
parent
cb7427082b
commit
587cd2e583
1 changed files with 2 additions and 0 deletions
|
|
@ -116,6 +116,8 @@ in
|
||||||
"format-icons" = [ "" ];
|
"format-icons" = [ "" ];
|
||||||
} // (if hostName == "sif" then {
|
} // (if hostName == "sif" then {
|
||||||
"hwmon-path" = "/sys/class/hwmon/hwmon7/temp1_input";
|
"hwmon-path" = "/sys/class/hwmon/hwmon7/temp1_input";
|
||||||
|
} else if hostName == "thor" then {
|
||||||
|
"hwmon-path" = "/sys/class/hwmon/hwmon3/temp1_input";
|
||||||
} else { });
|
} else { });
|
||||||
"backlight" = {
|
"backlight" = {
|
||||||
# "device"= "acpi_video1";
|
# "device"= "acpi_video1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue