Initial commit

This commit is contained in:
Nikolay Puzanov
2021-03-01 17:39:21 +03:00
commit b84a808c43
4 changed files with 70 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
Simple tool for backlight brightness control. For build from source needs
[Nim](https://nim-lang.org/) language compiler.
Usage: `nbackbright <percent>`, where `<percent>` is a percentage of brightness
changing.
For example: `nbackbright -10` decrease brightness by 10%.