Sin descripción

Fabian Peter Hammerle 36d947e22b added argument & return type hints hace 4 años
.github 3e21c5a774 added unit tests for Backlight class hace 4 años
acpi_backlight 36d947e22b added argument & return type hints hace 4 años
test 3e21c5a774 added unit tests for Backlight class hace 4 años
tests 6145e6ae2a format code via black hace 4 años
.gitignore 289980b1a6 pipeline: run mypy hace 4 años
LICENSE 80571b57ed init hace 6 años
Pipfile b3b0c1cf59 pipeline: run pylint hace 4 años
Pipfile.lock b3b0c1cf59 pipeline: run pylint hace 4 años
README.md a6257d32af pipeline: check test coverage hace 4 años
mypy.ini 289980b1a6 pipeline: run mypy hace 4 años
setup.py 6145e6ae2a format code via black hace 4 años

README.md

acpi-backlight

CI Pipeline Status Coverage 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'