theme
{	
	background = "gentoo.jpg"
	font = "decker.ttf"

# opacity values, from 0 (transparent) to 255 (opaque)
	button_opacity          = 222
	window_opacity          = 128
	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   = 253, 189, 83, 255
#	default_cursor_color = 253, 255,  0, 128
	other_text_color     = 253, 189, 83, 255

	native_resolution = 1024x768
	clear_background  = no

	#mouse_cursor = yes
	mouse_cursor =
	{
		"Arrow.png",  # image path
		0,            # hotspot: x offset
		0             # hotspot: y offset
	}
}

window
{
	# window geometry
	x      = 0
	y      = 96
	width  = 1024
	height = 64

	# text size: chose between 'small', 'medium' and 'large'
	# default is 'large'
	text_size        = large
	
	# text alignment: 'left', 'center', 'right'. Default is 'left'
	text_orientation = center

	#colors: if not defined, theme defaults will be used
	#text_color   = 180, 40, 40, 255
	#cursor_color =  90, 20, 20, 221

	# update time, 0 means do not update, which is default
	# this setting has meaning only if window type is "label"
	# time = 0

	# window type, allowed values are:
	# "label", "button", "login", "password", "combo"
	type    = "label"
	content = "Welcome to <INS_CMD_HERE>"
	# The <INS_CMD_HERE> above is substituted with the output of 'command'
	command = "hostname"
}

window
{
	x      = 0
	y      = 730
	width  = 1024
	height = 64

	text_orientation = center
	text_size        = small

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

	type    = "label"
	content = "<INS_CMD_HERE>"
	command = "echo = `date '+%A, %d %B == %H : %M == '` `uname -sr` ="
}

window
{
	x                = 166
	y                = 281
	width            = 153
	height           = 64
	text_orientation = right
	type             = "label"
	content          = "login:"
	linkto           = "login"
}

window
{
	x            = 345
	y            = 274
	width        = 716
	height       = 64
	text_color   = 244, 159, 31, 255
	cursor_color = 244, 159, 31,  64
	type         = "login"

	mouse_cursor =
	{
		"IBeam.png",  # image path
		6,            # hotspot: x offset
		16            # hotspot: y offset
	}
}

window
{
	x                = 166
	y                = 377
	width            = 153
	height           = 64
	text_orientation = right
	type             = "label"
	content          = "pswd:"
	linkto           = "password"
}

window
{
	x            = 345
	y            = 377
	width        = 716
	height       = 64
	text_color   = 244, 159, 31, 255
	cursor_color = 244, 159, 31,  64
	type         = "password"

	mouse_cursor =
	{
		"IBeam.png",  # image path
		6,            # hotspot: x offset
		16            # hotspot: y offset
	}
}

window
{
	x                = 38
	y                = 670
	width            = 115
	height           = 64
	text_size        = medium
	text_orientation = right
	type             = "label"
	content          = "session:"
	linkto           = "session"
}

window
{
	x          = 179
	y          = 673
	width      = 716
	height     = 64
	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"

	mouse_cursor =
	{
		"Hand.png",  # image path
		0,            # hotspot: x offset
		0             # hotspot: y offset
	}
}

window
{
	# window geometry
	x    = 697
	y    = 608
	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"

	mouse_cursor =
	{
		"Hand.png",  # image path
		0,            # hotspot: x offset
		0             # hotspot: y offset
	}
}

window
{
	x       = 787
	y       = 608
	type    = "button"
	command = "reboot"
	content = "reboot"

	mouse_cursor =
	{
		"Hand.png",  # image path
		0,            # hotspot: x offset
		0             # hotspot: y offset
	}
}

window
{
	x       = 876
	y       = 608
	type    = "button"
	command = "sleep"
	content = "sleep"

	mouse_cursor =
	{
		"Hand.png",  # image path
		0,            # hotspot: x offset
		0             # hotspot: y offset
	}
}
