Aucune description

Fabian Peter Hammerle a1ed9a68dd dev env: re-add exceptiongroup, tomli & wrapt to fix pipeline il y a 1 an
.github cccadb4597 build(deps): bump actions/setup-python from 3 to 4 il y a 2 ans
acpi_backlight b2cee8c8fa suggest udev rules when permissions are insufficient to set backlight's brightness il y a 2 ans
tests b2cee8c8fa suggest udev rules when permissions are insufficient to set backlight's brightness il y a 2 ans
.gitignore 289980b1a6 pipeline: run mypy il y a 3 ans
.pylintrc 0f400d406e pylint: enable various optional checks/extensions il y a 2 ans
CHANGELOG.md b2cee8c8fa suggest udev rules when permissions are insufficient to set backlight's brightness il y a 2 ans
LICENSE 80571b57ed init il y a 5 ans
Pipfile a1ed9a68dd dev env: re-add exceptiongroup, tomli & wrapt to fix pipeline il y a 1 an
Pipfile.lock a1ed9a68dd dev env: re-add exceptiongroup, tomli & wrapt to fix pipeline il y a 1 an
README.md a6257d32af pipeline: check test coverage il y a 3 ans
mypy.ini 289980b1a6 pipeline: run mypy il y a 3 ans
setup.py 6bcb9e76e4 drop compatibility with python3.6 il y a 2 ans

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'