theme
{	
	background = "dragonfly.png"
	font = "MOOREM.TTF"

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

# 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   = 170, 255, 254, 255
#	default_cursor_color = 253, 255,   0, 128
	other_text_color     = 205, 245, 245, 255
}

window
{
	x      = 40
	y      = 565
	width  = 800
	height = 25

	text_orientation = left
	text_size        = small

#	text_color   = 200, 200, 40, 255
	time = 60

	type    = "label"
	content = "<INS_CMD_HERE>"
	command = "echo `date '+%A, %B %d'`"
}

window
{
	x                = 100
	y                = 60
	width            = 110
	height           = 50
	text_size        = large
	text_orientation = right
	type             = "label"
	content          = "login:"
	linkto           = "login"
}

window
{
	x            = 220
	y            = 60
	width        = 500
	height       = 50
#	text_color   = 244, 159, 31, 255
#	cursor_color = 244, 159, 31,  64
	type         = "login"
}

window
{
	x                = 75
	y                = 125
	width            = 110
	height           = 50
	text_orientation = right
	type             = "label"
	content          = "passwd:"
	linkto           = "password"
}

window
{
	x            = 195
	y            = 125
	width        = 500
	height       = 50
#	text_color   = 244, 159, 31, 255
#	cursor_color = 244, 159, 31,  64
	type         = "password"
}

window
{
	x                = 40
	y                = 190
	width            = 110
	height           = 50
	text_orientation = right
	type             = "label"
	content          = "session:"
	linkto           = "session"
}

window
{
	x          = 160
	y          = 190
	width      = 500
	height     = 50
#	text_color   = 244, 159, 31, 255
#	text_size        = medium
#	cursor_color = 244, 159, 31,  64
	type       = "combo"
	# So far, the only combobox allowed is "sessions"
	command = "sessions"
}

window
{
	# window geometry
	x    = 560
	y    = 539
	type = "button"

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

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

window
{
	x       = 616
	y       = 539
	type    = "button"
	command = "reboot"
	content = "reboot"
}

window
{
	x       = 675
	y       = 539
	type    = "button"
	command = "screensaver"
	content = "blank"
}

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