slitaz-tools rev 89 1.9.1

Better integration of xterm with Tazlitobox
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 08 13:12:46 2008 +0100 (2008-03-08)
parents 9250a86eb153
children 878e853db143
files tinyutils/tazlitobox
line diff
     1.1 --- a/tinyutils/tazlitobox	Sat Mar 08 13:07:01 2008 +0100
     1.2 +++ b/tinyutils/tazlitobox	Sat Mar 08 13:12:46 2008 +0100
     1.3 @@ -106,13 +106,13 @@
     1.4            <label>Gen running distro</label>
     1.5            <input file icon="forward"></input>
     1.6            <action>cd /home/slitaz</action>
     1.7 -          <action>xterm -geometry 80x16 -e "tazlito gen-distro && echo -e \"----\nENTER to continue...\" && read close"</action>
     1.8 +          <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -e "tazlito gen-distro && echo -e \"----\nENTER to continue...\" && read close"</action>
     1.9          </button>
    1.10          <button>
    1.11            <label>Clean distro</label>
    1.12            <input file icon="edit-clear"></input>
    1.13            <action>cd /home/slitaz</action>
    1.14 -          <action>xterm -geometry 80x16 -e "tazlito clean-distro && sleep 1"</action>
    1.15 +          <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -e "tazlito clean-distro && sleep 1"</action>
    1.16          </button>
    1.17        </hbox>
    1.18  
    1.19 @@ -129,7 +129,7 @@
    1.20        <button>
    1.21            <label>Gen flavor</label>
    1.22            <input file icon="forward"></input>
    1.23 -          <action>xterm -geometry 80x16 -e "tazlito gen-flavor $GEN_FLAVOR_NAME && echo -e \"----\nENTER to continue...\" && read close"</action>
    1.24 +          <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -e "tazlito gen-flavor $GEN_FLAVOR_NAME && echo -e \"----\nENTER to continue...\" && read close"</action>
    1.25          </button>
    1.26        </hbox>
    1.27      </frame>
    1.28 @@ -157,12 +157,12 @@
    1.29          <button>
    1.30  		  <label>List flavors</label>
    1.31  		  <input file icon="media-cdrom"></input>
    1.32 -		  <action>xterm -geometry 80x16 -e "tazlito list-flavors && echo -e \"----\nENTER to continue...\" && read close"</action>
    1.33 +		  <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -e "tazlito list-flavors && echo -e \"----\nENTER to continue...\" && read close"</action>
    1.34  	    </button>
    1.35  	    <button>
    1.36  	      <label>Recharge list</label>
    1.37  		  <input file icon="reload"></input>
    1.38 -		  <action>xterm -geometry 80x16 -e "tazlito list-flavors --recharge && echo -e \"----\nENTER to continue...\" && read close"</action>
    1.39 +		  <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -e "tazlito list-flavors --recharge && echo -e \"----\nENTER to continue...\" && read close"</action>
    1.40  	    </button>
    1.41        </hbox>
    1.42        
    1.43 @@ -170,17 +170,17 @@
    1.44          <button>
    1.45            <label>Get flavor</label>
    1.46            <input file icon="forward"></input>
    1.47 -          <action>xterm -geometry 80x16 -e "tazlito get-flavor $COMMUNITY_FLAVOR && echo -e \"----\nENTER to continue...\" && read close"</action>
    1.48 +          <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -e "tazlito get-flavor $COMMUNITY_FLAVOR && echo -e \"----\nENTER to continue...\" && read close"</action>
    1.49          </button>
    1.50          <button>
    1.51            <label>Gen flavor distro</label>
    1.52            <input file icon="forward"></input>
    1.53 -          <action>xterm -geometry 80x16 -e "tazlito gen-distro && echo -e \"----\nENTER to continue...\" && read close"</action>
    1.54 +          <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -e "tazlito gen-distro && echo -e \"----\nENTER to continue...\" && read close"</action>
    1.55          </button>
    1.56          <button>
    1.57            <label>Clean distro</label>
    1.58            <input file icon="edit-clear"></input>
    1.59 -          <action>xterm -geometry 80x16 -e "tazlito clean-distro && sleep 1"</action>
    1.60 +          <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -e "tazlito clean-distro && sleep 1"</action>
    1.61          </button>
    1.62        </hbox>
    1.63      </frame>