Adapt morty and mrmeeseeks configuration to waybar
This commit is contained in:
parent
de6fb52e25
commit
a0e66f6205
2 changed files with 15 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
|||
desktop.sway = {
|
||||
enable = true;
|
||||
kanshi = true;
|
||||
waybar = {
|
||||
laptop = true;
|
||||
gpuThermal.enable = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue