Sen descrición

Fabian Peter Hammerle f7e3784baf drop compatibility with python3.5; test against python3.10 %!s(int64=2) %!d(string=hai) anos
.github f7e3784baf drop compatibility with python3.5; test against python3.10 %!s(int64=2) %!d(string=hai) anos
acpi_backlight f7e3784baf drop compatibility with python3.5; test against python3.10 %!s(int64=2) %!d(string=hai) anos
tests 858dfee530 refactor: use `pathlib.Path` instances instead of `os.path.*`; increase test coverage %!s(int64=2) %!d(string=hai) anos
.gitignore 289980b1a6 pipeline: run mypy %!s(int64=3) %!d(string=hai) anos
.pylintrc 858dfee530 refactor: use `pathlib.Path` instances instead of `os.path.*`; increase test coverage %!s(int64=2) %!d(string=hai) anos
LICENSE 80571b57ed init %!s(int64=5) %!d(string=hai) anos
Pipfile f7e3784baf drop compatibility with python3.5; test against python3.10 %!s(int64=2) %!d(string=hai) anos
Pipfile.lock f7e3784baf drop compatibility with python3.5; test against python3.10 %!s(int64=2) %!d(string=hai) anos
README.md a6257d32af pipeline: check test coverage %!s(int64=3) %!d(string=hai) anos
mypy.ini 289980b1a6 pipeline: run mypy %!s(int64=3) %!d(string=hai) anos
setup.py f7e3784baf drop compatibility with python3.5; test against python3.10 %!s(int64=2) %!d(string=hai) anos

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'