mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-19 15:29:58 -05:00
fix kb layout anim in lock screen (#1942)
This commit is contained in:
@@ -194,10 +194,12 @@ MouseArea {
|
|||||||
iconSize: Appearance.font.pixelSize.huge
|
iconSize: Appearance.font.pixelSize.huge
|
||||||
color: Appearance.colors.colOnSurfaceVariant
|
color: Appearance.colors.colOnSurfaceVariant
|
||||||
}
|
}
|
||||||
StyledText {
|
Loader {
|
||||||
text: HyprlandXkb.currentLayoutCode
|
sourceComponent: StyledText {
|
||||||
color: Appearance.colors.colOnSurfaceVariant
|
text: HyprlandXkb.currentLayoutCode
|
||||||
animateChange: true
|
color: Appearance.colors.colOnSurfaceVariant
|
||||||
|
animateChange: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user