theme
{	
	background = "sorcerouslogin.jpg"
	font = "VeraBd.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   =  [2cc318ff]
	default_cursor_color =  [2cc318aa]
	other_text_color     =  [2cc31810]
}

window
{
	# window geometry
	x      = 200
	y      = 55
	width  = 130
	height = 50

	text_size        = medium
	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 = "Mage:"
	linkto  = "login"
}

window
{
	# window geometry
	x      = 340
	y      = 61
	width  = 560
	height = 50

	text_size    = medium

	# 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      = 200
	y      = 85
	width  = 130
	height = 50

	text_size        = medium
	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      = 340
	y      = 91
	width  = 560
	height = 50

	text_size    = medium
	# 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      = 200
	y      = 115
	width  = 130
	height = 50

	text_size        = medium
	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      = 340
	y      = 121
	width  = 300
	height = 50

	text_size    = medium
	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    = 300
	y    = 450
	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       = 350
	y       = 450
	type    = "button"
	command = "reboot"
	content = "reset"
}

window
{
	x       = 400
	y       = 450
	type    = "button"
	command = "screensaver"
	content = "screensaver"
}

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

