From 8af72482228ab209d1021d3785ba1050607bc897 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Mon, 22 Apr 2024 00:17:42 +0800 Subject: [PATCH] Fixed #284 --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index d131d485..3ee720cc 100755 --- a/install.sh +++ b/install.sh @@ -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