Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Jan 14, 2023
1 parent 1e85400 commit acaa4ba
Show file tree
Hide file tree
Showing 235 changed files with 12,537 additions and 64 deletions.
4 changes: 2 additions & 2 deletions core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ install() {
fi

mkdir -p "$THEME_DIR/xfwm4"
cp -r "$SRC_DIR/xfwm4/assets${ELSE_LIGHT:-}/"*.png "$THEME_DIR/xfwm4"
cp -r "$SRC_DIR/xfwm4/themerc${ELSE_LIGHT:-}" "$THEME_DIR/xfwm4/themerc"
cp -r "$SRC_DIR/xfwm4/assets${ELSE_LIGHT:-}$ctype/"*.png "$THEME_DIR/xfwm4"
cp -r "$SRC_DIR/xfwm4/themerc${ELSE_LIGHT:-}$ctype" "$THEME_DIR/xfwm4/themerc"

mkdir -p "$THEME_DIR/cinnamon"
cp -r "$SRC_DIR/cinnamon/common-assets" "$THEME_DIR/cinnamon/assets"
Expand Down
Loading

0 comments on commit acaa4ba

Please sign in to comment.