From 2687c4e71b8f0910ec011c1083dd651dd3922c31 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Tue, 14 Nov 2023 22:54:41 +0100 Subject: [PATCH] change startup wallpaper setup --- modules/home/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 1eed337..4a6b13b 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -15,7 +15,7 @@ in exec-once = systemctl --user import-environment & exec-once = hash dbus-update-activation-environment 2>/dev/null & exec-once = dbus-update-activation-environment --systemd & - exec-once = swaybg -m fill -i ~/Pictures/wallpapers/wallpaper.png & + exec-once = swaybg -m fill -i $(find ~/Pictures/wallpapers/ -maxdepth 1 -type f) & exec-once = sleep 1 && swaylock exec-once = hyprctl setcursor Catppuccin-Frappe-Dark 15 & exec-once = waybar &