Skip to content

Commit

Permalink
Start using icons from helloSystem/Artwork
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Feb 26, 2023
1 parent 9503984 commit 61f9ade
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions settings/script.hello
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cd /tmp/system-overlay
wget -q "https://github.com/helloSystem/ISO/releases/download/assets/graphite.jpg" -O "${uzip}"/usr/local/share/slim/themes/default/background.jpg
wget -q "https://github.com/helloSystem/ISO/releases/download/assets/graphite_shadow.jpg" -O "${uzip}"/usr/local/share/slim/themes/default/background_shadow.jpg

# Icons
# Use blue folder icons instead of the ones packaged in FreeBSD which have yellow folder icons
# Don't extract directly in /tmp, as tar will modify its permissions
icons_temp=$(mktemp -d /tmp/icons.XXXXX)
Expand All @@ -34,6 +35,9 @@ sed -i -e 's|usr/share|usr/local/share|g' "${uzip}"/usr/local/share/icons/elemen
rm "${uzip}"/usr/local/share/icons/elementary-xfce/copyright-e
cd -
rm -r $icons_temp
# hello icons
wget -q "https://raw.githubusercontent.com/helloSystem/Artwork/main/elementary-hello/usr/local/share/icons/devices/128/computer.png" -O "${uzip}"/usr/local/share/icons/elementary-xfce/devices/128/computer.png
wget -q "https://raw.githubusercontent.com/helloSystem/Artwork/main/elementary-hello/usr/local/share/icons/devices/128/computer-laptop.png" -O "${uzip}"/usr/local/share/icons/elementary-xfce/devices/128/computer-laptop.png

# Give disk images the CD image icon as long as we don't have a proper one
# FIXME: https://github.com/shimmerproject/elementary-xfce/issues/234
Expand All @@ -51,9 +55,6 @@ mv macOSBigSur "${uzip}/usr/local/share/icons/"
chmod 755 "${uzip}/usr/local/share/icons/macOSBigSur"
rm macOSBigSur.tar.gz

# Icon
wget "https://raw.githubusercontent.com/helloSystem/hello/master/branding/computer-hello.png" -O "${uzip}"/usr/local/share/icons/elementary-xfce/devices/128/computer-hello.png

# KWin
if [ "${MAJOR}" == "13" ] ; then
wget -q "https://github.com/helloSystem/KWin/releases/download/main-13.1/KWin.app.zip"
Expand Down

0 comments on commit 61f9ade

Please sign in to comment.