diff --git a/.config/quickshell/ii/modules/bar/BarContent.qml b/.config/quickshell/ii/modules/bar/BarContent.qml index 45656992c..7e1e885c0 100644 --- a/.config/quickshell/ii/modules/bar/BarContent.qml +++ b/.config/quickshell/ii/modules/bar/BarContent.qml @@ -297,6 +297,7 @@ Item { // Bar content region text: HyprlandXkb.currentLayoutCode font.pixelSize: Appearance.font.pixelSize.small color: rightSidebarButton.colText + animateChange: true } } MaterialSymbol { diff --git a/.config/quickshell/ii/modules/lock/LockSurface.qml b/.config/quickshell/ii/modules/lock/LockSurface.qml index 39817d19f..b623b9860 100644 --- a/.config/quickshell/ii/modules/lock/LockSurface.qml +++ b/.config/quickshell/ii/modules/lock/LockSurface.qml @@ -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 } } } diff --git a/.config/quickshell/ii/modules/verticalBar/VerticalBarContent.qml b/.config/quickshell/ii/modules/verticalBar/VerticalBarContent.qml index a69625de3..170fe1f43 100644 --- a/.config/quickshell/ii/modules/verticalBar/VerticalBarContent.qml +++ b/.config/quickshell/ii/modules/verticalBar/VerticalBarContent.qml @@ -276,6 +276,7 @@ Item { // Bar content region text: HyprlandXkb.currentLayoutCode font.pixelSize: Appearance.font.pixelSize.small color: rightSidebarButton.colText + animateChange: true } } MaterialSymbol {