项目作者: franeklubi

项目描述 :
An unnecessarily minimal backlight controller
高级语言: Assembly
项目地址: git://github.com/franeklubi/abak.git
创建时间: 2020-04-06T22:02:03Z
项目社区:https://github.com/franeklubi/abak

开源协议:MIT License

下载


abak

Usage:

  1. $ abak ; output: current backlight percentage
  2. $ abak 20 ; sets backlight to 20%
  3. $ abak +10 ; adds 10% to backlight
  4. $ abak -10 ; subtracts 10% from backlight

Installation:

(warning: I’m lazy - this makefile just builds the thing and moves it to /bin/)

  1. You’ll need to manually modify the config.asm
    If You don’t know how, You can use this sed command and it SHOULD work 😎:
    1. sed -i -e "s/intel_backlight/$(ls /sys/class/backlight)/g" ./config.asm
    2.
    1. make install