mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
osd: make spinning brightness icon not wiggle
This commit is contained in:
parent
7fb81049f3
commit
c69c8f6ef5
1 changed files with 4 additions and 1 deletions
|
|
@ -49,7 +49,10 @@ Item {
|
|||
Layout.topMargin: valueIndicatorVerticalPadding
|
||||
Layout.bottomMargin: valueIndicatorVerticalPadding
|
||||
MaterialSymbol { // Icon
|
||||
anchors.centerIn: parent
|
||||
anchors {
|
||||
centerIn: parent
|
||||
alignWhenCentered: !root.rotateIcon
|
||||
}
|
||||
color: Appearance.colors.colOnLayer0
|
||||
renderType: Text.QtRendering
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue