From e6a7733799d32bb6bf719ee34beb5b01d9db68ad Mon Sep 17 00:00:00 2001 From: gotmor Date: Sat, 4 Aug 2007 13:04:19 +0000 Subject: ready for release 0.8.0 new in-text commands: ^fg() and ^bg() without arguments set default colors ^ro() and ^co() outlined rectangle/circle fixes to gcpubar and gdbar to use ^fg() git-svn-id: http://dzen.googlecode.com/svn/trunk@151 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- help | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'help') diff --git a/help b/help index 336e3c3..e53bc59 100755 --- a/help +++ b/help @@ -2,11 +2,10 @@ # # (c) 2007, by Robert Manea -OPTS='-bg #323232 -fg grey70 -p -l 30 -e onstart=uncollapse,scrollhome;button5=scrolldown;key_Down=scrolldown;button4=scrollup;key_Up=scrollup;key_Page_Down=scrolldown:30;key_Page_Up=scrollup:30;key_Escape=exit;button3=exit;entertitle=grabkeys;enterslave=grabkeys;leaveslave=ungrabkeys' +OPTS='-bg #111111 -fg grey70 -p -l 30 -e onstart=uncollapse,scrollhome;button5=scrolldown;key_Down=scrolldown;button4=scrollup;key_Up=scrollup;key_Page_Down=scrolldown:30;key_Page_Up=scrollup:30;key_Escape=exit;button3=exit;entertitle=grabkeys;enterslave=grabkeys;leaveslave=ungrabkeys' if test -x ./dzen2 ; then - (echo "^fg(#323232)^bg(#5FBF77)Documentation (use: scrollwheel, arrow keys, \ -PgUP/PgDown to scroll. Escape or right mouse button to quit)"; cat README.dzen) | ./dzen2 $OPTS + (echo "^fg(#323232)^bg(#5FBF77) Documentation (use: scrollwheel, arrow keys, PgUP/PgDown to scroll. Escape or right mouse button to quit) "; cat README.dzen) | ./dzen2 $OPTS else echo "Please type 'make' to build dzen and rerun help" fi -- cgit v1.2.3-54-g00ecf