Adapt morty and mrmeeseeks configuration to waybar

This commit is contained in:
Yorick Barbanneau 2024-02-19 00:18:43 +01:00
parent de6fb52e25
commit a0e66f6205
2 changed files with 15 additions and 0 deletions

View file

@ -19,6 +19,10 @@
desktop.sway = {
enable = true;
kanshi = true;
waybar = {
laptop = true;
gpuThermal.enable = false;
};
};
};
}

View file

@ -19,6 +19,17 @@
desktop.sway = {
enable = true;
kanshi = false;
waybar = {
laptop = false;
gpuThermal = {
enable = true;
hmonPath = "/sys/class/hwmon/hwmon1/temp1_input";
};
cpuThermal = {
hwmonPathAbs = "/sys/devices/pci0000:00/0000:00:18.3/hwmon/";
inputFilename = "temp3_input";
};
};
};
};
}