animate xkb layout indicator change

This commit is contained in:
end-4
2025-09-05 14:54:21 +02:00
parent df56224df6
commit 8360d4d589
3 changed files with 4 additions and 1 deletions
@@ -176,7 +176,7 @@ MouseArea {
active: true
visible: active
sourceComponent: RowLayout {
spacing: 8
@@ -191,6 +191,7 @@ MouseArea {
StyledText {
text: HyprlandXkb.currentLayoutCode
color: Appearance.colors.colOnSurfaceVariant
animateChange: true
}
}
}