This commit is contained in:
Valeria Fadeeva 2025-06-28 21:12:30 +05:00
parent 0a49fc53d2
commit 8b2458d188
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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}"

View File

@ -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}"