theme
{	
	background = "bogart.jpg"
	font = "LucidaTypewriterBoldOblique.ttf"


# opacity values, from 0 (transparent) to 255 (opaque)
	button_opacity          = 128
	window_opacity          = 128
	selected_window_opacity = 207

# Colors can be given in a hex quadruplet (values from 00 to ff)
# or via comma-separated decimals (0 to 255). Format is RGBA
#	mask_text_color   = [ 28b428ff ]
#	cursor_text_color = [ 145a14dd ]
#	other_text_color  = [ 404040ff ]
	default_text_color   =  [ffffff10]
	default_cursor_color =  [ffffff03]
	other_text_color     =  [f0f0e010]
}

window{
x=0
y=20
width=800
height=50
text_size=large
text_orientation=center
type="label"
content = "Welcome! This is <INS_CMD_HERE>"
command = "hostname"
text_color       = 30, 30,  30, 221
cursor_color     = 30, 30,  30, 221
}


window
{
	# window geometry
	x      = 10
	y      = 555
	width  = 780
	height = 200

	text_size        = small
	text_orientation = left
	text_color       = [ffffffff]
	cursor_color     = 30, 30,  30, 221

	# update time, 0 means do not update
	time = 0

	# window type, allowed values are:
	# "label", "button", "login", "password", "combo"
	type    = "label"
	content = "<INS_CMD_HERE>"
	command = "fortune -n 50 -s | perl -0p -e 's/[\n\t]/ /g' "
}

window
{
	# window geometry
	x      = 0
	y      = 140
	width  = 220
	height = 50

	text_size        = large
	text_orientation = right
	text_color       = [ffffff50]
	cursor_color     = [ffffff10]

	# update time, 0 means do not update
	time = 0

	# window type, allowed values are:
	# "label", "button", "login", "password", "combo"
	type    = "label"
	content = "login:"
	linkto  = "login"
}

window
{
	# window geometry
	x      = 240
	y      = 140
	width  = 560
	height = 50

	text_size    = large
	text_color       =[ffffff50]
	cursor_color     = [ffffff10]

	# update time, 0 means do not update
	time = 0

	# window type, allowed values are:
	# "label", "button", "login", "password", "combo"
	type = "login"
}

window
{
	# window geometry
	x      = 0
	y      = 215
	width  = 220
	height = 50

	text_size        = large
	text_orientation = right
	text_color       = [ffffff50]
	cursor_color     = [ffffff10]

	# update time, 0 means do not update
	time = 0

	# window type, allowed values are:
	# "label", "button", "login", "password", "combo"
	type    = "label"
	content = "passwd:"
	linkto  = "password"
}

window
{
	# window geometry
	x      = 240
	y      = 215
	width  = 560
	height = 50

	text_size    = large
	text_color       =[ffffff50]
	cursor_color     = [ffffff10]

	# update time, 0 means do not update
	time = 0

	# window type, allowed values are:
	# "label", "button", "login", "password", "combo"
	type = "password"
}

window
{
	# window geometry
	x      = 0
	y      = 290
	width  = 220
	height = 50

	text_size        = large
	text_orientation = right
	text_color       =[ffffff50]
	cursor_color     =[ffffff10]

	# update time, 0 means do not update
	time = 0

	# window type, allowed values are:
	# "label", "button", "login", "password", "combo"
	type    = "label"
	content = "session:"
	linkto  = "session"
}

window
{
	# window geometry
	x      = 240
	y      = 290
	width  = 560
	height = 50

	text_size    = large
	text_color       =[ffffff50]
	cursor_color     =[ffffff10]

	# update time, 0 means do not update
	time = 0

	# window type, allowed values are:
	# "label", "button", "login", "password", "combo"
	type = "combo"

	# In this case: what text do you want to display?
	command = "sessions"
}


window
{
	# window geometry
	x    = 50
	y    = 410
	type = "button"

	# Allowed commands:
	# "halt", "reboot", "sleep", "screensaver"
	command = "halt"

	# Image prefix: will be converted to
	# "<name>_normal.png" and "<name>_mouseover.png"
	content = "power"
}

window
{
	x       = 115
	y       = 410
	type    = "button"
	command = "reboot"
	content = "reset"
}

window
{
	x       = 180
	y       = 410
	type    = "button"
	command = "screensaver"
	content = "screensaver"
}

window
{
	x       = 245
	y       = 410
	type    = "button"
	command = "sleep"
	content = "sleep"
}

