Aesthetic Clock

Plasma 5 Clocks

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

0
Become a Fan
6.7

Available as/for:
Description:
Saw this design on Dribbble
https://dribbble.com/shots/2224179-Clock-Widgets

Will add option of choosing gradients later.

Ratings & Comments

12 Comments

PaulWorrall

8 Needed to edit main.qml as per the comments above, and then restart plasma. Looks nice, could do with a few optional settings, e.g. 12/24h format, transparency, something to differentiate the minute and hour blobs.

heimdall

9 9 excellent

Refused

9 9

baltolkien

9 9 excellent

Refused

Nice clock! Just a tip: avoid using a timer to update the canvas, you can just set a property such: readonly property date currentDateTime: timeSource.data.Local ? timeSource.data.Local.DateTime : new Date() and then: onCurrentDateTimeChanged: { canvas.requestPaint() } You don't even need timeChanged(), using the above property you can show the time like this: Label { text: currentDateTime.getHours() + ":" + ('0'+ currentDateTime.getMinutes()).slice(-2); .... It would be nice with a transparent background and customizable font (e.g: set outline and so on).

aeregeneratel38

Thank you so much. I am planning to add more gradients and other settings. This was my first widget so I couldn't get hang of the various KCM and other modules

Refused

one more thing, you can draw text directly in the canvas with few lines of code, look at this: https://ibb.co/JC4WmpF

aeregeneratel38

baltolkien.. It seems to be an error due to Plasma version. You can edit the main.qml file and remove the 'import org.kde.plasma.private.aestheticclock' statement. It will work after that.

baltolkien

Thanks. It works perfect now. Great work.

aeregeneratel38

Would love if you would rate.

baltolkien

Hello: I try to install this clock and I have this error: Error loadinf QML file: file:///home/baltolkien/.local/share/plasma/plasmoids/org.kde.plasma.aestheticclock/contents/ui/main.qml:13:1: module "org.kde.plasma.private.aestheticclock" is not installed Any suggestion?

aeregeneratel38

It seems to be an error due to Plasma version. You can edit the main.qml file and remove the 'import org.kde.plasma.private.aestheticclock' statement. It will work after that.

Pling
0 Affiliates
Details
license
version 1.0
updated
added
downloads 24h 1
mediaviews 24h 0
pageviews 24h 1

Other Plasma 5 Clocks:

Minimal Clock
DavidEdmundson
last update date: 10 years ago

Score 7.2

Simple Date and Time
tourada
last update date: 9 years ago

Score 6.8

Time Keeper
niceway
last update date: 8 years ago

Score 8.6

Bezier Clock
Dublicate
last update date: 7 years ago

Score 6.5

StopWatchPlasmoid
Refused
last update date: 8 years ago

Score 5.0

Minimal Clock
obedlink
last update date: 8 years ago

Score 6.1