The idea being that, once the brightness passes a certain level, one could switch to a different visual scheme to give greater visibility. Also, if it could be some sort of listener type thing, that would be even better, but I'll take what I can get.
|
feedback
|
|
I believe one could look it up with IOKit. Running the ioreg command in the terminal as below gives two lines where a brightness value is visible.
Maybe someone with enough IOKit knowledge could put together a sample... | |||
|
feedback
|
|
epatel was pretty close, I just had to change the AppleGraphicsControlBacklight keyword to something else to get it to work on my macbook, so I'd guess that this is something that might change between OSX versions and/or macbook versions. I threw together a short ruby script to print out a little visual indicator on the command line.
| |||||
feedback
|
|
Uhm.. I am not a mac guy .. but does /proc exist in the filesystem? You might want to look in that virtual file directory if it exists. | |||||||
feedback
|