Sat Jun 1 05:10:24 PM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-01 17:10:24 +02:00
parent c3ee1c352f
commit fc742c24e0
2 changed files with 15 additions and 0 deletions

View File

@ -59,6 +59,21 @@ in
indicator = true; indicator = true;
}; };
services.hyprpaper = {
enable = true;
settings = {
ipc = "off";
splash = false;
preload =
[ "${./files/wallpaper.png}"];
wallpaper = [
"DP-3,${./files/wallpaper.png}"
"DP-2,${./files/wallpaper.png}"
"HDMI-A-1,${./files/wallpaper.png}"
];
};
};
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
systemd.variables = [ "--all" ]; systemd.variables = [ "--all" ];

View File

Before

Width:  |  Height:  |  Size: 961 KiB

After

Width:  |  Height:  |  Size: 961 KiB