Add default background image for yaru theme
This commit is contained in:
parent
02647d85a0
commit
5378885977
@ -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?
|
### 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).
|
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.
|
||||||
|
BIN
backgrounds/80s-retro-tropical-sunset-by-freepik.jpg
Normal file
BIN
backgrounds/80s-retro-tropical-sunset-by-freepik.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
@ -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 cursor-theme 'Yaru'
|
||||||
gsettings set org.gnome.desktop.interface gtk-theme 'Yaru-purple-dark'
|
gsettings set org.gnome.desktop.interface gtk-theme 'Yaru-purple-dark'
|
||||||
gsettings set org.gnome.desktop.interface icon-theme 'Yaru-purple'
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user