Enlightenment CVS committal
Author : mej
Project : eterm
Module : Eterm
Dir : eterm/Eterm/utils
Modified Files:
Etbg_update_list
Log Message:
Mon Dec 22 15:50:35 2003 Michael Jennings (mej)
Minor tweaks to utils/Etbg_update_list.
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/utils/Etbg_update_list,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Etbg_update_list 10 Dec 2003 03:27:02 -0000 1.6
+++ Etbg_update_list 22 Dec 2003 20:50:52 -0000 1.7
@@ -2,7 +2,7 @@
#
# Eterm backgrounds list file update utility
#
-# $Id: Etbg_update_list,v 1.6 2003/12/10 03:27:02 mej Exp $
+# $Id: Etbg_update_list,v 1.7 2003/12/22 20:50:52 mej Exp $
LISTFILE=pixmaps.list
@@ -49,10 +49,10 @@
EOF
if [ -d tile ]; then
for i in `(cd tile && ls -1)` ; do
- echo '"tile/'$i'@0x0+0+0:tile"' >> $LISTFILE.new
+ echo '"tile/'$i'@0+0:tile"' >> $LISTFILE.new
echo " begin menuitem" >&3
eval echo "\ \ \ \ text \\\"\`echo $i | $SEDCMD\`\\\"" >&3
- echo " action string \"\\e]20;tile/$i;0x0+0+0:tile\\a\"" >&3
+ echo " action string \"\\e]20;tile/$i;0+0:tile\\a\"" >&3
echo " end" >&3
done
fi
@@ -64,10 +64,10 @@
if [ -d scale ]; then
for i in `(cd scale && ls -1)` ; do \
- echo '"scale/'$i'@100x100"' >> $LISTFILE.new ; \
+ echo '"scale/'$i'@100"' >> $LISTFILE.new ; \
echo " begin menuitem" >&3
eval echo "\ \ \ \ text \\\"\`echo $i | $SEDCMD\`\\\"" >&3
- echo " action string \"\\e]20;tile/$i;0x0+0+0:tile\\a\"" >&3
+ echo " action string \"\\e]20;scale/$i;100\\a\"" >&3
echo " end" >&3
done
fi
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs