lux-shell/components/StyledWrapperRectangle.qml
2025-09-06 08:45:35 -04:00

13 lines
266 B
QML

import qs.config
import QtQuick
import Quickshell.Widgets
WrapperRectangle {
radius: Styling.theme.radiusBox
color: Styling.theme.base100
Behavior on color {
ColorAnimation {
duration: Styling.animations.speed.fast
}
}
}