Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

command line tools to control brightness of macbook air keyboard and monitor brightness.

Notifications You must be signed in to change notification settings

aarontabor/mba-brightnesscontrol

Repository files navigation

Tools to adjust monitor and keyboard brightness on Macbook air:

keyboardLight: controls the keyboard backlight intensity
displayLight: controls the monitor intensity


Usage:
  light --set <percentage>
    - sets brightness to specified percentage

  light --increment
    - increments current brightness by 10% (should take ten calls to go from
      empty to full)

  light --decrement
    - decrements current brightness by 10% (should take ten calls to go from
      full to empty)


Build Instructions:
  make


** tools must be run as root (or privilidged) user since they are accessing
device files. To allow usage by a normal user, invoke the following script from
the project directory after a successful build:
  ./allowNormalUserAccess

About

command line tools to control brightness of macbook air keyboard and monitor brightness.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published