https://github.com/parazyd/system76-tools
Random tools for system76 laptops
https://github.com/parazyd/system76-tools
Last synced: about 1 month ago
JSON representation
Random tools for system76 laptops
- Host: GitHub
- URL: https://github.com/parazyd/system76-tools
- Owner: parazyd
- License: gpl-3.0
- Created: 2022-10-19T12:06:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T13:30:03.000Z (over 3 years ago)
- Last Synced: 2025-01-17T18:01:26.883Z (about 1 year ago)
- Language: C
- Size: 26.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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