forked from Shinonome/dots-hyprland
rename dateIndicator folder
This commit is contained in:
@@ -9,7 +9,7 @@ import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import Qt5Compat.GraphicalEffects
|
||||
|
||||
import "./dateIndicators"
|
||||
import "./dateIndicator"
|
||||
import "./minuteMarks"
|
||||
|
||||
Item {
|
||||
@@ -79,6 +79,7 @@ Item {
|
||||
hourNumberSize: root.hourNumberSize
|
||||
color: root.colOnBackground
|
||||
}
|
||||
|
||||
HourMarks {
|
||||
anchors.centerIn: parent
|
||||
implicitSize: root.hourMarkSize
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ Item {
|
||||
readonly property string dialStyle: Config.options.background.clock.cookie.dialNumberStyle
|
||||
readonly property bool timeIndicators: Config.options.background.clock.cookie.timeIndicators
|
||||
|
||||
property real radius: style === "rotating" ? dialStyle === "numbers" || timeIndicators ? 90 : 75 : 0
|
||||
property real radius: style === "rotating" ? 90 : 0
|
||||
Behavior on radius {
|
||||
animation: Appearance.animation.elementResize.numberAnimation.createObject(this)
|
||||
}
|
||||
Reference in New Issue
Block a user