mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 16:02:51 -05:00
clock: add analog seconds option for desktop widget
This commit is contained in:
@@ -192,6 +192,8 @@ Item {
|
||||
|
||||
Rectangle {
|
||||
id: secondDot
|
||||
visible: SettingsData.desktopClockShowAnalogSeconds
|
||||
|
||||
property real angle: analogRoot.seconds * 6 * Math.PI / 180
|
||||
property real orbitRadius: analogRoot.faceRadius * 0.92
|
||||
|
||||
|
||||
Reference in New Issue
Block a user