usable
This commit is contained in:
17
config/aurora/modules/LockScreen.qml
Normal file
17
config/aurora/modules/LockScreen.qml
Normal file
@@ -0,0 +1,17 @@
|
||||
import Quickshell // for PanelWindow
|
||||
import QtQuick // for Text
|
||||
import QtQuick.Shapes
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
import Quickshell.Io
|
||||
import Quickshell.Widgets
|
||||
import Quickshell.Wayland
|
||||
import Quickshell.Hyprland
|
||||
|
||||
FloatingWindow {
|
||||
title: "lockscreen"
|
||||
|
||||
visible: false
|
||||
|
||||
color: "transparent"
|
||||
}
|
||||
Reference in New Issue
Block a user