aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-20 22:51:36 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-20 22:51:36 +0200
commitb5f27664ac13c33a68b04d862b12024d1c1beaf0 (patch)
treed8fb64f9872f56c92619856297ff8345ed24c545
parent7202d86bb3ccc5093975a42c7c7f81b1c44f265a (diff)
document progressbar tweaking
-rw-r--r--README2
-rw-r--r--examples/configs/sampleconfig4
-rw-r--r--examples/configs/sampleconfig-dev4
3 files changed, 9 insertions, 1 deletions
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 <filename>: <filename> 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 <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
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 <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