Files
z-bar-qt/Components/CustomClippingWrapperRect.qml
T
zach f1dbff1208
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 10s
Python / lint-format (pull_request) Successful in 17s
Python / test (pull_request) Successful in 29s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m10s
scrollbars QOL updates
2026-06-13 12:56:53 +02:00

14 lines
143 B
QML

import Quickshell.Widgets
import QtQuick
ClippingWrapperRectangle {
id: root
color: "transparent"
Behavior on color {
CAnim {
}
}
}