awesome/widgets
marco candrian b024b0c0cf draw_rectangle_gradient() for the progressbar widget; + fg_full option
Adds an optional additional foreground color option to a bar: fg_full = <color>

A value of 0 represents the fg-color, and a value of 100 (a full graph) the
fg_full-color.

Example:

progressbar xy
{
  bar { fg = "#111155" fg_full = "#3333cc"  bg = "#000000" bordercolor = "#4444cc"}
  ....
}

Signed-off-by: Julien Danjou <julien@danjou.info>
2008-02-04 11:16:30 +01:00
..
focustitle.c rename initxcolor to draw_color_new() and move it to draw.c 2008-01-27 18:56:37 +01:00
graph.c graph widget adopted to the latest statusbar changes 2008-01-31 20:43:42 +01:00
iconbox.c move list.h and util.[ch] to common/ 2008-01-21 18:14:59 +01:00
layoutinfo.c rename get_current_tags to tags_get_current() 2008-01-29 08:31:13 +01:00
netwmicon.c move list.h and util.[ch] to common/ 2008-01-21 18:14:59 +01:00
progressbar.c draw_rectangle_gradient() for the progressbar widget; + fg_full option 2008-02-04 11:16:30 +01:00
taglist.c add support for smart windows placement in floating layout 2008-01-28 18:30:23 +01:00
tasklist.c rename focus() to client_focus() 2008-01-27 19:07:39 +01:00
textbox.c rename initxcolor to draw_color_new() and move it to draw.c 2008-01-27 18:56:37 +01:00