sway/waybar: Disable hwmon override for mayushii
After a kernel upgrade, the old path no longer works and waybar autodetects the correct one.
This commit is contained in:
parent
fae6a08b6a
commit
964b34f321
|
@ -200,9 +200,7 @@ in
|
||||||
critical-threshold = 80;
|
critical-threshold = 80;
|
||||||
format = "{temperatureC}°C {icon}";
|
format = "{temperatureC}°C {icon}";
|
||||||
format-icons = [ "" "" "" "" "" ];
|
format-icons = [ "" "" "" "" "" ];
|
||||||
} // (lib.optionalAttrs (nixosConfig.networking.hostName == "mayushii") {
|
};
|
||||||
hwmon-path = "/sys/class/hwmon/hwmon3/temp1_input";
|
|
||||||
});
|
|
||||||
battery = {
|
battery = {
|
||||||
interval = 5;
|
interval = 5;
|
||||||
format = "{capacity}% {icon}";
|
format = "{capacity}% {icon}";
|
||||||
|
|
Loading…
Reference in a new issue