Skip to content

Commit

Permalink
Fixed #284
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Apr 21, 2024
1 parent aa174d6 commit 8af7248
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8af7248

Please sign in to comment.