Skip to content

Commit

Permalink
Merge pull request #248 from RPMozley/master
Browse files Browse the repository at this point in the history
Adding small to xfwm4
  • Loading branch information
vinceliuice authored Jun 27, 2024
2 parents 04caa60 + 72b4736 commit 8de5328
Show file tree
Hide file tree
Showing 103 changed files with 4,709 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ install() {
cd "${THEME_DIR}/metacity-1" && ln -s metacity-theme-1.xml metacity-theme-2.xml

mkdir -p "${THEME_DIR}/xfwm4"
cp -r "${SRC_DIR}/assets/xfwm4/assets${color}/"*'.png' "${THEME_DIR}/xfwm4"
cp -r "${SRC_DIR}/assets/xfwm4/assets${color}${small}/"*'.png' "${THEME_DIR}/xfwm4"
cp -r "${SRC_DIR}/main/xfwm4/themerc${color}" "${THEME_DIR}/xfwm4/themerc"

mkdir -p "${THEME_DIR}/unity"
Expand Down
2 changes: 1 addition & 1 deletion render-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ cd "$ASRC_DIR/unity" && ./render-assets.sh

echo
echo Rendering xfwm4 assets
cd "$ASRC_DIR/xfwm4" && ./render-assets.sh
cd "$ASRC_DIR/xfwm4" && ./render-assets.sh && ./render-small-assets.sh
cd "${REPO_DIR}/src/main/xfwm4" && {
for suf in 'Light' 'Dark'; do
[ -f themerc-${suf}.orig ] || cp themerc-${suf}{,.orig}
Expand Down
Loading

0 comments on commit 8de5328

Please sign in to comment.