No Description

Fabian Peter Hammerle 6bfa7f358b readme: added pipeline status badget 3 years ago
.github 31fd081f9f setup github action running pytest 3 years ago
acpi_backlight b5585640ed move test script to separate tests folder 3 years ago
tests b5585640ed move test script to separate tests folder 3 years ago
.gitignore cc00a0b2ac gitignore some python dist dirs 5 years ago
LICENSE 80571b57ed init 5 years ago
Pipfile 66e1ea2ece env: added pathlib2 for python3.5 to fix ImportError when running pytest 3 years ago
Pipfile.lock 66e1ea2ece env: added pathlib2 for python3.5 to fix ImportError when running pytest 3 years ago
README.md 6bfa7f358b readme: added pipeline status badget 3 years ago
setup.py b447207e43 setup.py: replace broad python3 classifier with versions the pipeline tests against 3 years ago

README.md

acpi-backlight

CI Pipeline Status

setup

pip3 install --user --upgrade acpi-backlight

usage

acpi-backlight-eval 1  # max brightness
acpi-backlight-eval 0.5  # 50% brightness
acpi-backlight-eval 1/4  # 25% brightness
acpi-backlight-eval 'b + 0.1'
acpi-backlight-eval 'b - 1/20'
acpi-backlight-eval 'b * 1.1'