View Single Post
Posts: 875 | Thanked: 918 times | Joined on Sep 2010
#71
advanced-systemui (0.2.6)
  • added a white color theme
  • added two new gconf settings to switch color theme with the ambient light sensor
  • fixed segfault caused by the 0.2.5 gconf code
  • fixed segfault caused when governor list was queried twice

The 0.2.5 segfault was due to an uninitialized variable in the gconf code.

Switches to a white theme when ambient light exceeds 4000 lux and returns to black theme when it drops below 3000. Both values are configurable and the theme switching can be disabled by setting the white threshold to zero or to an unobtainable value. Automatic switching only occurs when on the main screen since the light sensor isn't polled on the others.
  • threshold_black -- return to black theme when ambient light drops below this value
  • threshold_white -- switch to white theme when ambient light exceeds this value

Set threshold_white to zero to disable black theme or set it to a billion to disable white theme.
 

The Following 4 Users Say Thank You to auouymous For This Useful Post: