Sat Jun 1 05:10:24 PM CEST 2024
This commit is contained in:
parent
c3ee1c352f
commit
fc742c24e0
|
@ -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" ];
|
||||||
|
|
Before Width: | Height: | Size: 961 KiB After Width: | Height: | Size: 961 KiB |
Loading…
Reference in New Issue