lux-shell/components/StyledLabel.qml
2025-09-05 15:48:24 -04:00

15 lines
273 B
QML

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