An open API service indexing awesome lists of open source software.

https://github.com/tesla-srt/js-fuzzyclock

A fuzzy time widget written in Javascript and Electron
https://github.com/tesla-srt/js-fuzzyclock

electron javascript

Last synced: about 2 months ago
JSON representation

A fuzzy time widget written in Javascript and Electron

Awesome Lists containing this project

README

          

# FuzzyClock

A simple Electron application that displays a fuzzy clock. 🕒✨

![](assets/20250228_231322_screen0.png)

![](assets/20250228_231417_screen1.gif)

## Features

- **Fuzzy Clock**: Displays the current time with a fuzzy effect.
- 🔄 Adjusts dynamically based on the hour.
- **Settings**: Adjust the fuzzyness level of the clock.
- 🔧 Change settings directly from the app.

## Installation

1. Clone this repository:

```sh
git clone https://github.com/tesla-srt/js-fuzzyclock.git
```

2. Navigate to the project directory:

```sh
cd js-fuzzyclock
```

3. Install dependencies:

```sh
npm install
```

## Running the application

To run the application, use the following command:

```
npm start
```

### TODO

- ~~**Configuration Saving**: 🔄 Implement functionality to save other configurations such as font color and family. (High Priority)~~
- **Localization**: 🔄 Implement functionality to support the display of other languages (i18n). (High Priority)
- **Style Enhancements**: 🔄 Make it cleaner and more customizable. (High Priority)
- ~~**Font Color and Family**: 🔧 Allow users to change the font color and family from the settings. (Medium Priority)~~
- **Background Transparency**: 👀 Add functionality to toggle background transparency. (Low Priority)