forked from Shinonome/dots-hyprland
13 lines
226 B
QML
13 lines
226 B
QML
import QtQuick
|
|
import Quickshell
|
|
import qs.modules.common
|
|
import qs.modules.overlay
|
|
|
|
StyledOverlayWidget {
|
|
id: root
|
|
title: "MangoHud FPS"
|
|
contentItem: FpsLimiterContent {
|
|
radius: root.contentRadius
|
|
}
|
|
}
|