move styled label

This commit is contained in:
Benjamin Palko 2025-08-28 09:58:51 -04:00
parent 9757567855
commit 85acbba92d
10 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,16 @@
import qs.config
import QtQuick
import Quickshell.Widgets
WrapperRectangle {
id: root
margin: 8
radius: 8
color: Theme.palette.base100
Behavior on color {
ColorAnimation {
duration: 200
easing.type: Easing.InOutQuad
}
}
}