Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 853 Bytes

File metadata and controls

27 lines (18 loc) · 853 Bytes

GlassClock

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.

image

How to run

  1. Terminal / Powershell
cd "Your Project Path"

npm install 

npm start
  1. 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.