Re: [dwm] xgamma notify

From: Engin Tola <engin.tola_AT_epfl.ch>
Date: Fri, 06 Mar 2009 00:08:34 +0100

nice!

pancake <pancake_AT_youterm.com> writes:

> I have been playing a bit with xgamma and I think it can be useful as a
> graphical
> notification for important alerts like low battery or so.
>
> The usage is quite simple. and we can 'flash' the screen in red for a
> fraction of a second with:
>
> $ cat flash.sh
> for a in $(seq 1 $1); do
> xgamma -ggamma 0.3 -bgamma 0.3
> sleep 0.1
> xgamma -gamma 1
> sleep 2
> done
>
> $ sh flash.sh 10
>
> --pancake
>
>

-- 
engin tola - http://cvlab.epfl.ch/~tola
Received on Thu Mar 05 2009 - 23:08:34 UTC

This archive was generated by hypermail 2.2.0 : Thu Mar 05 2009 - 23:24:06 UTC