wallpaper & screen setup for VM

This commit is contained in:
CDaut 2024-02-29 23:13:04 +01:00
parent 4f89114ed2
commit d21dfbc6fd
Signed by: clara
GPG key ID: 223391B52FAD4463
3 changed files with 10 additions and 0 deletions

View file

@ -43,6 +43,10 @@
displayManager = { displayManager = {
defaultSession = "none+i3"; defaultSession = "none+i3";
# TODO: adapt to actual monitor config
setupCommands = ''
${pkgs.xorg.xrandr}/bin/xrandr --output Virtual1 --mode 1920x1080;
'';
}; };
windowManager.i3 = { windowManager.i3 = {
@ -53,6 +57,8 @@
i3lock i3lock
]; ];
}; };
desktopManager.wallpaper.mode = "fill";
}; };

View file

@ -50,6 +50,10 @@ in
source = ./programm_configs/lock.sh; source = ./programm_configs/lock.sh;
target = ".config/i3/lock.sh"; target = ".config/i3/lock.sh";
}; };
wallpaper = {
source = ./media/wallpaper.png;
target = ".background-image";
};
}; };
# envars # envars

BIN
media/wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB