Bez popisu

Fabian Peter Hammerle b2cee8c8fa suggest udev rules when permissions are insufficient to set backlight's brightness před 1 rokem
.github cccadb4597 build(deps): bump actions/setup-python from 3 to 4 před 1 rokem
acpi_backlight b2cee8c8fa suggest udev rules when permissions are insufficient to set backlight's brightness před 1 rokem
tests b2cee8c8fa suggest udev rules when permissions are insufficient to set backlight's brightness před 1 rokem
.gitignore 289980b1a6 pipeline: run mypy před 3 roky
.pylintrc 0f400d406e pylint: enable various optional checks/extensions před 1 rokem
CHANGELOG.md b2cee8c8fa suggest udev rules when permissions are insufficient to set backlight's brightness před 1 rokem
LICENSE 80571b57ed init před 5 roky
Pipfile ebf509406d test / dev env: upgrade black před 2 roky
Pipfile.lock 8cb6d54e40 build(deps-dev): bump mypy from 0.960 to 0.961 před 1 rokem
README.md a6257d32af pipeline: check test coverage před 3 roky
mypy.ini 289980b1a6 pipeline: run mypy před 3 roky
setup.py 6bcb9e76e4 drop compatibility with python3.6 před 2 roky

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'