A transparent, minimalist desktop clock that preserves your workspace aesthetics.
GlassClock is a lightweight desktop utility designed for users who value focus and wallpaper aesthetics. It provides a real-time clock overlay with a Transparent UI, ensuring your carefully curated desktop background remains the protagonist.
- Terminal / Powershell
cd "Your Project Path"
npm install
npm start
- create a bat file named "run.bat" in the same directory as the project. then add the following content:
@echo off
powershell -WindowStyle Hidden -Command "Set-Location 'Your Project Path'; npm start"replace 'Your Project Path' with the actual path to your project.