theme
{	
	background = "lambrbg.jpg"
	font = "LAMBRETTA.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   =  [000000ff]
	default_cursor_color =  [00000003]
	other_text_color     =  [0000f0c0]
}

window{
x=10
y=20
width=765
height=50
text_size=large
text_orientation=right
type="label"
content = "Welcome! This is <INS_CMD_HERE>"
command = "hostname"
}



window
{
	# window geometry
	x      = 10
	y      = 160
	width  = 110
	height = 50

	text_size        = large
	text_orientation = right

	# 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      = 250
	y      = 168
	width  = 560
	height = 50

	text_size    = large

	# 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      = 10
	y      = 235
	width  = 110
	height = 50

	text_size        = large
	text_orientation = right

	# 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      = 250
	y      = 243
	width  = 560
	height = 50

	text_size    = large

	# 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      = 10
	y      = 310
	width  = 110
	height = 50

	text_size        = large
	text_orientation = right

	# 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      = 250
	y      = 318
	width  = 560
	height = 50

	text_size    = large

	# 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    = 575
	y    = 230
	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       = 525
	y       = 280
	type    = "button"
	command = "reboot"
	content = "reset"
}

window
{
	x       = 625
	y       = 280
	type    = "button"
	command = "screensaver"
	content = "screensaver"
}

window
{
	x       = 575
	y       = 330
	type    = "button"
	command = "sleep"
	content = "sleep"
}

