awesome/widgets
Rico Schiekel 079569e6b4 tell textbox widget colors
usage is simple:
,----
| echo "<screen> widget_tell <mytextbox> #[fg_color] #[bg_color] <text>" | awesome-client
| e.g.
| echo "0 widget_tell t normal behaviour" | awesome-client
| echo "0 widget_tell t #ff0000 red text on default background" | awesome-client
| echo "0 widget_tell t #ffffff #ff0000 white text on red background" | awesome-client
| ...
`----
the fg and bg colors are optional. if not given, the last state is
used.
2008-01-07 15:21:50 +01:00
..
focustitle.c store widget height 2008-01-05 12:44:14 +01:00
graph.c autoscale graph widget 2008-01-07 09:28:07 +01:00
iconbox.c store widget height 2008-01-05 12:44:14 +01:00
layoutinfo.c store widget height 2008-01-05 12:44:14 +01:00
netwmicon.c store widget height 2008-01-05 12:44:14 +01:00
progressbar.c Clipping instead of ignoring for progressbar widget 2008-01-07 09:29:11 +01:00
taglist.c rename textwidth to draw_textwidth 2008-01-06 22:57:23 +01:00
tasklist.c add show_all option to tasklist 2008-01-07 11:20:24 +01:00
textbox.c tell textbox widget colors 2008-01-07 15:21:50 +01:00