diff --git a/chris-czermak-PamFFHL6fVY-unsplash.jpg b/chris-czermak-PamFFHL6fVY-unsplash.jpg new file mode 100644 index 0000000..b397447 Binary files /dev/null and b/chris-czermak-PamFFHL6fVY-unsplash.jpg differ diff --git a/config b/config index 01a9f79..c01229e 100644 --- a/config +++ b/config @@ -68,7 +68,8 @@ set $filemanager thunar ############################################################################### # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +# output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +output * bg /home/raga/.config/sway/wallpaper.jpg fill # 144Hz monitor configuration # Add custom 144Hz mode for your monitor diff --git a/install-arch-sway.sh b/install-arch-sway.sh index 6df490d..08161e7 100755 --- a/install-arch-sway.sh +++ b/install-arch-sway.sh @@ -67,4 +67,6 @@ echo "- ~/.config/sway/i3status-rust.toml (status bar config)" echo "- ~/.config/sway/weather-sway.sh (weather script)" if [ -f ~/.config/sway/volume-notify-sway.sh ]; then echo "- ~/.config/sway/volume-notify-sway.sh (volume notifications)" -fi \ No newline at end of file +fi + +cp chris-czermak-PamFFHL6fVY-unsplash.jpg ~/.config/sway/wallpaper.jpg