Initial commit
This commit is contained in:
commit
897f95be69
9 changed files with 231 additions and 0 deletions
10
kwin-effects-forceblur.install
Normal file
10
kwin-effects-forceblur.install
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue