aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-12-03 15:14:42 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-12-03 15:14:42 -0700
commitde79ee76d7c86d032309d73ba210668466785b42 (patch)
treecf596cff5b87f6b67155318188e5f9508239540c /examples/config
parenteccb7ec98fa198d076be72cd017926354d67cc70 (diff)
parent5ab073d90e3c66a53e116c78299c657a13847d5c (diff)
Merge branch 'dev/in-webkit-downloads' into experimental
Conflicts: examples/data/scripts/download.sh
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/config/config b/examples/config/config
index e282bb9..5d7073f 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -45,6 +45,7 @@ set scripts_dir = @data_home/uzbl:@prefix/share/uzbl/examples/data:scripts
set cookie_handler = talk_to_socket @cache_home/uzbl/cookie_daemon_socket
set scheme_handler = sync_spawn @scripts_dir/scheme.py
set authentication_handler = sync_spawn @scripts_dir/auth.py
+set download_handler = sync_spawn @scripts_dir/download.sh
# === Dynamic event handlers =================================================
@@ -106,7 +107,9 @@ set name_section = <span foreground="khaki">\@[\@NAME]\@</span>
set status_section = <span foreground="orange">\@status_message</span>
set selected_section = <span foreground="#606060">\@[\@SELECTED_URI]\@</span>
-set status_format = <span font_family="monospace">@mode_section @keycmd_section @progress_section @uri_section @name_section @status_section @scroll_section @selected_section</span>
+set download_section = <span foreground="white">\@downloads</span>
+
+set status_format = <span font_family="monospace">@mode_section @keycmd_section @progress_section @uri_section @name_section @status_section @scroll_section @selected_section @download_section</span>
set title_format_long = \@keycmd_prompt \@raw_modcmd \@raw_keycmd \@TITLE - Uzbl browser <\@NAME> \@SELECTED_URI