Fixed budgie issues

This commit is contained in:
Vince
2021-12-14 10:53:31 +08:00
parent 2fce7f8e18
commit b4c6ba0cf6
7 changed files with 172 additions and 21 deletions

View File

@@ -180,6 +180,13 @@ install() {
mkdir -p "${THEME_DIR}-xhdpi/xfwm4"
cp -r "${SRC_DIR}/assets/xfwm4/assets${ELSE_LIGHT:-}${ctype}-xhdpi/"*.png "${THEME_DIR}-xhdpi/xfwm4"
cp -r "${SRC_DIR}/main/xfwm4/themerc${ELSE_LIGHT:-}" "${THEME_DIR}-xhdpi/xfwm4/themerc"
mkdir -p "${THEME_DIR}/plank"
if [[ "$color" == '-light' ]]; then
cp -r "${SRC_DIR}/main/plank/theme-light/"* "${THEME_DIR}/plank"
else
cp -r "${SRC_DIR}/main/plank/theme-dark/"* "${THEME_DIR}/plank"
fi
}
themes=()