https://github.com/jnullj/light-on-tray
Light on Tray is a small utility that allows control over smart lightbulbs conveniently from the system tray
https://github.com/jnullj/light-on-tray
Last synced: 5 months ago
JSON representation
Light on Tray is a small utility that allows control over smart lightbulbs conveniently from the system tray
- Host: GitHub
- URL: https://github.com/jnullj/light-on-tray
- Owner: jNullj
- License: mit
- Created: 2023-06-19T18:51:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T20:06:57.000Z (over 2 years ago)
- Last Synced: 2025-04-08T02:51:19.417Z (over 1 year ago)
- Language: JavaScript
- Size: 2.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Light on Tray 
Light on Tray is a small cross-platform utility that allows control over smart lightbulbs conveniently from the system tray. With Light on Tray, you can easily adjust the brightness, change colors, and toggle power for your smart lightbulbs.
We corrently only support yeelight devices.
https://github.com/jNullj/light-on-tray/assets/15849761/f12f6fd1-df80-47f8-8335-ab118efaa0b3
## Installation
Clone and use npm for dependencies
```bash
git clone git@github.com:jNullj/light-on-tray.git
cd light-on-tray
npm install
```
## Usage
```bash
npm run start
```
## Features
- Quick access and control from tray with a compact popup
- Control over supported yeelight devices
- Control brightness
- Control color
- Toggle power
- Control color temperature
- Change mode
- Control multiple devices
- Give devices a persistent name
- Supports both linux and windows
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please search if there is an existing issue before making a new one.
## License
[MIT](/LICENSE)