mirror of
https://gitgud.io/wackyideas/aerothemeplasma-kde6.git
synced 2024-08-15 00:43:45 +00:00
Initial commit
This commit is contained in:
commit
93f678358d
715 changed files with 103197 additions and 0 deletions
6
KWin/cpp_effects/kwin-effect-smodsnap-v2/animation/render-animation.sh
Executable file
6
KWin/cpp_effects/kwin-effect-smodsnap-v2/animation/render-animation.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
inkscape animation.svg -o animation.png
|
||||
convert animation.png -crop 8x8@ frame%d.png
|
||||
for ((i=63;i>=0;i--)); do mv frame$i.png frame$((i + 1)).png; done
|
||||
for ((i=9;i<=64;i++)); do rm frame$i.png; done
|
||||
rcc --binary -o snapeffecttextures.smod.rcc snapeffecttextures.qrc
|
Loading…
Add table
Add a link
Reference in a new issue