From b5f27664ac13c33a68b04d862b12024d1c1beaf0 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Wed, 20 May 2009 22:51:36 +0200 Subject: document progressbar tweaking --- examples/configs/sampleconfig | 4 ++++ examples/configs/sampleconfig-dev | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'examples/configs') diff --git a/examples/configs/sampleconfig b/examples/configs/sampleconfig index cbdaf05..6386dd8 100644 --- a/examples/configs/sampleconfig +++ b/examples/configs/sampleconfig @@ -31,6 +31,10 @@ set status_top = 0 # define how your titlebar should look like. (short = statusbar is also shown, long = show everything you must see if statusbar is off) set title_format_short = TITLE - Uzbl browser set title_format_long = KEYCMD MODE TITLE - Uzbl browser > SELECTED_URI +# set the characters to use for, and the width of the progress bar +set status_pbar_done = * +set status_pbar_pending = - +set status_pbar_width = 12 set modkey = Mod1 # reset to command mode when new page is loaded diff --git a/examples/configs/sampleconfig-dev b/examples/configs/sampleconfig-dev index c21a6ae..d20e98b 100644 --- a/examples/configs/sampleconfig-dev +++ b/examples/configs/sampleconfig-dev @@ -31,6 +31,10 @@ set status_top = 0 # define how your titlebar should look like. (short = statusbar is also shown, long = show everything you must see if statusbar is off) set title_format_short = TITLE - Uzbl browser set title_format_long = KEYCMD MODE TITLE - Uzbl browser > SELECTED_URI +# set the characters to use for, and the width of the progress bar +set status_pbar_done = * +set status_pbar_pending = - +set status_pbar_width = 12 set modkey = Mod1 # reset to command mode when new page is loaded -- cgit v1.2.3