now the current active wallpaper is called wallpaper.jpg

This commit is contained in:
2025-04-26 20:17:21 +02:00
parent bcfab27118
commit 9ab9742a9f
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ monitor=eDP-1,1920x1200,auto,1.25
exec-once = uwsm app -- waybar
exec-once= uwsm app -- /usr/lib/polkit-kde-authentication-agent-1
# Select random wallpaper from wallpaper folder
exec-once = uwsm app -- swaybg -i ~/.config/hypr/wallpapers/hello-Purple-2-dragged.jpg
exec-once = uwsm app -- swaybg -i ~/.config/hypr/wallpapers/wallpaper.jpg
#exec-once = ~/.config/hypr/change_wallpaper.sh
exec-once = uwsm app -- dunst
exec-once = uwsm app -- batsignal -b -e -w 30 -c 20 -d 10 -f 100

View File

@@ -1,6 +1,6 @@
background {
monitor =
path = ~/.config/hypr/hyprlock/background.jpg
path = ~/.config/hypr/wallpapers/wallpaper.jpg
color = rgba(25, 20, 20, 1.0)
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations