Sen descrición

Fabian Peter Hammerle 8cc6a5ac7e env: downgrade zipp to restore compatibility with python3.5 %!s(int64=3) %!d(string=hai) anos
.github 31fd081f9f setup github action running pytest %!s(int64=3) %!d(string=hai) anos
acpi_backlight f2c19fb758 refactor: merge acpi-backlight-eval script into __init__.py & add setuptools entry point %!s(int64=5) %!d(string=hai) anos
.gitignore cc00a0b2ac gitignore some python dist dirs %!s(int64=5) %!d(string=hai) anos
LICENSE 80571b57ed init %!s(int64=5) %!d(string=hai) anos
Pipfile 8cc6a5ac7e env: downgrade zipp to restore compatibility with python3.5 %!s(int64=3) %!d(string=hai) anos
Pipfile.lock 8cc6a5ac7e env: downgrade zipp to restore compatibility with python3.5 %!s(int64=3) %!d(string=hai) anos
README.md e22d2864d5 readme: added usage section %!s(int64=5) %!d(string=hai) anos
setup.py f2c19fb758 refactor: merge acpi-backlight-eval script into __init__.py & add setuptools entry point %!s(int64=5) %!d(string=hai) anos

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'