diff --git a/tree/.config/i3/config b/tree/.config/i3/config index e77003f..289fa47 100644 --- a/tree/.config/i3/config +++ b/tree/.config/i3/config @@ -201,7 +201,7 @@ client.background #ffffff exec --no-startup-id xcompmgr -c -f -n # wallpaper -exec --no-startup-id feh --bg-scale ~/.config/i3/3440x1440-wallpaper.jpg +exec --no-startup-id feh --bg-scale ~/.config/wallpapers/3440x1440/planets.jpg # autostart exec --no-startup-id nextcloud diff --git a/tree/.config/sway/background.png b/tree/.config/sway/background.png deleted file mode 100644 index a281da3..0000000 Binary files a/tree/.config/sway/background.png and /dev/null differ diff --git a/tree/.config/sway/config b/tree/.config/sway/config index e5b2dd5..e7e3aff 100644 --- a/tree/.config/sway/config +++ b/tree/.config/sway/config @@ -26,7 +26,7 @@ xwayland enable ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg ~/.config/sway/background.png fill +output * bg ~/.config/wallpapers/2560x1440/rocket.jpg fill # Window decoration # class border backgr. text indicator child_border diff --git a/tree/.config/wallpapers/2560x1440/rocket.jpg b/tree/.config/wallpapers/2560x1440/rocket.jpg new file mode 100644 index 0000000..67674ff Binary files /dev/null and b/tree/.config/wallpapers/2560x1440/rocket.jpg differ diff --git a/tree/.config/i3/3440x1440-wallpaper.jpg b/tree/.config/wallpapers/3440x1440/planets.jpg similarity index 100% rename from tree/.config/i3/3440x1440-wallpaper.jpg rename to tree/.config/wallpapers/3440x1440/planets.jpg