mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
fix SMOD not showing proper textures, updated installation guide
This commit is contained in:
parent
ebc77c0fde
commit
7cc4ccabbc
4 changed files with 7 additions and 0 deletions
|
@ -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
Executable file
4
KWin/smod_kwin_theme/install-resources.sh
Executable file
|
@ -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..."
|
||||
|
|
Loading…
Reference in a new issue