mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-08-04 23:13:05 +10:00
17 lines
312 B
QML
17 lines
312 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
import Quickshell
|
|
import qs.modules.common
|
|
import qs.modules.ii.overlay
|
|
|
|
StyledOverlayWidget {
|
|
id: root
|
|
title: "Stickypad"
|
|
showCenterButton: true
|
|
|
|
contentItem: StickypadContent {
|
|
anchors.fill: parent
|
|
isClickthrough: root.clickthrough
|
|
}
|
|
}
|