fix SMOD not showing proper textures, updated installation guide

This commit is contained in:
wackyideas 2024-02-19 15:30:00 +01:00
parent ebc77c0fde
commit 7cc4ccabbc
4 changed files with 7 additions and 0 deletions

View File

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

View File

@ -1,3 +1,4 @@
./install-resources.sh
./build-decoration.sh
./install-decoration.sh
./build-effect.sh

View File

@ -0,0 +1,4 @@
#!/bin/bash
mkdir -p "$HOME/.local/share/smod"
cp -f resources/*.smod.rcc "$HOME/.local/share/smod"

View File

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