Bez popisu

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

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'