资 源 简 介
```
A small tool to notify you to take a rest.
parameters:
-bg: set background color in red,green,blue
-fg: set foreground color in red,green,blue
-m : set maximum blending paint number
-g : gestures to stop the indication.
separated by ";". movements in a gesture are separated by ","
e.g.: e,w: move to right (E), then move to left (W).
default settings:
-bg 10,10,10 -fg 150,150,150 -m 100 -g e,w;w,e
GPL license. Copyright by mapandfold@gmail.com, 2011.
Credit:
Inspired by fadtop (sgarc@smth, http://www.fadetop.com).
```
v0.21: I don"t know multi-thread programming.
v0.2: blending in a separate thread.
v0.1: add command line parameters.