move some files placed in the wrong folder

This commit is contained in:
end-4
2025-09-20 10:11:35 +02:00
parent cecd47caea
commit ed8e4b8766
3 changed files with 0 additions and 0 deletions
@@ -0,0 +1,12 @@
import QtQuick
import QtQuick.Effects
MultiEffect {
id: root
source: wallpaper
anchors.fill: source
saturation: 0.2
blurEnabled: true
blurMax: 100
blur: 1
}