mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-16 05:49:57 -05:00
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
|
|
}
|
|
}
|