Update dotfiles/.local/bin/install-dotfiles
This commit is contained in:
parent
60e15c062c
commit
a23c42a1d4
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ if [ -d /Applications ] && [ -d /System ]; then
|
||||||
# Desktop background
|
# Desktop background
|
||||||
curl -sSL https://gitlab.com/megabyte-labs/misc/betelgeuse/-/raw/master/share/wallpapers/Next/contents/source.jpg > "$HOME/.local/theme/background.jpg"
|
curl -sSL https://gitlab.com/megabyte-labs/misc/betelgeuse/-/raw/master/share/wallpapers/Next/contents/source.jpg > "$HOME/.local/theme/background.jpg"
|
||||||
# TODO: set desktop image or set desktop picture
|
# TODO: set desktop image or set desktop picture
|
||||||
osascript -e ‘tell application “Finder” to set desktop image to POSIX file "~/.local/theme/background.jpg"'
|
osascript -e 'tell application "Finder" to set desktop image to POSIX file "~/.local/theme/background.jpg"'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Firefox theme
|
# Firefox theme
|
||||||
|
|
Loading…
Reference in a new issue