Init quickshell

This commit is contained in:
2025-11-21 20:38:02 +01:00
parent 6a43765a38
commit cfa2a6e37e
15 changed files with 132 additions and 41 deletions

View File

@@ -0,0 +1,16 @@
import Quickshell
import QtQuick
import qs.widgets
ShellRoot {
Bar {}
Connections {
function onReloadCompleted() {
Quickshell.inhibitReloadPopup();
}
target: Quickshell
}
}