system update and various missed changes

This commit is contained in:
outfoxxed 2024-03-08 05:13:08 -08:00
parent d388842a87
commit 1dd031aa6b
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
6 changed files with 204 additions and 108 deletions

View file

@ -1,5 +1,7 @@
import QtQuick
import QtQuick.Controls.Universal
import QtQuick.Layouts
import Quickshell
Item {
required property AuthContext context

View file

@ -17,6 +17,7 @@ ShellRoot {
locked: true
SessionLockSurface {
id: surface
Image {
anchors.fill: parent
source: screen.name == "DP-1" ? "../5120x1440.png" : "../1920x1080.png"