Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremija/lit
Utility for setting backlight via the `/sys/class/backlight` interface written in Rust.
https://github.com/jeremija/lit
Last synced: 9 days ago
JSON representation
Utility for setting backlight via the `/sys/class/backlight` interface written in Rust.
- Host: GitHub
- URL: https://github.com/jeremija/lit
- Owner: jeremija
- Created: 2015-09-12T15:38:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T11:01:42.000Z (about 9 years ago)
- Last Synced: 2024-04-14T19:48:34.513Z (7 months ago)
- Language: Rust
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lit
Utility for setting backlight via the `/sys/class/backlight` interface written
in Rust.# why
This began as an experiment - I wanted to rewrite my
[bright](https://github.com/jeremija/bright) utility in Rust language.I believe there is still room for improvement, so if you have a suggestion,
or a bug report, feel free to submit a patch or let me know.# usage
```bash
# increase brightness by 5%
lit +5# decrease brightness by 5%
lit -5# set brightness to 70%
lit 70
```# license
MIT