A floating analog clock for Windows 11. Chrome-less, always on top, click-through by default — only the classic watch face shows over your desktop and apps.
- Windows 10/11
- .NET 8 SDK
Build and run on Windows (not WSL). The overlay UI needs a Windows desktop session.
dotnet run --project WidgieClockdotnet publish WidgieClock -c Release -r win-x64 --self-contained false -o .\publishThen run publish\WidgieClock.exe.
| Item | Action |
|---|---|
| Unlock to move | Disable click-through; drag the face to reposition |
| Lock (click-through) | Re-enable click-through so clicks pass through to apps |
| Start with Windows | Register / unregister in HKCU\...\Run |
| Exit | Quit the app |
Settings (position, lock, autostart) are stored in %AppData%\WidgieClock\settings.json.