feat(hypr): use hyprpaper by default instead of swww

This commit is contained in:
Sergio Laín 2025-05-07 14:01:47 +02:00
parent 4f75c72e42
commit 9a33169d46
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
3 changed files with 11 additions and 10 deletions

View file

@ -0,0 +1,2 @@
# If you want a wallpaper that doesn't change everytime the system reloads
# preload = /home/matt/.config/hypr/theme/walls/city.png

View file

@ -1,5 +1,9 @@
#!/bin/bash #!/bin/bash
# Wallpaper engine
# swww-daemon --format xrgb &
hyprpaper &
# Automounter for removable media # Automounter for removable media
udiskie & udiskie &
@ -15,9 +19,6 @@ swaync &
# OSD Window # OSD Window
swayosd-server & swayosd-server &
# Notify about devices connecting and disconnecting
devify &
# Idle daemon to screen lock # Idle daemon to screen lock
hypridle & hypridle &
@ -27,14 +28,12 @@ wl-paste --watch cliphist store &
# Polkit authentication # Polkit authentication
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
# Screen sharing and portals
"$HOME"/.config/hypr/scripts/portal &
# xwaylandvideobridge & # Off when using Vesktop instead of Discord
# Audio # Audio
easyeffects --gapplication-service & easyeffects --gapplication-service &
# Wallpaper Backend # Random Wallpaper
hyprpaper &
# swww-daemon --format xrgb &
"$HOME"/.config/hypr/scripts/random_wallpaper & "$HOME"/.config/hypr/scripts/random_wallpaper &
# Screen sharing and portals
"$HOME"/.config/hypr/scripts/portal &
# xwaylandvideobridge & # Off when using Vesktop instead of Discord

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB