theme
{	
	background = "background.png"
	font = "Vera.ttf"
	button_opacity          = 255
	window_opacity          = 128
	selected_window_opacity = 207
	default_text_color   =  40, 180,  40, 255
	default_cursor_color =  20,  90,  20, 221
	other_text_color     =  64,  64,  64, 255
}

window
{
	x      = 0
	y      = 75
	width  = 800
	height = 50
	text_orientation = center
	type    = "label"
	content = "Welcome to <INS_CMD_HERE>"
	command = "hostname"
}

window
{
	x                = 100
	y                = 220
	width            = 120
	height           = 50
	text_orientation = right
	type             = "label"
	content          = "login:"
	linkto           = "login"
}

window
{
	x            = 240
	y            = 220
	width        = 560
	height       = 50
	type         = "login"
}

window
{
	x                = 100
	y                = 295
	width            = 120
	height           = 50
	text_orientation = right
	type             = "label"
	content          = "passwd:"
	linkto           = "password"
}

window
{
	x            = 240
	y            = 295
	width        = 560
	height       = 50
	type         = "password"
}

window
{
	x                = 100
	y                = 370
	width            = 120
	height           = 50
	text_orientation = right
	type             = "label"
	content          = "session:"
	linkto           = "session"
}

window
{
	x          = 240
	y          = 370
	width      = 560
	height     = 50
	type       = "combo"
	command = "sessions"
}

window
{
	x    = 750
	y    = 560
	type = "button"
	command = "halt"
	content = "power"
}

window
{
	x       = 700
	y       = 560
	type    = "button"
	command = "reboot"
	content = "reset"
}
