mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 13:23:11 +01:00
fixed waybar temperature
This commit is contained in:
parent
b6633d73a3
commit
f1811f773b
|
@ -24,6 +24,7 @@
|
||||||
format = "{usage}% ";
|
format = "{usage}% ";
|
||||||
};
|
};
|
||||||
temperature = {
|
temperature = {
|
||||||
|
hwmon-path = "/sys/class/hwmon/hwmon2/temp1_input";
|
||||||
critical-threshold = 80;
|
critical-threshold = 80;
|
||||||
format = "{temperatureC}°C {icon}";
|
format = "{temperatureC}°C {icon}";
|
||||||
format-icons = [ "" ];
|
format-icons = [ "" ];
|
||||||
|
|
Loading…
Reference in a new issue