Leon-Plickat / wlclock

A digital analog clock for Wayland desktops.
0 stars 0 forks source link

[Request] Digital clock option. #2

Open ghost opened 3 years ago

ghost commented 3 years ago

Hello, I like this project, can a digital clock option be added? Thank you, have a nice day!

Leon-Plickat commented 3 years ago

On Fri Apr 30, 2021 at 8:17 PM CEST, Valleriite wrote:

Hello, I like this project, can a digital clock option be added? Thank you, have a nice day!

I had thought about that before but am not sure about it.

Adding a digital clock would mean having some sort of font drawing. I'd prefer if this project did not depends on the pango/freetype/harfbuzz stack. An alternative would be hardcoding a simple font.

My plan is to eventually do rendering with pixman or opengl instead of cairo. When I do that, I'll have to rewrite all rendering anyway, so adding a digital mode should best be done then. I'll consider it.

Friendly greetings, Leon Henrik Plickat