diff --git a/home-config/hypr/Wallpapers/above-clouds.jpg b/home-config/hypr/Wallpapers/above-clouds.jpg new file mode 100644 index 0000000..a525ee8 Binary files /dev/null and b/home-config/hypr/Wallpapers/above-clouds.jpg differ diff --git a/home-config/hypr/autostart.sh b/home-config/hypr/autostart.sh index ad57e9e..c53aeee 100755 --- a/home-config/hypr/autostart.sh +++ b/home-config/hypr/autostart.sh @@ -6,7 +6,7 @@ waybar & mako & -swaybg -i ~/.config/hypr/Wallpapers/mountains.jpg & +swaybg -i ~/.config/hypr/Wallpapers/above-clouds.jpg & swayidle -w timeout 300 'swaylock --screenshots --clock --indicator --grace 3 --fade-in 1 --effect-blur 7x5 --effect-greyscale' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f -c 000000' &