mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-25 18:17:29 -05:00
there must be a space before { 😭💢
This commit is contained in:
@@ -20,7 +20,7 @@ Item {
|
||||
rotation: -90 + (360 / 60) * root.clockMinute
|
||||
opacity: root.style === "hide" ? 0.0 : 1.0
|
||||
|
||||
Behavior on rotation{
|
||||
Behavior on rotation {
|
||||
animation: Appearance.animation.elementResize.numberAnimation.createObject(this)
|
||||
}
|
||||
Behavior on opacity {
|
||||
|
||||
Reference in New Issue
Block a user