mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-07-07 09:20:12 -05:00
14 lines
279 B
QML
14 lines
279 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
import Quickshell
|
|
import qs.modules.common
|
|
import qs.modules.overlay
|
|
|
|
StyledOverlayWidget {
|
|
id: root
|
|
fancyBorders: false // Crosshair should be see-through
|
|
contentItem: CrosshairContent {
|
|
anchors.centerIn: parent
|
|
}
|
|
}
|