StandByClock is a customizable, fullscreen-friendly digital clock built for minimal setups, media screens, or aesthetic desktops. It's feature-rich and easy to use directly in your browser—no installation required.
- ⏱ Custom time formats (
[HH:MM:SS]
,[hh:MM A]
, etc.) - 📅 Toggleable date display
- 🌈 Font family and size customization
- 🖌️ Text glow and color pickers
- 🎨 Background color control
- 📁 Media upload (image/video) with overlay dimming
- 🖥 Split-screen layout toggle
↔️ Clock side positioning (left/right)- 💤 Power-saving mode (toggle animations)
- 🖱 Click once to show options, double-click to toggle fullscreen
- 🖼 Add custom Google Fonts via UI
- 📥 Download button for exporting
StandByClock.html
- 📎 Dynamically injects an inline SVG favicon via JavaScript
-
Clone or download this repository:
git clone https://github.com/yourusername/StandByClock.git cd StandByClock
-
Open
index.html
in your browser:open index.html
-
Customize using the options menu that appears on click.
- Single click anywhere: Show options menu
- Double click anywhere: Toggle fullscreen mode
- Click and upload media for background visuals
You can set your preferred time format using these tokens:
Token | Meaning | Example |
---|---|---|
HH |
Hours (24h) | 22 |
hh |
Hours (12h) | 10 |
MM |
Minutes | 09 |
SS |
Seconds | 45 |
A |
AM/PM | PM |
📝 Example format: [hh:MM A]
Use the "Add Font" button to insert any Google Font:
- Paste the font stylesheet URL (from Google Fonts).
- Enter the font-family name (e.g.,
"Roboto"
or"Poppins"
). - Save and apply instantly.
Click the "Download" button to export a copy of the clock as StandByClock.html
.
An inline SVG favicon is added dynamically using JS—no external file needed.
- ✅ Chrome
- ✅ Firefox
- ✅ Edge
- ✅ Opera
/StandByClock
│
├── index.html
├── style.css
├── script.js
└── README.md
This project is open-source and available under the MIT License.
Made with ❤️ by Rakesh Kanna