diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 7ee85d9..6f594b7 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -24,8 +24,10 @@ bind = SUPER SHIFT, SPACE, exec, pkill -SIGUSR1 waybar source = ~/.local/share/omarchy/default/hypr/envs.conf # Autostart necessary processes (like notifications daemons, status bars, etc.) -# Or execute your favorite apps at launch like this: -exec-once = hypridle & hyprpaper & swaync & waybar +exec-once = hypridle & swaync & waybar + +# Set a random image from ~/.local/share/backgrounds as the background +exec-once = swaybg -i $(find ~/.local/share/backgrounds/ -type f -print0 | shuf -zn1 | xargs -0 printf '%s\n') ##################### ### LOOK AND FEEL ### diff --git a/config/hypr/hyprpaper.conf b/config/hypr/hyprpaper.conf deleted file mode 100644 index e89f1a7..0000000 --- a/config/hypr/hyprpaper.conf +++ /dev/null @@ -1,10 +0,0 @@ -# All monitors like this -monitor=,preferred,1 - -# What a silly need of repetition -preload=~/.config/omarchy/wallpapers/birds-mountain.png -wallpaper=,~/.config/omarchy/wallpapers/birds-mountain.png - -# Stretch or fit -# Options: center, tile, stretch, fit, fill -ipc = off diff --git a/install/hyprlandia.sh b/install/hyprlandia.sh index b632b6f..85fcb61 100644 --- a/install/hyprlandia.sh +++ b/install/hyprlandia.sh @@ -1,6 +1,6 @@ yay -S --noconfirm --needed \ - hyprland hyprpaper hyprshot hyprlock hypridle hyprpolkitagent hyprland-qtutils \ - waybar swaync \ + hyprland hyprshot hyprlock hypridle hyprpolkitagent hyprland-qtutils \ + waybar swaync swaybg \ xdg-desktop-portal-hyprland xdg-desktop-portal xdg-desktop-portal-gnome # Start Hyprland on first session