From bf52215985f48e663646b6a9f2e474a21303a5b2 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:46:55 +0300 Subject: [PATCH] Set the background image after running the system scripts --- .config/sway/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 7d04f90..b7b0700 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -26,7 +26,7 @@ include /etc/sway/config-vars.d/* ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg /home/ohad/Documents/wallpapers/solar-system.jpg fill +# output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # # Example configuration: # @@ -294,3 +294,5 @@ include /etc/sway/config.d/* exec systemctl --user import-environment XDG_CURRENT_DESKTOP exec dbus-update-activation-environment --systemd XDG_CURRENT_DESKTOP=sway + +output * bg /home/ohad/Documents/wallpapers/solar-system.jpg fill