From cc3d72cc98e7c19e0b42568252fc5c6881342341 Mon Sep 17 00:00:00 2001 From: gotmor Date: Fri, 15 Jun 2007 11:17:21 +0000 Subject: help script added git-svn-id: http://dzen.googlecode.com/svn/trunk@104 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- help | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 help (limited to 'help') diff --git a/help b/help new file mode 100755 index 0000000..ebf4686 --- /dev/null +++ b/help @@ -0,0 +1,11 @@ +#!/bin/sh +# +# (c) 2007, by Robert Manea + +OPTS='-bg #323232 -fg #5FBF77 -p -l 20 -e onstart=uncollapse,scrollhome;button5=scrolldown;key_Down=scrolldown;button4=scrollup;key_Up=scrollup;key_Page_Down=scrolldown:20;key_Page_Up=scrollup:20;key_Escape=exit;button3=exit;entertitle=grabkeys;enterslave=grabkeys;leaveslave=ungrabkeys' + +if [ -e ./dzen2 ]; then + (echo "^#323232^#5FBF77Documentation (use: scrollwheel, arrow keys, PgUP/PgDown to scroll. Escape or mouse button3 to exit)"; cat README) | ./dzen2 $OPTS +else + echo "Please type 'make' to build dzen and rerun help" +fi -- cgit v1.2.3-54-g00ecf