This commit is contained in:
kat witch 2021-12-21 22:09:59 +00:00 committed by kat
parent a87ac0e008
commit c84b650fea
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 132 additions and 101 deletions

View file

@ -13,6 +13,7 @@
};
waybarExtend2 = { config, ... }: {
config = {
modules."temperature#icon".hwmon-path = "/sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon2/temp2_input";
modules.temperature.hwmon-path = "/sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon2/temp2_input";
};
};