mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-07-01 21:17:29 -05:00
18 lines
335 B
QML
18 lines
335 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
import Quickshell
|
|
import qs.modules.common
|
|
import qs.modules.overlay
|
|
|
|
StyledOverlayWidget {
|
|
id: root
|
|
title: "Stickypad"
|
|
showCenterButton: true
|
|
|
|
contentItem: StickypadContent {
|
|
implicitWidth: 440
|
|
implicitHeight: 380
|
|
isClickthrough: root.clickthrough
|
|
}
|
|
}
|