Spelling and color

pull/702/head
Fredrik Lautrup 2021-03-22 19:31:12 +01:00
parent 55d2f45754
commit fca637a328
2 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@
0.02: Added support for locale and 12H clock
0.03: Added HR indication to clock
0.04: Update font size and alignment
0.05: Changes whcihc circle show minutes and seconds
0.05: Changes which circle show minutes and seconds

View File

@ -37,8 +37,8 @@
center: screen.center,
},
circle: {
colormin: 0x606060,
colorsec: 0x606060,
colormin: 0xffffff,
colorsec: 0xffffff,
width: 10,
middle: screen.middle,
center: screen.center,