Initial commit

This commit is contained in:
Christian Schendel 2025-09-02 21:25:02 +02:00
commit 897f95be69
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
9 changed files with 231 additions and 0 deletions

View file

@ -0,0 +1,10 @@
msg() {
printf "%b" "\e[1;31m==> WARNING: To use this effect disable the default Blur effect and any other forks of the blur effect as well (such as the one provided by LightlyShaders). Then enable the Force Blur effect. You can do this under Desktop Effects in System Settings\n\e[0m"
}
post_install() {
msg
}
post_upgrade() {
msg
}