Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-22T20:06:57.000Z (7 months ago)
- Last Synced: 2024-10-14T20:45:53.423Z (about 1 month 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 ![Lightbulb icon](/src/assets/tray-icons/icon32.png)
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 [email protected]: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)