From ff55b2c3a2721e7545cb237a9e2022718583642d Mon Sep 17 00:00:00 2001 From: LarsZauberer Date: Tue, 16 Apr 2024 08:59:20 +0200 Subject: [PATCH] Wallpapers added --- hosts/lars/dyonisos/configuration.nix | 2 +- hosts/lars/kronos/configuration.nix | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) 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"; }; };