lux-shell/components/StyledWrapperRectangle.qml
2025-09-02 20:17:03 -04:00

14 lines
260 B
QML

import qs.config
import QtQuick
import Quickshell.Widgets
WrapperRectangle {
radius: 8
color: Theme.palette.base300
Behavior on color {
ColorAnimation {
duration: 200
easing.type: Easing.InOutQuad
}
}
}