mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
fix hourHand color (again)
This commit is contained in:
@@ -34,7 +34,7 @@ Item {
|
||||
property color colShadow: Appearance.colors.colShadow
|
||||
property color colBackground: Appearance.colors.colSecondaryContainer
|
||||
property color colOnBackground: ColorUtils.mix(Appearance.colors.colPrimary, Appearance.colors.colSecondaryContainer, 0.5)
|
||||
property color colHourHand: Appearance.colors.colPrimary
|
||||
property color colHourHand: Appearance.colors.colPrimaryContainer
|
||||
property color colMinuteHand: Appearance.colors.colSecondary
|
||||
property color colSecondHand: Appearance.colors.colTertiary
|
||||
property color colOnHourHand: Appearance.colors.colOnPrimary
|
||||
|
||||
@@ -40,7 +40,7 @@ Item {
|
||||
|
||||
border.color: root.color
|
||||
border.width: 4
|
||||
opacity: 0.5
|
||||
|
||||
|
||||
Behavior on x {
|
||||
animation: Appearance.animation.elementResize.numberAnimation.createObject(this)
|
||||
|
||||
@@ -38,7 +38,8 @@ Item {
|
||||
height: root.handWidth
|
||||
|
||||
radius: root.style === "classic" ? 2 : root.handWidth / 2
|
||||
color: root.color
|
||||
color: Appearance.colors.colSecondary
|
||||
opacity: 0.9
|
||||
|
||||
Behavior on height {
|
||||
animation: Appearance.animation.elementResize.numberAnimation.createObject(this)
|
||||
|
||||
Reference in New Issue
Block a user