From 8b2458d1881f56a2e12532c017f73f585f80ec5b Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Sat, 28 Jun 2025 21:12:30 +0500 Subject: [PATCH] Update --- install.sh | 4 ++-- install_.sh | 2 +- install_my.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 60015822..1d69dc0b 100755 --- a/install.sh +++ b/install.sh @@ -53,7 +53,7 @@ install() { mkdir -p "${THEME_DIR}" cp -r "${SRC_DIR}"/src/index.theme "${THEME_DIR}" - sed -i "s/Colloid/${2}${3}${4}${5}/g" "${THEME_DIR}"/index.theme + 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}" @@ -510,7 +510,7 @@ install_theme() { done } -clean_old_theme +#clean_old_theme if [[ "${remove}" == 'true' ]]; then remove_theme diff --git a/install_.sh b/install_.sh index c242d829..4f82e998 100755 --- a/install_.sh +++ b/install_.sh @@ -53,7 +53,7 @@ install() { mkdir -p "${THEME_DIR}" cp -r "${SRC_DIR}"/src/index.theme "${THEME_DIR}" - sed -i "s/Colloid/${2}${3}${4}${5}/g" "${THEME_DIR}"/index.theme + 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}" diff --git a/install_my.sh b/install_my.sh index d2d15a94..2f8c783c 100755 --- a/install_my.sh +++ b/install_my.sh @@ -53,7 +53,7 @@ install() { mkdir -p "${THEME_DIR}" cp -r "${SRC_DIR}"/src/index.theme "${THEME_DIR}" - sed -i "s/Colloid/${2}${3}${4}${5}/g" "${THEME_DIR}"/index.theme + 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}"