lockscreen background

This commit is contained in:
Zacharias-Brohn
2025-12-05 19:45:15 +01:00
parent 563d881d6f
commit 64fc68cc3a
11 changed files with 211 additions and 168 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
import Quickshell.Hyprland
import QtQuick
import qs.Config
import qs.Helpers
@@ -32,7 +33,7 @@ Item {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
onClicked: {
ncProcess.running = true
Hyprland.dispatch("global zshell-nc:toggle-nc");
}
}
}