mirror of
https://github.com/Dejvino/pinephone-toolkit.git
synced 2025-10-29 10:15:21 +00:00
| src | ||
| .gitignore | ||
| LICENSE | ||
| meson.build | ||
| README.md | ||
PinePhone Toolkit (PPTK)
A collection of tools and utility apps for the PINE64 PinePhone.
Components
backlight
Get / Set backlight brightness.
$ pptk-backlight get
4
$ pptk-backlight set 6
Build & Install
$ meson build
$ cd build
$ ninja
$ sudo ninja install