forked from Shinonome/dots-hyprland
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
|
|
}
|
|
}
|