sway/waybar: Disable hwmon override for mayushii

After a kernel upgrade, the old path no longer works and waybar
autodetects the correct one.
neomutt
Simon Bruder 2022-01-20 18:21:36 +01:00
parent fae6a08b6a
commit 964b34f321
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 3 deletions

View File

@ -200,9 +200,7 @@ in
critical-threshold = 80;
format = "{temperatureC}°C {icon}";
format-icons = [ "" "" "" "" "" ];
} // (lib.optionalAttrs (nixosConfig.networking.hostName == "mayushii") {
hwmon-path = "/sys/class/hwmon/hwmon3/temp1_input";
});
};
battery = {
interval = 5;
format = "{capacity}% {icon}";