sudo apt-get install xosd-bin #!/bin/sh OSDCAT="osd_cat --pos=middle --align=center --delay=20 --font=-cronyx-fixed-bold-*-*-*-*-*-*-*-*-*-koi8-r --shadow=1" FILE=~/tmp/icqalert.txt echo "---=== New message in ICQ ===---" > $FILE $OSDCAT $FILE rm -f $FILE
-- Alexander Sashnov -- ubuntu-ru mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru
