diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf new file mode 100644 index 00000000..ca33b7fe --- /dev/null +++ b/.config/hypr/hyprpaper.conf @@ -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 diff --git a/.config/hypr/scripts/autostart/services b/.config/hypr/scripts/autostart/services index a06e9b5f..4ac6b13b 100755 --- a/.config/hypr/scripts/autostart/services +++ b/.config/hypr/scripts/autostart/services @@ -1,5 +1,9 @@ #!/bin/bash +# Wallpaper engine +# swww-daemon --format xrgb & +hyprpaper & + # Automounter for removable media udiskie & @@ -15,9 +19,6 @@ swaync & # OSD Window swayosd-server & -# Notify about devices connecting and disconnecting -devify & - # Idle daemon to screen lock hypridle & @@ -27,14 +28,12 @@ wl-paste --watch cliphist store & # Polkit authentication /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 easyeffects --gapplication-service & -# Wallpaper Backend -hyprpaper & -# swww-daemon --format xrgb & +# 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 diff --git a/.config/hypr/theme/walls/car-3.png b/.config/hypr/theme/walls/car-3.png new file mode 100644 index 00000000..c659c55e Binary files /dev/null and b/.config/hypr/theme/walls/car-3.png differ