lux-shell/components/StyledLabel.qml
2025-09-05 17:30:09 -04:00

15 lines
273 B
QML

import qs.config
import QtQuick
import Quickshell.Widgets
WrapperRectangle {
id: root
margin: 8
radius: 8
color: Styling.theme.base200
Behavior on color {
ColorAnimation {
duration: Styling.animations.speed.normal
}
}
}