https://github.com/slimani-dev/clock-screensaver
A customizable digital clock screen saver with multiple fonts, styles, and display options. Features various digital clock faces and transitions for a modern, retro, or minimalist look.
https://github.com/slimani-dev/clock-screensaver
clock screensaver
Last synced: 3 months ago
JSON representation
A customizable digital clock screen saver with multiple fonts, styles, and display options. Features various digital clock faces and transitions for a modern, retro, or minimalist look.
- Host: GitHub
- URL: https://github.com/slimani-dev/clock-screensaver
- Owner: slimani-dev
- Created: 2025-06-04T22:18:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-11T19:37:38.000Z (12 months ago)
- Last Synced: 2025-10-11T13:52:56.196Z (8 months ago)
- Topics: clock, screensaver
- Language: Vue
- Homepage: https://slimani-dev.github.io/clock-screensaver/
- Size: 12.6 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clock Screensaver
This is a Nuxt.js project that provides a customizable clock screensaver.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
# yarn
yarn dev
```
## Production
Build the application for production:
```bash
# yarn
yarn build
```
Locally preview production build:
```bash
# yarn
yarn preview
```
For more information on deployment, refer to the [Nuxt documentation](https://nuxt.com/docs/getting-started/deployment).
## Font Management
This project includes a script (`list-fonts.sh`) to help manage and identify fonts. It uses `fc-query` to extract the full font name from font files.
### Usage of `list-fonts.sh`
To use the font listing script:
1. **Ensure `fontconfig` is installed:**
```bash
sudo apt install fontconfig
```
2. **Run the script:**
```bash
./list-fonts.sh
```
This will output a list of font names and their corresponding filenames for `.ttf` and `.otf` files in the current directory.