diff --git a/assets/wallpaper/aperture.jpg b/assets/wallpaper/aperture.jpg new file mode 100644 index 0000000..cad7619 Binary files /dev/null and b/assets/wallpaper/aperture.jpg differ diff --git a/assets/wallpaper/asura.jpg b/assets/wallpaper/asura.jpg new file mode 100644 index 0000000..b8da1ed Binary files /dev/null and b/assets/wallpaper/asura.jpg differ diff --git a/assets/wallpaper/dr stone.png b/assets/wallpaper/dr stone.png new file mode 100644 index 0000000..34ac725 Binary files /dev/null and b/assets/wallpaper/dr stone.png differ diff --git a/assets/wallpaper/lights.jpg b/assets/wallpaper/lights.jpg new file mode 100644 index 0000000..3da7f26 Binary files /dev/null and b/assets/wallpaper/lights.jpg differ diff --git a/assets/wallpaper/mountains.jpg b/assets/wallpaper/mountains.jpg new file mode 100644 index 0000000..7ac2492 Binary files /dev/null and b/assets/wallpaper/mountains.jpg differ diff --git a/assets/wallpaper/thunder.jpg b/assets/wallpaper/thunder.jpg new file mode 100644 index 0000000..3004c8f Binary files /dev/null and b/assets/wallpaper/thunder.jpg differ diff --git a/assets/wallpaper/totk.jpg b/assets/wallpaper/totk.jpg new file mode 100644 index 0000000..2c49cb3 Binary files /dev/null and b/assets/wallpaper/totk.jpg differ diff --git a/assets/wallpaper/wave.jpg b/assets/wallpaper/wave.jpg new file mode 100644 index 0000000..d0ec7fa Binary files /dev/null and b/assets/wallpaper/wave.jpg differ diff --git a/hosts/lars/dyonisos/configuration.nix b/hosts/lars/dyonisos/configuration.nix index 3142fa9..cf9ab76 100644 --- a/hosts/lars/dyonisos/configuration.nix +++ b/hosts/lars/dyonisos/configuration.nix @@ -10,7 +10,7 @@ hyprland = { enable = true; monitor = [",preferred,auto,2"]; - wallpaper = "wallpaper/nix.png"; + wallpaper = "wallpaper/wave.jpg"; }; }; } diff --git a/hosts/lars/kronos/configuration.nix b/hosts/lars/kronos/configuration.nix index 0d0af04..be46c8a 100644 --- a/hosts/lars/kronos/configuration.nix +++ b/hosts/lars/kronos/configuration.nix @@ -22,11 +22,12 @@ "DP-2,2560x1440@144,0x0,1" "DP-1,1920x1080@60,2560x0,1" ]; - extra = { - exec-once = [ - "hyprctl dispatch moveworkspacetomonitor 1 DP-2" - ]; - }; + extra = { + exec-once = [ + "hyprctl dispatch moveworkspacetomonitor 1 DP-2" + ]; + }; + wallpaper = "wallpaper/wave.jpg"; }; };