danielchalmers / DesktopClock

A digital clock for your desktop!
https://github.com/danielchalmers
MIT License
137 stars 33 forks source link

Simple Bounce option to prevent burn-in in displays #42

Closed NicoB1981 closed 4 months ago

NicoB1981 commented 10 months ago

I added a very simple extension that bounces the displayed text around a little bit in order to prevent burn in in displays.

I tried following the style of the project as close as possible but I do not work often in these type of projects (nor with github), so I appologise in advance, should my naïve additions overstep in any way.

Other than that, thanks for your work on the DesktopClock project and for sharing it - I intent to use it one one of my auxiliary monitors but I worry about burn-in in the display. Hence, my little contribution. But your work got me 95% there of what I need and want. Thanks.

danielchalmers commented 4 months ago

Hi, I just pushed a similar implementation in #53 for the next version that's a little different after making some architectural changes to the app. Thank you for the great idea and I really appreciate you taking the time to submit the code, it helped a lot!