This commit is contained in:
Valeria Fadeeva 2025-06-28 21:30:59 +05:00
parent 8b2458d188
commit b7d38f160c
3 changed files with 6 additions and 6 deletions

View File

@ -52,8 +52,8 @@ install() {
echo "Installing '${THEME_DIR}'..."
mkdir -p "${THEME_DIR}"
cp -r "${SRC_DIR}"/src/index.theme "${THEME_DIR}"
sed -i "s/Melawy/${2}${3}${4}${5}/g" "${THEME_DIR}"/index.theme
cp -rf "${SRC_DIR}"/src/index.theme "${THEME_DIR}"
sed -i "s/Melawy/${2}${3}${4}${5}/g" "${THEME_DIR}"/index.theme
if [[ "${color}" == '-Light' ]]; then
cp -r "${SRC_DIR}"/src/{actions,apps,categories,devices,emblems,mimetypes,places,status} "${THEME_DIR}"

View File

@ -52,8 +52,8 @@ install() {
echo "Installing '${THEME_DIR}'..."
mkdir -p "${THEME_DIR}"
cp -r "${SRC_DIR}"/src/index.theme "${THEME_DIR}"
sed -i "s/Melawy/${2}${3}${4}${5}/g" "${THEME_DIR}"/index.theme
cp -rf "${SRC_DIR}"/src/index.theme "${THEME_DIR}"
sed -i "s/Melawy/${2}${3}${4}${5}/g" "${THEME_DIR}"/index.theme
if [[ "${color}" == '-Light' ]]; then
cp -r "${SRC_DIR}"/src/{actions,apps,categories,devices,emblems,mimetypes,places,status} "${THEME_DIR}"

View File

@ -52,8 +52,8 @@ install() {
echo "Installing '${THEME_DIR}'..."
mkdir -p "${THEME_DIR}"
cp -r "${SRC_DIR}"/src/index.theme "${THEME_DIR}"
sed -i "s/Melawy/${2}${3}${4}${5}/g" "${THEME_DIR}"/index.theme
cp -rf "${SRC_DIR}"/src/index.theme "${THEME_DIR}"
sed -i "s/Melawy/${2}${3}${4}${5}/g" "${THEME_DIR}"/index.theme
if [[ "${color}" == '-Light' ]]; then
cp -r "${SRC_DIR}"/src/{actions,apps,categories,devices,emblems,mimetypes,places,status} "${THEME_DIR}"