diff --git a/.config/sway/config b/.config/sway/config index 3a77e17..f03e490 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -19,7 +19,7 @@ set $wallpapers_path $HOME/Wallpapers ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg `find $wallpapers_path -type f | shuf -n 1` fill +output * bg `find $wallpapers_path -type f | grep -v "gitkeep" | shuf -n 1` fill # VNC External Monitor output HEADLESS-1 { diff --git a/Wallpapers/blahaj.png b/Wallpapers/blahaj.png new file mode 100644 index 0000000..7abd7c4 Binary files /dev/null and b/Wallpapers/blahaj.png differ diff --git a/Wallpapers/celeste-madeline-strawberry-2o1vy9t0faa9vwm0.jpg b/Wallpapers/celeste-madeline-strawberry-2o1vy9t0faa9vwm0.jpg deleted file mode 100644 index e12cd9e..0000000 Binary files a/Wallpapers/celeste-madeline-strawberry-2o1vy9t0faa9vwm0.jpg and /dev/null differ