Sem descrição

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

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'