A minimalist, customizable home/start page with a clock, search, and background controls.
https://crystalsky.dev/zenith
- JavaScript 48.6%
- CSS 32%
- HTML 19.2%
- Dockerfile 0.2%
|
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
|
||
|---|---|---|
| .assets | ||
| assets | ||
| .dockerignore | ||
| .woodpecker.yml | ||
| Dockerfile | ||
| images.txt | ||
| index.html | ||
| README.md | ||
Zenith Home Tab
A minimalist, customizable home/start page with a clock, search, and background controls.
Features
- Fullscreen clock with optional seconds and 24-hour mode.
- Colon blink toggle.
- Digit fade animation toggle.
- Search bar with engine selection, custom engine, and new-tab option.
- Background modes: server images, solid color, custom image URL, or local upload.
- Settings saved locally in the browser.
Deployment Note
This build currently expects to be hosted under /zenith.
index.htmlreferences assets like/zenith/stylesheet.cssand/zenith/script.js.script.jsfetches/zenith/images.txt.
If you host it somewhere else, update those paths accordingly.
Files
index.html— main pagestylesheet.css— stylesscript.js— app logicimages.txt— server image list (one per line)
Customizing Server Images
Edit images.txt with one image per line:
# comments are allowed
- https://example.com/image.jpg, Author Name
