A minimalist desktop clock widget for Windows that displays the current day and date directly on your desktop wallpaper.
- 📅 Day & Date Display - Shows the current day of the week and full date
- 🎨 Theme Toggle - Switch between dark (white text) and light (dark text) themes
- 📏 Three Sizes - Small, Medium, and Large scaling options
- 🖱️ Draggable - Position anywhere on your desktop
- 💾 Persistent Settings - Remembers position, size, and theme between sessions
- 🖥️ Desktop Integration - Sits on the desktop layer, doesn't interfere with other windows
- 🔒 Single Instance - Prevents multiple instances from running
- Windows 10/11
- Visual Studio 2019 or later (for building from source)
- Font: BankGothic Md BT (optional - will use system default if not installed)
- Download
MondClock.exefrom the Releases page - Place it in a folder where you have write permissions
- Run
MondClock.exe
- Clone this repository
git clone https://github.com/rupeshpandith/MondClock_Widget.git
- Open
MondClock.slnin Visual Studio - Select Release configuration and x64 platform
- Build the solution (Ctrl+Shift+B)
- Find the executable in
x64\Release\MondClock.exe
| Action | Description |
|---|---|
| Left-click + Drag | Move the widget anywhere on your desktop |
| Right-click | Open the settings panel |
| Button | Function |
|---|---|
| Small | Set widget to small size (scale 2x) |
| Medium | Set widget to medium size (scale 3x) |
| Large | Set widget to large size (scale 4x) |
| Theme | Toggle between dark and light text |
| Exit | Close the widget |
| Startup | ON/OFF Auto Startup |
Click anywhere outside the settings panel to close it.
Settings are automatically saved to mondclock.dat in the same folder as the executable:
- Window position (X, Y)
- Scale size (2, 3, or 4)
- Theme (dark or light)
To make MondClock start automatically with Windows:
- Press
Win + R, typeshell:startup, and press Enter - Create a shortcut to
MondClock.exein this folder
MondClock_Widget/
├── MondClock.cpp # Main source code
├── MondClock.h # Header file
├── MondClock.rc # Resource file
├── MondClock.sln # Visual Studio solution
├── MondClock.vcxproj # Visual Studio project
├── Resource.h # Resource definitions
├── framework.h # Framework includes
├── targetver.h # Target Windows version
└── README.md # This file
This project is open source. Feel free to use, modify, and distribute.
Contributions are welcome! Feel free to submit issues and pull requests.
Made with ❤️ for Windows desktop customization enthusiasts
