Sin descripción

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

README.md

acpi-backlight

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'