mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
feat: Optimize capsule color computation by using Style.qml property
This commit is contained in:
@@ -104,4 +104,7 @@ Singleton {
|
||||
return Math.round(barHeight * 0.82);
|
||||
}
|
||||
}
|
||||
readonly property color capsuleColor: Settings.data.bar.showCapsule ?
|
||||
Qt.alpha(Color.mSurfaceVariant, Settings.data.bar.capsuleOpacity) :
|
||||
Color.transparent
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user