lux-shell/components/StyledWrapperRectangle.qml
2025-09-05 13:44:26 -04:00

12 lines
223 B
QML

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