Files
illogical-impulse/dots/.config/quickshell/ii/modules/overlay/stickypad/Stickypad.qml
T
2025-11-14 09:57:11 +01:00

17 lines
309 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 {
anchors.fill: parent
isClickthrough: root.clickthrough
}
}