quickshell: a bunch of changes

This commit is contained in:
Bloxx12 2025-07-19 00:36:05 +02:00
commit b82a3580ec
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
11 changed files with 137 additions and 100 deletions

View file

@ -1,5 +1,4 @@
//@ pragma Env QS_NO_RELOAD_POPUP=1
//@ pragma Env QT_QML_GENERATE_QMLLS_INI
import Quickshell
import QtQuick
@ -10,10 +9,7 @@ import qs
ShellRoot {
id: shellroot
Component.onCompleted: [Launcher.init()]
Component.onCompleted: [Launcher.init(), AudioPopup.init()]
Drawers {}
// Background {}Popup
//
}