This commit is contained in:
Zacharias-Brohn
2026-03-12 10:04:27 +01:00
parent 401ccef90c
commit 851b78f0ff
17 changed files with 1347 additions and 64 deletions
+4
View File
@@ -2,6 +2,7 @@ import Quickshell
import QtQuick
import Quickshell.Wayland
import qs.Config
import qs.Modules.DesktopIcons
Loader {
active: Config.background.enabled
@@ -30,6 +31,9 @@ Loader {
WallBackground {
}
DesktopIcons {
}
}
}
}