forked from Shinonome/dots-hyprland
there must be a space before { 😭💢
This commit is contained in:
@@ -69,7 +69,7 @@ Item {
|
|||||||
Behavior on opacity {
|
Behavior on opacity {
|
||||||
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
||||||
}
|
}
|
||||||
Behavior on anchors.leftMargin{
|
Behavior on anchors.leftMargin {
|
||||||
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ Item {
|
|||||||
rotation: -90 + (360 / 60) * root.clockMinute
|
rotation: -90 + (360 / 60) * root.clockMinute
|
||||||
opacity: root.style === "hide" ? 0.0 : 1.0
|
opacity: root.style === "hide" ? 0.0 : 1.0
|
||||||
|
|
||||||
Behavior on rotation{
|
Behavior on rotation {
|
||||||
animation: Appearance.animation.elementResize.numberAnimation.createObject(this)
|
animation: Appearance.animation.elementResize.numberAnimation.createObject(this)
|
||||||
}
|
}
|
||||||
Behavior on opacity {
|
Behavior on opacity {
|
||||||
|
|||||||
@@ -19,12 +19,12 @@ Item {
|
|||||||
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
||||||
}
|
}
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors{
|
anchors {
|
||||||
left: parent.left
|
left: parent.left
|
||||||
verticalCenter: parent.verticalCenter
|
verticalCenter: parent.verticalCenter
|
||||||
leftMargin: Config.options.background.clock.cookie.dialNumberStyle === "dots" ? 10 : 50
|
leftMargin: Config.options.background.clock.cookie.dialNumberStyle === "dots" ? 10 : 50
|
||||||
}
|
}
|
||||||
Behavior on anchors.leftMargin{
|
Behavior on anchors.leftMargin {
|
||||||
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
||||||
}
|
}
|
||||||
implicitWidth: root.hourDotSize
|
implicitWidth: root.hourDotSize
|
||||||
@@ -56,10 +56,10 @@ Item {
|
|||||||
verticalCenter: parent.verticalCenter
|
verticalCenter: parent.verticalCenter
|
||||||
leftMargin: Config.options.background.clock.cookie.dialNumberStyle === "numbers" ? 32 : 96
|
leftMargin: Config.options.background.clock.cookie.dialNumberStyle === "numbers" ? 32 : 96
|
||||||
}
|
}
|
||||||
Behavior on anchors.leftMargin{
|
Behavior on anchors.leftMargin {
|
||||||
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
||||||
}
|
}
|
||||||
StyledText{
|
StyledText {
|
||||||
color: root.colOnBackground
|
color: root.colOnBackground
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: index === 0 ? "9" :
|
text: index === 0 ? "9" :
|
||||||
@@ -97,7 +97,7 @@ Item {
|
|||||||
verticalCenter: parent.verticalCenter
|
verticalCenter: parent.verticalCenter
|
||||||
leftMargin: Config.options.background.clock.cookie.dialNumberStyle === "full" ? 10 : 50
|
leftMargin: Config.options.background.clock.cookie.dialNumberStyle === "full" ? 10 : 50
|
||||||
}
|
}
|
||||||
Behavior on anchors.leftMargin{
|
Behavior on anchors.leftMargin {
|
||||||
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -125,7 +125,7 @@ Item {
|
|||||||
verticalCenter: parent.verticalCenter
|
verticalCenter: parent.verticalCenter
|
||||||
leftMargin: Config.options.background.clock.cookie.dialNumberStyle === "full" ? 10 : 50
|
leftMargin: Config.options.background.clock.cookie.dialNumberStyle === "full" ? 10 : 50
|
||||||
}
|
}
|
||||||
Behavior on anchors.leftMargin{
|
Behavior on anchors.leftMargin {
|
||||||
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ Item {
|
|||||||
leftMargin: 10
|
leftMargin: 10
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Rectangle{
|
Rectangle {
|
||||||
// Dot on the classic style
|
// Dot on the classic style
|
||||||
opacity: root.style === "classic" ? 1.0 : 0.0
|
opacity: root.style === "classic" ? 1.0 : 0.0
|
||||||
implicitHeight: 14
|
implicitHeight: 14
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ Item {
|
|||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
active: constantlyRotate
|
active: constantlyRotate
|
||||||
sourceComponent: FrameAnimation{
|
sourceComponent: FrameAnimation {
|
||||||
running: true
|
running: true
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
shapeRotation += 0.05
|
shapeRotation += 0.05
|
||||||
|
|||||||
Reference in New Issue
Block a user