diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-06-28 20:22:05 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-06-28 20:22:05 (GMT) |
commit | 50393bfc3f7d530ea28bb3a5b22c4ee5704d7f16 (patch) | |
tree | 5926ca994806f944b2f4ba7a1a343898b5fcecbc /abs/core-testing/LinHES-system/LinHES-run | |
parent | d6700409fe40996d8185e25c7c375a1a8c250864 (diff) | |
parent | 25d4840e95d5e669f9e09ce23615eaa5051a247e (diff) | |
download | linhes_pkgbuild-50393bfc3f7d530ea28bb3a5b22c4ee5704d7f16.zip linhes_pkgbuild-50393bfc3f7d530ea28bb3a5b22c4ee5704d7f16.tar.gz linhes_pkgbuild-50393bfc3f7d530ea28bb3a5b22c4ee5704d7f16.tar.bz2 |
Merge branch 'master' of mihanson@knoppmyth.net:LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/LinHES-system/LinHES-run')
-rwxr-xr-x[-rw-r--r--] | abs/core-testing/LinHES-system/LinHES-run | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/abs/core-testing/LinHES-system/LinHES-run b/abs/core-testing/LinHES-system/LinHES-run index aa2c3bd..d5a3a15 100644..100755 --- a/abs/core-testing/LinHES-system/LinHES-run +++ b/abs/core-testing/LinHES-system/LinHES-run @@ -1,14 +1,22 @@ #!/bin/sh function msg(){ - echo -e "$1" | osd_cat --font="-adobe-helvetica-bold-*-*-*-34-*-*-*-*-*-*-*" --shadow=3 --pos=middle --align=centre --offset=200 --color=yellow --delay=5 & - + echo -e "$1" | osd_cat --pos=middle --align=center --offset=200 --delay=5 --color=$color --outline=$outline --outlinecolour=$outlinecolour --shadow=$shadow --shadowcolour=$shadowcolour --font=$font & } . /etc/profile . /etc/systemconfig -idle=1 -jitter=200 -. /etc/unclutter.cfg +. /etc/unclutter.cfg || { + idle=1 + jitter=200 +} +. /etc/osd_cat.cfg || { + color=yellow + outline=2 + outlinecolour=black + shadow=0 + shadowcolour=black + font="-adobe-helvetica-bold-*-*-*-34-*-*-*-*-*-*-*" +} #keylaunch & #/usr/bin/tilda & @@ -30,7 +38,7 @@ mtd & if [ x$ShowTips = "x1" ] then - echo "Alt+h for help" | osd_cat --font="-adobe-helvetica-bold-*-*-*-34-*-*-*-*-*-*-*" --shadow=3 --pos=middle --align=centre --offset=200 --color=yellow --delay=5 & + msg "Alt+h for help" & fi # Run any scripting that applies to special hardware. These brand-specific commands that run |