DesktopClock is a minimal WPF clock overlay that sits in a corner of the screen. It is click-through (mouse events pass through it) and never steals focus. A system tray icon lets the user pick which monitor and which corner to display the clock in. Settings are persisted to %LOCALAPPDATA%\DesktopClock\settings.json.
# Build the project
dotnet build
# Build release
dotnet build -c Release
# Run the application
dotnet run
# Publish a self-contained executable
dotnet publishThe project targets Windows and requires WPF + Windows Forms. It produces a WinExe (no console window).