mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-31 09:55:38 +01:00
fixed waybar temperature
This commit is contained in:
parent
b6633d73a3
commit
f1811f773b
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
format = "{usage}% ";
|
||||
};
|
||||
temperature = {
|
||||
hwmon-path = "/sys/class/hwmon/hwmon2/temp1_input";
|
||||
critical-threshold = 80;
|
||||
format = "{temperatureC}°C {icon}";
|
||||
format-icons = [ "" ];
|
||||
|
|
Loading…
Add table
Reference in a new issue