From b5f27664ac13c33a68b04d862b12024d1c1beaf0 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Wed, 20 May 2009 22:51:36 +0200 Subject: [PATCH] document progressbar tweaking --- README | 2 +- examples/configs/sampleconfig | 4 ++++ examples/configs/sampleconfig-dev | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README b/README index bf4b35c..d0a615b 100644 --- a/README +++ b/README @@ -54,7 +54,7 @@ Time to change that! ### CONFIGURATION / CONTROL: The general idea is that uzbl by default is very bare bones. you can send it commands to update settings and perform actions, through various interfaces. (TODO: some default settings) -For examples, please see the sample config(s). +For examples of the possibilities, please see the sample config(s). There are several interfaces to interact with uzbl: * uzbl --config : will be read line by line, and the commands in it will be executed. useful to configure uzbl at startup. 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 -- 1.7.9.5