#!/bin/sh wjt -x "$(xbacklight -get)" | while read next; do xbacklight -set "$next" done