chore: update mrMeeseeks configuration

To conform new configuration options and module oranization
This commit is contained in:
Yorick Barbanneau 2024-05-08 22:51:43 +02:00
parent d6cf3f11a3
commit 15f02d84e2
4 changed files with 6 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View file

@ -25,6 +25,8 @@
desktop.sway = { desktop.sway = {
enable = true; enable = true;
kanshi = false; kanshi = false;
wallpapers.lockscreen = "${./files/lockscreen.png}";
wallpapers.desktop = "${./files/wallpaper.jpg} center #000000";
waybar = { waybar = {
laptop = false; laptop = false;
gpuThermal = { gpuThermal = {

View file

@ -1,15 +1,16 @@
_: { _: {
wayland.windowManager.sway.checkConfig = false;
wayland.windowManager.sway.config.output = { wayland.windowManager.sway.config.output = {
"Iiyama North America PL2792UH 1166310803122" = { "Iiyama North America PL2792UH 1166310803122" = {
mode = "3840x2160@60Hz"; mode = "3840x2160@60Hz";
position = "1080,0"; position = "1235,0";
scale = "2"; scale = "1.75";
bg = "~/medias/images/wallpapers/desktop.jpg center #000000"; bg = "~/medias/images/wallpapers/desktop.jpg center #000000";
}; };
"Iiyama North America PL2792UH 1176923201598" = { "Iiyama North America PL2792UH 1176923201598" = {
mode = "3840x2160@60Hz"; mode = "3840x2160@60Hz";
position = "0,0"; position = "0,0";
scale = "2"; scale = "1.75";
transform = "270"; transform = "270";
bg = "~/medias/images/wallpapers/desktop.jpg center #000000"; bg = "~/medias/images/wallpapers/desktop.jpg center #000000";
}; };