Wallpaper Engine

Wallpaper Engine

Day/Night-Cycle slide-clock
zbw8388 Jul 18, 2018 @ 10:23am
Make the clock tick evenly
The clock is currently checking system time every 227 ms so it cannot tick evenly.

I think changing 200 + Math.E * 10 to 1000 at js/index.js:34 will fix the issue.