diff --git a/README.md b/README.md index 96ded64..2feca8b 100644 --- a/README.md +++ b/README.md @@ -56,3 +56,7 @@ But anyone using Omakub should still just have to run 1 command and the result s ### Why not just use nixOS? Ubuntu is the most popular mainstream Linux distribution. It's available out-of-the-box from major manufacturers. It's learning curve is low, it's polished, it's stable, and if you hit problems, you'll easily find others online with the same issue. That doesn't mean it's The Best. Nobody is ever going to convince all existing Linux users that their distro of choice isn't actually better. And some, like nixOS, have been specifically designed for some of the same preconfiguration ideas that we're exploring here. But it just doesn't matter. This is a project for tailoring Ubuntu (and derivatives built on it and similar base elements). + +## Acknowledgements + +Default 80s Palm Tree desktop background was designed by freepik. diff --git a/backgrounds/80s-retro-tropical-sunset-by-freepik.jpg b/backgrounds/80s-retro-tropical-sunset-by-freepik.jpg new file mode 100644 index 0000000..825bb4b Binary files /dev/null and b/backgrounds/80s-retro-tropical-sunset-by-freepik.jpg differ diff --git a/themes/gnome/yaru.sh b/themes/gnome/yaru.sh index 9ea6eb4..3d7ef06 100644 --- a/themes/gnome/yaru.sh +++ b/themes/gnome/yaru.sh @@ -2,3 +2,7 @@ gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' gsettings set org.gnome.desktop.interface cursor-theme 'Yaru' gsettings set org.gnome.desktop.interface gtk-theme 'Yaru-purple-dark' gsettings set org.gnome.desktop.interface icon-theme 'Yaru-purple' + +OMAKUB_DEFAULT_BACKGROUND_IMAGE_PATH="$HOME/.local/share/omakub/backgrounds/80s-retro-tropical-sunset-by-freepik.jpg" +gsettings set org.gnome.desktop.background picture-uri $OMAKUB_DEFAULT_BACKGROUND_IMAGE_PATH +gsettings set org.gnome.desktop.background picture-uri-dark $OMAKUB_DEFAULT_BACKGROUND_IMAGE_PATH