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" = [ "" ];
|
||||
} // (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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue