Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccouzens/litra-glow-gtk
GTK app to control Logitech Litra Glow lights
https://github.com/ccouzens/litra-glow-gtk
Last synced: 17 days ago
JSON representation
GTK app to control Logitech Litra Glow lights
- Host: GitHub
- URL: https://github.com/ccouzens/litra-glow-gtk
- Owner: ccouzens
- License: mit
- Created: 2022-06-22T23:11:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T21:44:25.000Z (about 2 years ago)
- Last Synced: 2023-03-22T10:47:23.569Z (over 1 year ago)
- Language: Rust
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Litra Glow GTK
An app to control Logitech
[Litra Glow](https://www.logitech.com/en-gb/products/lighting/litra-glow.946-000002.html)
lights.![Litra Glow screenshot. A slider for brightness, a slider for colour and an on off button.](Screenshot_from_2022-09-01.png)
## Related Projects
[Litra Driver](https://github.com/kharyam/litra-driver) is a Python library and
TK app. I am thankful to the author for discovering the USB protocol used by
Litra Glow.## Goals
1. Use GTK to fit in with my Fedora desktop.
2. Be available on Flathub for easy install.## Feature wish list
- Translations into other languages.
- Updating the on screen interface when the values are changed from the physical
buttons.
- Displaying current values on launch.
- Having an interface to control multiple Litra Glow devices.