fairyglade / ly

display manager with console UI
Do What The F*ck You Want To Public License
5.33k stars 306 forks source link

Added Bigclock configuration #563

Closed catdotjs closed 2 months ago

catdotjs commented 9 months ago

Big clock configuration

Just like clock, big clock can be configured. Added new config.ini entry called "bigclock_format".

Added - as bigclock symbol

We gotta re-write that bigclock.h file. Whatever is being done there right now is downright cursed.

catdotjs commented 9 months ago

I'm going to add to config also ability to change big clock's character. Please hold on accepting merge request

catdotjs commented 9 months ago

I think my implementation can be improved. Specially the reading Unicode characters from config.

AnErrupTion commented 2 months ago

@catdotjs Are you willing to update your PR for the Zig rewrite? Since I also have a couple things to say about some of the changes, I think it's best if you close this PR and create a new one. I'll wait for your answer, though (if any).

catdotjs commented 2 months ago

I'm not really experienced with zig but the changes I've done at the C version are rather trivial so shouldn't be a much of an issue to port yourself, if you wish.