master
kkayam 2025-01-22 17:52:47 +00:00
parent 5f3f408630
commit f8a7d6603b
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ function draw() {
// Draw the remaining portion
if (coloredChars < timeStr.length) {
g.setColor(g.theme.fg);
g.setColor(g.theme.fg2);
var remainingPart = timeStr.substring(coloredChars);
var remainingWidth = g.stringWidth(remainingPart);
g.drawString(remainingPart, x + (g.stringWidth(timeStr) / 2) - (remainingWidth / 2), y);

View File

@ -2,7 +2,7 @@
"id": "onewordclock",
"name": "One Word Clock",
"shortName": "One Word",
"version": "0.6",
"version": "0.7",
"description": "A unique clock that displays a single evocative word for each hour of the day",
"icon": "app.png",
"tags": "clock",