system76-tools

collection of utilities for system76 laptops
git clone https://git.parazyd.org/system76-tools
Log | Files | Refs | README | LICENSE

commit a0ccee4746d1c5252eca69086630aa5be26628c7
parent 739dbd3e5faf2b987081868b00e1b3d67867d8d9
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 21 Oct 2022 14:01:12 +0200

Add short Readme

Diffstat:
AREADME.md | 35+++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,35 @@ +system76-tools +============== + +Collection of small tools for managing stuff on system76 laptops. + +## Tools + +### `brightness` + + +A `suid` binary used to control screen brightness + +### `charge-thresholds` + +A `suid` binary used to control charging thresholds. It supports max +charge, max-lifetime, or something inbetween. + +### `perf-profile` + +A `suid` binary used to switch between different performance profiles. + +* `low-power` - Minimum power usage for maximal battery life +* `balanced` - Something inbetween +* `performance` - Max power usage for minimal battery life + + +## Installation + +``` +# make install +``` + +## License + +GPL-3