Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 638 Bytes

File metadata and controls

21 lines (14 loc) · 638 Bytes

DesktopClock

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 & Run

# Build the project
dotnet build

# Build release
dotnet build -c Release

# Run the application
dotnet run

# Publish a self-contained executable
dotnet publish

The project targets Windows and requires WPF + Windows Forms. It produces a WinExe (no console window).