mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-07-05 06:57:29 -05:00
10 lines
159 B
QML
10 lines
159 B
QML
import QtQuick
|
|
import Quickshell
|
|
import qs.modules.common
|
|
import qs.modules.overlay
|
|
|
|
StyledOverlayWidget {
|
|
id: root
|
|
contentItem: CrosshairContent {}
|
|
}
|