mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-18 06:49:58 -05:00
15 lines
271 B
QML
15 lines
271 B
QML
import QtQuick
|
|
import Quickshell
|
|
import qs.modules.common
|
|
import qs.modules.overlay
|
|
|
|
StyledOverlayWidget {
|
|
id: root
|
|
title: "MangoHud FPS"
|
|
minimumWidth: 275
|
|
minimumHeight: 100
|
|
contentItem: FpsLimiterContent {
|
|
radius: root.contentRadius
|
|
}
|
|
}
|