Workspace overview

This commit is contained in:
2026-08-25 18:35:44 -07:00
parent 1edfc40c6e
commit d30423779e
5 changed files with 94 additions and 6 deletions

View File

@@ -21,7 +21,6 @@ WlSessionLock {
color: "transparent"
Rectangle {
id: content
anchors.fill: parent
opacity: !lock.animate || capture.ready
color: "#000"
@@ -30,7 +29,7 @@ WlSessionLock {
radius: 16
color: "#141414"
Image {
source: Quickshell.shellPath("lockbg")
source: Quickshell.shellPath("assets/lockbg")
anchors.fill: parent
fillMode: Image.PreserveAspectCrop
}