fix SMOD not showing proper textures, updated installation guide

このコミットが含まれているのは:
wackyideas 2024-02-19 15:30:00 +01:00
コミット 7cc4ccabbc
4個のファイルの変更7行の追加0行の削除

ファイルの表示

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

ファイルの表示

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

4
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"

ファイルの表示

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