diff --git a/.config/quickshell/ii/modules/lock/LockSurface.qml b/.config/quickshell/ii/modules/lock/LockSurface.qml index db9e0d3d1..90dc1a83a 100644 --- a/.config/quickshell/ii/modules/lock/LockSurface.qml +++ b/.config/quickshell/ii/modules/lock/LockSurface.qml @@ -194,10 +194,12 @@ MouseArea { iconSize: Appearance.font.pixelSize.huge color: Appearance.colors.colOnSurfaceVariant } - StyledText { - text: HyprlandXkb.currentLayoutCode - color: Appearance.colors.colOnSurfaceVariant - animateChange: true + Loader { + sourceComponent: StyledText { + text: HyprlandXkb.currentLayoutCode + color: Appearance.colors.colOnSurfaceVariant + animateChange: true + } } } }