Skip to content
Snippets Groups Projects
Commit ca3080fe authored by Sven's avatar Sven
Browse files

Changed background image

parent 75e9de15
No related branches found
No related tags found
1 merge request!46Changed background image
Pipeline #3214 passed
......@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
## 2023-10-28
### Change
- Changed the background image to a more accessible one designed by Andreas Karnath
## 2023-08-20
### Change
- Updated the base image to Ubuntu 22.04.3
......
......@@ -5,4 +5,4 @@ start-corner='top-left'
favorite-apps=['chromium_chromium.desktop', 'thunderbird.desktop', 'org.gnome.Nautilus.desktop', 'libreoffice-writer.desktop', 'libreoffice-calc.desktop', 'libreoffice-impress.desktop', 'org.gnome.Software.desktop']
[org/gnome/desktop/background]
picture-uri='file:///opt/heyalter/los_gehts.png'
picture-uri='file:///opt/heyalter/los_gehts.svg'
heyalter/los_gehts.png

208 KiB

Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -8,7 +8,7 @@ mkdir -p ${HOME}/.config/systemd/user
cp -R ./homeschule/.config/systemd/user/* ${HOME}/.config/systemd/user
mkdir ${HOME}/Bilder
cp ./homeschule/Bilder/los_gehts.png ${HOME}/Bilder/los_gehts.png
cp ./homeschule/Bilder/los_gehts.svg ${HOME}/Bilder/los_gehts.svg
sudo cp -R ./heyalter /opt/
cp ./setup/heyalterhelp.desktop ~/Schreibtisch
......@@ -26,7 +26,7 @@ dconf write /org/gnome/shell/favorite-apps "['chromium_chromium.desktop', 'thund
systemctl enable --user heyalter.service
# richte das hintergrundbild ein
gsettings set org.gnome.desktop.background picture-uri "file://${HOME}/Bilder/los_gehts.png"
gsettings set org.gnome.desktop.background picture-uri "file://${HOME}/Bilder/los_gehts.svg"
cheese
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment