Update
This commit is contained in:
parent
8b2458d188
commit
b7d38f160c
|
|
@ -52,8 +52,8 @@ install() {
|
||||||
echo "Installing '${THEME_DIR}'..."
|
echo "Installing '${THEME_DIR}'..."
|
||||||
|
|
||||||
mkdir -p "${THEME_DIR}"
|
mkdir -p "${THEME_DIR}"
|
||||||
cp -r "${SRC_DIR}"/src/index.theme "${THEME_DIR}"
|
cp -rf "${SRC_DIR}"/src/index.theme "${THEME_DIR}"
|
||||||
sed -i "s/Melawy/${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
|
if [[ "${color}" == '-Light' ]]; then
|
||||||
cp -r "${SRC_DIR}"/src/{actions,apps,categories,devices,emblems,mimetypes,places,status} "${THEME_DIR}"
|
cp -r "${SRC_DIR}"/src/{actions,apps,categories,devices,emblems,mimetypes,places,status} "${THEME_DIR}"
|
||||||
|
|
|
||||||
|
|
@ -52,8 +52,8 @@ install() {
|
||||||
echo "Installing '${THEME_DIR}'..."
|
echo "Installing '${THEME_DIR}'..."
|
||||||
|
|
||||||
mkdir -p "${THEME_DIR}"
|
mkdir -p "${THEME_DIR}"
|
||||||
cp -r "${SRC_DIR}"/src/index.theme "${THEME_DIR}"
|
cp -rf "${SRC_DIR}"/src/index.theme "${THEME_DIR}"
|
||||||
sed -i "s/Melawy/${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
|
if [[ "${color}" == '-Light' ]]; then
|
||||||
cp -r "${SRC_DIR}"/src/{actions,apps,categories,devices,emblems,mimetypes,places,status} "${THEME_DIR}"
|
cp -r "${SRC_DIR}"/src/{actions,apps,categories,devices,emblems,mimetypes,places,status} "${THEME_DIR}"
|
||||||
|
|
|
||||||
|
|
@ -52,8 +52,8 @@ install() {
|
||||||
echo "Installing '${THEME_DIR}'..."
|
echo "Installing '${THEME_DIR}'..."
|
||||||
|
|
||||||
mkdir -p "${THEME_DIR}"
|
mkdir -p "${THEME_DIR}"
|
||||||
cp -r "${SRC_DIR}"/src/index.theme "${THEME_DIR}"
|
cp -rf "${SRC_DIR}"/src/index.theme "${THEME_DIR}"
|
||||||
sed -i "s/Melawy/${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
|
if [[ "${color}" == '-Light' ]]; then
|
||||||
cp -r "${SRC_DIR}"/src/{actions,apps,categories,devices,emblems,mimetypes,places,status} "${THEME_DIR}"
|
cp -r "${SRC_DIR}"/src/{actions,apps,categories,devices,emblems,mimetypes,places,status} "${THEME_DIR}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue