18 lines
323 B
QML
18 lines
323 B
QML
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"
|
|
}
|