theme
{
	background = "background.jpg"
	font = "MOOREM.TTF"

# opacity values, from 0 (transparent) to 255 (opaque)
	button_opacity          = 255
	window_opacity          = 255
	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   = 150, 250, 180, 255
	default_cursor_color = 40, 150, 100, 255
	other_text_color     = 150, 250, 180, 255
}

window
{
	x      = 0
	y      = 145
	width  = 800
	height = 28

	text_orientation = center
#	text_size        = large

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

	type    = "label"
	content = "Welcome to <INS_CMD_HERE>"
	command = "hostname"
}

window
{
	x      = 0
	y      = 175
	width  = 800
	height = 28

	text_orientation = center
	text_size        = small

	text_color   = 40, 150, 100, 255
	time = 0

	type    = "label"
	content = "<INS_CMD_HERE>"
	command = "uname -sr"
}

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

window
{
	x            = 330
	y            = 245
	width        = 500
	height       = 30
#	text_color   = 244, 159, 31, 255
#	cursor_color = 244, 159, 31,  64
	type         = "login"
}

window
{
	x                = 210
	y                = 315
	width            = 100
	height           = 50
	text_orientation = right
	type             = "label"
	content          = "pswd:"
	linkto           = "password"
}

window
{
	x            = 330
	y            = 315
	width        = 500
	height       = 30
#	text_color   = 244, 159, 31, 255
#	cursor_color = 244, 159, 31,  64
	type         = "password"
}

window
{
	x                = 110
	y                = 420
	width            = 100
	height           = 50
	text_size        = medium
	text_color   = 40, 150, 100, 255
	text_orientation = right
	type             = "label"
	content          = "session:"
	linkto           = "session"
}

window
{
	x          = 220
	y          = 428
	width      = 500
	height     = 50
	text_color   = 40, 150, 100, 255
	text_size        = medium
#	cursor_color = 244, 159, 31,  64
	type       = "combo"
	# So far, the only combobox allowed is "sessions"
	command = "sessions"
}
window
{
	x      = 0
	y      = 430
	width  = 800
	height = 30

	text_orientation = center
	text_size        = medium

	text_color   = 40, 150, 100, 255
	time = 60

	type    = "label"
	content = "<INS_CMD_HERE>"
	command = "echo `date '+%H:%M'`"
}

window
{
	x      = 500
	y      = 428
	width  = 800
	height = 25

	text_size        = medium

	text_color   = 40, 150, 100, 255
	time = 1000

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

window
{
	# window geometry
	x    = 100
	y    = 323
	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       = 101
	y       = 355
	type    = "button"
	command = "reboot"
	content = "reboot"
}

window
{
	x       = 101
	y       = 389
	type    = "button"
	command = "screensaver"
	content = "blank"
}

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