No Description

Fabian Peter Hammerle b5585640ed move test script to separate tests folder 3 years ago
.github 31fd081f9f setup github action running pytest 3 years ago
acpi_backlight b5585640ed move test script to separate tests folder 3 years ago
tests b5585640ed move test script to separate tests folder 3 years ago
.gitignore cc00a0b2ac gitignore some python dist dirs 5 years ago
LICENSE 80571b57ed init 5 years ago
Pipfile 8cc6a5ac7e env: downgrade zipp to restore compatibility with python3.5 3 years ago
Pipfile.lock 8cc6a5ac7e env: downgrade zipp to restore compatibility with python3.5 3 years ago
README.md e22d2864d5 readme: added usage section 5 years ago
setup.py f2c19fb758 refactor: merge acpi-backlight-eval script into __init__.py & add setuptools entry point 5 years ago

README.md

acpi-backlight

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'