forked from Shinonome/dots-hyprland
Dont deselect certain date indicators when selecting specific date styles
This commit is contained in:
@@ -22,7 +22,7 @@ Item {
|
|||||||
if (!Config.options.time.secondPrecision) return 0;
|
if (!Config.options.time.secondPrecision) return 0;
|
||||||
return secondHandLoader.item.rotation + 45 // +45 degrees to align with minute hand
|
return secondHandLoader.item.rotation + 45 // +45 degrees to align with minute hand
|
||||||
}
|
}
|
||||||
|
|
||||||
opacity: root.style === "rotating" ? 1.0 : 0
|
opacity: root.style === "rotating" ? 1.0 : 0
|
||||||
Behavior on opacity {
|
Behavior on opacity {
|
||||||
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
||||||
|
|||||||
@@ -69,12 +69,6 @@ ContentPage {
|
|||||||
if (newValue === "numbers") {
|
if (newValue === "numbers") {
|
||||||
Config.options.background.clock.cookie.timeIndicators = false;
|
Config.options.background.clock.cookie.timeIndicators = false;
|
||||||
}
|
}
|
||||||
if (newValue != "none") {
|
|
||||||
Config.options.background.clock.cookie.dateInClock = false;
|
|
||||||
if (Config.options.background.clock.cookie.dateStyle !== "bubble") {
|
|
||||||
Config.options.background.clock.cookie.dateStyle = "none";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user