quickshell: update code to work with qmlls

This commit is contained in:
Bloxx12 2025-07-17 00:53:29 +02:00
commit 42b2f14173
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
12 changed files with 14 additions and 21 deletions

View file

@ -1,13 +1,11 @@
//@ pragma Env QS_NO_RELOAD_POPUP=1
//@ pragma Env QT_QML_GENERATE_QMLLS_INI
import Quickshell
import QtQuick
import "modules"
import "modules/drawers"
import "services"
// import "modules/background"
import qs.modules.drawers
import qs
ShellRoot {
id: shellroot