diff --git a/INSTALL.md b/INSTALL.md index a93fc30..fde4b1c 100755 --- a/INSTALL.md +++ b/INSTALL.md @@ -215,6 +215,7 @@ $ ./KWin/smod_kwin_theme/ To compile the components, run the following: ``` +$ sh install-resources.sh $ sh build-decoration.sh $ sh install-decoration.sh $ sh build-effect.sh diff --git a/KWin/smod_kwin_theme/README b/KWin/smod_kwin_theme/README index 4cfb0b2..b6d6f0f 100644 --- a/KWin/smod_kwin_theme/README +++ b/KWin/smod_kwin_theme/README @@ -1,3 +1,4 @@ +./install-resources.sh ./build-decoration.sh ./install-decoration.sh ./build-effect.sh diff --git a/KWin/smod_kwin_theme/install-resources.sh b/KWin/smod_kwin_theme/install-resources.sh new file mode 100755 index 0000000..856e204 --- /dev/null +++ b/KWin/smod_kwin_theme/install-resources.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +mkdir -p "$HOME/.local/share/smod" +cp -f resources/*.smod.rcc "$HOME/.local/share/smod" diff --git a/install.sh b/install.sh index 89bbbc9..0167a9b 100755 --- a/install.sh +++ b/install.sh @@ -223,6 +223,7 @@ function install { local rootdir=$PWD echo "Installing KWin decoration theme..." cd "${INNER_KWIN}smod_kwin_theme" + chmod +x ./install-resources.sh && ./install-resources.sh chmod +x ./build-decoration.sh && ./build-decoration.sh chmod +x ./install-decoration.sh && ./install-decoration.sh echo "Installing KWin caption button glow effect..."