Nenhuma descrição

dependabot[bot] 16e64e1a44 build(deps-dev): bump pylint from 2.15.2 to 2.15.3 (#65) 1 ano atrás
.github cccadb4597 build(deps): bump actions/setup-python from 3 to 4 1 ano atrás
acpi_backlight b2cee8c8fa suggest udev rules when permissions are insufficient to set backlight's brightness 1 ano atrás
tests b2cee8c8fa suggest udev rules when permissions are insufficient to set backlight's brightness 1 ano atrás
.gitignore 289980b1a6 pipeline: run mypy 3 anos atrás
.pylintrc 0f400d406e pylint: enable various optional checks/extensions 1 ano atrás
CHANGELOG.md b2cee8c8fa suggest udev rules when permissions are insufficient to set backlight's brightness 1 ano atrás
LICENSE 80571b57ed init 5 anos atrás
Pipfile ebf509406d test / dev env: upgrade black 2 anos atrás
Pipfile.lock 16e64e1a44 build(deps-dev): bump pylint from 2.15.2 to 2.15.3 (#65) 1 ano atrás
README.md a6257d32af pipeline: check test coverage 3 anos atrás
mypy.ini 289980b1a6 pipeline: run mypy 3 anos atrás
setup.py 6bcb9e76e4 drop compatibility with python3.6 2 anos atrás

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'