# Global Property
title-text: "Select the OS to start with the arrow keys, then ENTER. After that, there is no return..."
title-font: "DejaVu Sans Regular 14"
title-color: "#FF7E00"
message-font: "DejaVu Sans Regular 14"
message-color: "#FF7E00"
message-bg-color: "#2F2F2F"
desktop-image: "background.png"
desktop-color: "#000000"
terminal-font: "DejaVu Mono 14"
# icons-scalling for 16:9 displays by maximum 1024x768(4:3)framebuffer/vesamode:
#  		icon_width = 38
#		icon_height = 46 
# by 4:3 displays 
#		icon_width = 46
#		icon_height = 46
# icon-size of 46x46, 64x64 or bigger are not a problem

# Boot menu
+ boot_menu {
		left = 15%
		width = 60%
		top = 15%
		height = 40%
		item_font = "DejaVu Sans Regular 14"
		selected_item_font = "DejaVu Sans Regular 14"
		item_color = "#888A85"
		selected_item_color = "#FF7E00"
		
		item_height = 48
		item_padding = 5
		item_spacing = 5
		icon_width = 36
		icon_height = 46
		item_icon_space = 20
		selected_item_pixmap_style= "select_bg_*.png"
		scrollbar = false
		scrollbar_thumb = "scroll_thumb_*.png"
		scrollbar_frame = "scroll_frame_*.png"
		scrollbar_width = 18
}

# Progress Bar
+ progress_bar {
		id = "__timeout__"
		top = 60%
		left = 20%
		height = 10
		width = 400
		text = "@TIMEOUT_NOTIFICATION_LONG@"		
		show_text = true
		font = "DejaVu Mono 14"
		text_color = "#FF7E00"
		bar_style = "progress_bar_*.png"
		highlight_style = "progress_highlight_*.png"
}

# Hint
+ vbox {
		top = 70%
		left = 20%
		+ label {text = "Press :" font = "DejaVu Sans Regular 14" color = "#FF7E00" align = "left"}		
		+ label {text = "`enter' to boot the selected OS," font = "DejaVu Sans Regular 14" color = "#FF7E00" align = "left"}
		+ label {text = "`e' to edit the commands before booting," font = "DejaVu Sans Regular 14" color = "#FF7E00" align = "left"}
		+ label {text = "`c' for a command-line," font = "DejaVu Sans Regular 14" color = "#FF7E00" align = "left"}
		+ label {text = "`ESC' to return previous menu" font = "DejaVu Sans Regular 14" color = "#FF7E00" align = "left"}
}

# LOGO
+ image {
		top = 70%
		left = 70%
		file="logo.png"
}

