Files
illogical-impulse/dots/.config/quickshell/ii/modules/common/widgets/Pill.qml
T
2026-02-06 20:49:03 +01:00

6 lines
70 B
QML

import QtQuick
Rectangle {
radius: Math.min(width, height) / 2
}