Minimal 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

1
Become a Fan
7.2

Available as/for:
Description:
Frameworks port of http://kde-apps.org/content/show.php?content=156715&forumpage=0

Ratings & Comments

6 Comments

gvcastellon

To make it look as possible from the original, I made these changes in the path: ~/.local/share/plasma/plasmoids/minimalclock/contents/ui> main.qml Text { id: time font.family:textFont font.bold: false color: textColor font.pointSize: 75 text: Qt.formatTime( dataSource.data["Local"]["DateTime"],"h:mm ap") .replace(' am', '').replace(' pm', ''); anchors { top: parent.top; left: parent.left; } } Text { id: ampm font.family:textFont opacity: 0.5 color: textColor font.pointSize: 50 text : Qt.formatTime( dataSource.data["Local"]["DateTime"]," ap" ) anchors { top: parent.top; left: time.right; } } Text { id: date font.family:textFont color: textColor font.pointSize: 32 text : Qt.formatDate( dataSource.data["Local"]["DateTime"],"dddd, MMM d yyyy" ) anchors { top: time.bottom; left: parent.left; } } ...you can see an example in this screenshot. http://i65.tinypic.com/2rfprb7.png

gvcastellon

The font used is the same as the original, "Geo Sans Light": http://www.dafont.com/geo-sans-light.font I'm sorry for forgetting to put it in the first comment. Have a lot of Fun!!

mmdm

This used to have an option for a 12hr clock. Could we have that back, please?

hamez

Well, like you I wanted that 12 hour clock back, as well as the old "look" where the text was outlined in black, because then clock was visible on any background if the text was white. So I've gone ahead and done just that, it's not the nicest since I've just learned QML and the javascript needed for the change, but it's finally working. Here it is packaged if you want it: https://drive.google.com/file/d/0Bz3pRDjSXE7RUTQycC1CYmthazQ/view?usp=sharing

DavidEdmundson

Cool stuff!

obedlink

the plasmoid shows the hour in 24h format and the p.m/a.m text at the same time. for example: 20:35 p.m. can you add in the configure dialog the option to change between 24h and 12h?

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

Other Plasma 5 Clocks:

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

Plasma Fancy Clock
anoneemouse
last update date: 4 years ago

Score 6.7