1
0
Fork 0
mirror of https://github.com/vinceliuice/WhiteSur-icon-theme.git synced 2024-11-22 05:40:09 +00:00

Merge branch 'vinceliuice:master' into master

This commit is contained in:
printfer 2024-04-21 13:58:58 -03:00 committed by GitHub
commit 5184b7843f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,6 +139,10 @@ install() {
cp -r "${SRC_DIR}"/alternative/places/scalable/*.svg "${THEME_DIR}"/places/scalable
fi
if [[ ${theme} != '' ]]; then
cp -r "${SRC_DIR}"/colors/color${theme}/*.svg "${THEME_DIR}"/places/scalable
fi
if [[ $DESKTOP_SESSION == '/usr/share/xsessions/budgie-desktop' ]]; then
cp -r "${SRC_DIR}"/src/status/symbolic-budgie/*.svg "${THEME_DIR}"/status/symbolic
fi