Lucidity

Description:
    Lucidity is designed to set an image as your wallpaper (stretched only)
    and then apply a transparency effect to your desktop.  There is an optional
    -nosetwall parameter that you can use which creates the overlay effect with
    the passed image but does not set it as the wallpaper.  Furthermore, there
    is an optional -trans:<0-100> parameter you can use to preset the
    transparency value that is used.

Usage:
    Program syntax: %AppName%.exe "<image path>" [-nosetwall -trans:<0-100>]

    e.g.: c:\path\to\%AppName%.exe "c:\path\to\image.jpg"
    e.g.: c:\path\to\%AppName%.exe "c:\path\to\image.jpg" -nosetwall
    e.g.: c:\path\to\%AppName%.exe "c:\path\to\image.jpg" -trans:35
    e.g.: c:\path\to\%AppName%.exe "c:\path\to\image.jpg" -nosetwall -trans:60
    
    To create a drop target with the -nosetwall parameter, create a shortcut
    to Lucidity.exe with a target like this:
      
    c:\path\to\Lucidity.exe -nosetwall
    
    Depending on your system, you might have to create the target like this:
    
    c:\path\to\Lucidity.exe "%1" -nosetwall
      
    Use that shortcut as the drop target for your image file.    

Notes:
    1) OS support: Windows 2000 or later.
    2) Image format support: BMP, JPG, PNG, GIF, TIF
    3) You can simply drag & drop an image file onto the executable.
    4) Adjust the transparency level by using the tray menu.
    5) Single-click the tray icon to toggle the effect.
    6) Due to a bug in Windows, multi-monitor support is limited to
       monitors with the same resolution.

Copyright:
    Program copyright (c) 2011-2015 Jody Holmes (Skwire Empire)
    License: Freeware

    Program icon copyright (c) Frankell
    http://frankell.wincustomize.com/index.aspx

Links:
    Homepage: http://skwire.dcmembers.com/fp/?page=lucidity
    Forum:    http://www.donationcoder.com/Forums/bb/index.php?topic=27172.0
