A sleek, glassmorphic desktop application for Windows that displays dual timezones right over your taskbar. Built with Python, PySide6, and Win32 APIs.
- Sleek Glassmorphism: Frameless, semi-transparent window with a modern look.
- Dual Timezones: See your local time and a secondary timezone side-by-side with relative offset badges.
- Highly Customizable: Right-click to customize colors, fonts, timezones, and time format.
- Preset Themes: Includes "Glass Dark", "OLED Black", "Cyberpunk Neon", and "Minimal Frost" themes.
- Auto-Startup: Run at Windows startup via the Settings menu.
- Drag-and-Drop & Resizable: Smooth click and drag to reposition anywhere on the screen, and resize via the bottom right grip.
- Opacity Control: Adjust the transparency of the glassmorphism UI.
- Always on Top Toggle: Pin or unpin the clock above all other windows.
- Date & Compact Mode: Toggle the current date and secondary timezone on or off.
- Download the
DualTaskbarClock_v0.1.3.zipfrom the GitHub Releases page. - Extract the folder to a safe location on your computer (e.g.,
C:\Program Files\DualTaskbarClock). - Run
DualTaskbarClock.exeinside the extracted folder. No complex installation required, and this directory-based format prevents false-positive virus detections!
- Clone the repository.
- Create a virtual environment and install dependencies:
pip install -r requirements.txt
- Run the compiler:
pyinstaller --noconsole --onefile --name="DualTaskbarClock" main.py - The executable will be in the
dist/folder.