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
- Host: GitHub
- URL: https://github.com/tesla-srt/js-fuzzyclock
- Owner: tesla-srt
- Created: 2025-02-28T19:46:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T04:30:36.000Z (over 1 year ago)
- Last Synced: 2025-03-01T05:18:48.834Z (over 1 year ago)
- Topics: electron, javascript
- Language: JavaScript
- Homepage:
- Size: 389 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# FuzzyClock
A simple Electron application that displays a fuzzy clock. 🕒✨


## 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)