mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-07-27 18:56:38 +10:00
bar: circular progresses: adjust colors, fix them being always at 65%
This commit is contained in:
@@ -13,7 +13,7 @@ ProgressBar {
|
||||
property real valueBarWidth: 30
|
||||
property real valueBarHeight: 18
|
||||
property color highlightColor: Appearance?.colors.colOnSecondaryContainer ?? "#685496"
|
||||
property color trackColor: ColorUtils.transparentize(highlightColor, 0.4) ?? "#F1D3F9"
|
||||
property color trackColor: ColorUtils.transparentize(highlightColor, 0.5) ?? "#F1D3F9"
|
||||
property alias radius: contentItem.radius
|
||||
property string text
|
||||
default property Item textMask: Item {
|
||||
|
||||
Reference in New Issue
Block a user