document progressbar tweaking
authorDieter Plaetinck <dieter@plaetinck.be>
Wed, 20 May 2009 20:51:36 +0000 (22:51 +0200)
committerDieter Plaetinck <dieter@plaetinck.be>
Wed, 20 May 2009 20:51:36 +0000 (22:51 +0200)
README
examples/configs/sampleconfig
examples/configs/sampleconfig-dev

diff --git a/README b/README
index bf4b35c..d0a615b 100644 (file)
--- 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 <filename>: <filename> will be read line by line, and the commands in it will be executed.  useful to configure uzbl at startup.
index cbdaf05..6386dd8 100644 (file)
@@ -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 <NAME>
 set title_format_long = KEYCMD MODE TITLE - Uzbl browser <NAME> > 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
index c21a6ae..d20e98b 100644 (file)
@@ -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 <NAME>
 set title_format_long = KEYCMD MODE TITLE - Uzbl browser <NAME> > 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