waybar: fix temperature for sif
This commit is contained in:
parent
b038aa625e
commit
c7384520ff
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ in
|
|||
"format-critical" = "!{temperatureC}⁰C {icon}";
|
||||
"format-icons" = [ "" ];
|
||||
} // (if hostName == "sif" then {
|
||||
"hwmon-path" = "/sys/class/hwmon/hwmon7/temp1_input";
|
||||
"thermal-zone" = 2;
|
||||
} else if hostName == "thor" then {
|
||||
"hwmon-path" = "/sys/class/hwmon/hwmon3/temp1_input";
|
||||
} else { });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue