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
@@ -297,6 +297,7 @@ Item { // Bar content region
text: HyprlandXkb.currentLayoutCode text: HyprlandXkb.currentLayoutCode
font.pixelSize: Appearance.font.pixelSize.small font.pixelSize: Appearance.font.pixelSize.small
color: rightSidebarButton.colText color: rightSidebarButton.colText
animateChange: true
} }
} }
MaterialSymbol { MaterialSymbol {
@@ -176,7 +176,7 @@ MouseArea {
active: true active: true
visible: active visible: active
sourceComponent: RowLayout { sourceComponent: RowLayout {
spacing: 8 spacing: 8
@@ -191,6 +191,7 @@ MouseArea {
StyledText { StyledText {
text: HyprlandXkb.currentLayoutCode text: HyprlandXkb.currentLayoutCode
color: Appearance.colors.colOnSurfaceVariant color: Appearance.colors.colOnSurfaceVariant
animateChange: true
} }
} }
} }
@@ -276,6 +276,7 @@ Item { // Bar content region
text: HyprlandXkb.currentLayoutCode text: HyprlandXkb.currentLayoutCode
font.pixelSize: Appearance.font.pixelSize.small font.pixelSize: Appearance.font.pixelSize.small
color: rightSidebarButton.colText color: rightSidebarButton.colText
animateChange: true
} }
} }
MaterialSymbol { MaterialSymbol {