-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Control screen and keyboard backlights on MACs under Linux -- -- Maclight is both a library and a command line program for controlling -- the backlight on Macbooks under linux. @package maclight @version 0.1.0.0 module Apple.Maclight getDirectory :: Light -> FilePath data Light Screen :: Light Keyboard :: Light data Command Up :: Command Down :: Command Max :: Command Off :: Command Set :: Int -> Command data Settings Settings :: FilePath -> Int -> Settings sysPath :: Settings -> FilePath stepCount :: Settings -> Int handleBacklight :: Light -> Command -> IO () instance Show Command instance Eq Command instance Read Light instance Read Command