mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-09 08:49:27 -05:00
osd: make spinning brightness icon not wiggle
This commit is contained in:
@@ -49,7 +49,10 @@ Item {
|
|||||||
Layout.topMargin: valueIndicatorVerticalPadding
|
Layout.topMargin: valueIndicatorVerticalPadding
|
||||||
Layout.bottomMargin: valueIndicatorVerticalPadding
|
Layout.bottomMargin: valueIndicatorVerticalPadding
|
||||||
MaterialSymbol { // Icon
|
MaterialSymbol { // Icon
|
||||||
anchors.centerIn: parent
|
anchors {
|
||||||
|
centerIn: parent
|
||||||
|
alignWhenCentered: !root.rotateIcon
|
||||||
|
}
|
||||||
color: Appearance.colors.colOnLayer0
|
color: Appearance.colors.colOnLayer0
|
||||||
renderType: Text.QtRendering
|
renderType: Text.QtRendering
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user