############################################################
# TkLauncher configuration file. On the left the options,  #
# on the right the values. The options are case sensitive. #
# Keep this order.                                         #
############################################################
#
# The colors of the background, text, active text and gadget
#
Background             	darkslateblue
Foreground             	white
ActiveForeground	cyan
Gadget			darkslateblue
#
# Show at startup. Correct values are booleans true/false, 0/1,
# yes/no.
#
ShowAtStartup	true
#
# The height in screen units, all positive integers are valid.
# It should be of the same value of the icons.
#
Height	48
#
# The distance between icons in pixels, all positive integers are
# valid.
#
PadX	7
#
# Right click on the gadget to quick launch a prefered application
# like a task manager, a memo pad, a system monitor, a clock, etc...
#
QuickLaunch	"xpad"
#
# Font to use. Tk manages fonts in platform indipendet way, please
# take a look at the official manual. To show the installed fonts
# from wish console type 'font families'.
#
# FontToUse     "times 12 normal roman"
# FontToUse     "courier 10 bold italic underline overstrike"
FontToUse       "helvetica 10"
#
# The launchers and the icons, the first value is the absolute
# path, the second value is the name of the executable and the last
# is the label. The icons appear in this order. Only GIF, PNG and XPM
# formats are supported. Use icons of the same size.
#
# This is the first launcher.
#
Launcher "main"
	Icon    "/home/paskali/.icons/shutdown_48x48.png"		"shutdown.tcl"		"Shutdown"
	Icon    "/home/paskali/.icons/gensgs_48x48.png"			"gens"          	"Emulator"
	Icon    "/home/paskali/.icons/e-uae_48x48.png"			"uae"			"E-UAE"
	Icon    "/home/paskali/.icons/gimp_48x48.png"                 	"gimp"          	"Gimp"
	Icon    "/home/paskali/.icons/gftp_48x48.png"                 	"gftp"          	"gFTP"
	Icon    "/home/paskali/.icons/sylpheed_48x48.png"             	"sylpheed"      	"Sylpheed"
	Icon    "/home/paskali/.icons/mozilla_firefox_48x48.png"	"firefox"       	"Firefox"
	Icon    "/home/paskali/.icons/links_48x48.xpm"                  "links -g -mode 800x600 -download-dir /home/paskali/downloads"	"Links"
	Icon    "/home/paskali/.icons/telephone_48x48.png"            	"gostop.sh"        	"Go/Stop"
	Icon    "/home/paskali/.icons/xpad_48x48.png"                   "xpad"          	"Notes"
	Icon    "/home/paskali/.icons/shell_48x48.png"             	"mrxvt-full"    	"Shell"
	Icon    "/home/paskali/.icons/media_48x48.png"                  "xfe /media"    	"/media"
	Icon    "/home/paskali/.icons/home_48x48.png"                   "xfe"			"/home"
End
#
# The other launchers.
#
Launcher "2nd"
	Icon	"/home/paskali/.icons/BasiEgaXorz_48x48.gif"		"wine \"/home/paskali/.wine/drive_c/Program Files/basiegaxorz/basiegaxorz.exe\""		"BasiEgaXorz"
	Icon    "/home/paskali/.icons/TikEn_48x48.png"                  "tiken.kit"		"TikEn"
	Icon    "/home/paskali/.icons/generic_48x48.png"		"xwizard.kit"		"xWizard"
	Icon	"/home/paskali/.icons/ResourceHacker_48x48.png"		"wine \"/home/paskali/.wine/drive_c/Program Files/Resource Hacker/ResHacker.exe\""		"ResHacker"
	Icon	"/home/paskali/.icons/BatToExe_48x48.png"		"wine \"/home/paskali/.wine/drive_c/Program Files/Bat To Exe Converter/Bat_To_Exe_Converter\""	"Bat To Exe"
	Icon	"/home/paskali/.icons/gnumeric_48x48.png"		"gnumeric"		"Gnumeric"
	Icon	"/home/paskali/.icons/amule_48x48.xpm"			"amule"			"aMule"
End
