theme
{	
	background = "mmbg.jpg"
	font = "courbd.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   =  [aa00aaff]
	default_cursor_color =  [aa00aaaa]
	other_text_color     =  [00f00010]
}


window
{
	# window geometry
	x      = 40
	y      = 550
	width  = 530
	height = 20

	text_size        = small
	text_orientation = left

	# update time, 0 means do not update
	time = 1

	# window type, allowed values are:
	# "label", "button", "login", "password", "combo"
	type    = "label"
	content = "Today is <INS_CMD_HERE>"
	command = "date"
}

window
{
	# window geometry
	x      = 40
	y      = 520
	width  = 530
	height = 80

	text_size        = small
	text_orientation = left

	# update time, 0 means do not update
	time = 0

	# window type, allowed values are:
	# "label", "button", "login", "password", "combo"
	type    = "label"
	content = "Connected to <INS_CMD_HERE>"
	command = "uname -n -o -r"
}

window
{
	# window geometry
	x      = 340
	y      = 370
	width  = 130
	height = 40

	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      = 240
	y      = 415
	width  = 230
	height = 40

	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 = "Password:"
	linkto  = "password"
}

window
{
	# window geometry
	x      = 290
	y      = 463
	width  = 180
	height = 40

	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      = 490
	y      = 370
	width  = 390
	height = 30

	text_size    = medium
	text_color   = [ffffff50]
	
	# 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      = 490
	y      = 415
	width  = 390
	height = 30

	text_size        = medium
	text_color       = [ffffff50]

	# 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      = 490
	y      = 463
	width  = 390
	height = 30

	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    = 495
	y    = 525
	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       = 565
	y       = 525
	type    = "button"
	command = "reboot"
	content = "reset"
}

window
{
	x       = 635
	y       = 525
	type    = "button"
	command = "screensaver"
	content = "screensaver"
}

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

