Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update macos background #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion layoutmanager.sh
Expand Up @@ -211,7 +211,7 @@ glib-compile-schemas ~/.local/share/glib-2.0/schemas/
cd /tmp && wget https://dl.opendesktop.org/api/files/download/id/1494791955/Gnome-OSX-II-2-6-NT.tar.gz && tar -xvzf Gnome-OSX-II-2-6-NT.tar.gz -C ~/.local/share/themes/
fi
if [[ ! -f "$PICTURES_FOLDER"/wallpaper-macos.jpg ]]; then
cd /tmp && wget https://upload.wikimedia.org/wikipedia/commons/9/9b/Aurora_-_panoramio.jpg && mv Aurora_-_panoramio.jpg "$PICTURES_FOLDER"/wallpaper-macos.jpg
cd /tmp && wget http://wallpaperswide.com/download/macos_sierra_2-wallpaper-2560x1600.jpg -O macos-desktop.jpg && mv macos-desktop.jpg "$PICTURES_FOLDER"/wallpaper-macos.jpg
fi
gsettings set org.gnome.desktop.background picture-uri file:///"$PICTURES_FOLDER"/wallpaper-macos.jpg
if [[ ! -d ~/.local/share/icons/La-Capitaine ]]; then
Expand Down