message-font: "u_vga16 16"
message-color: "#fff"
message-bg-color: "#000"
terminal-font: "u_vga16 16"
desktop-image: "background.png"
# desktop-image-scale-method: "crop"
title-text: ""

 # Show the boot menu
 + boot_menu {
	left = 15%
	top = 20%
	width = 68%
	height = 42%
	font = "u_vga16 16"
	item_color = "#fff"
	selected_item_color = "#f70"
	item_height = 32
	item_padding = 2
	item_spacing = 2
	icon_width = 32
	icon_height = 32
	icon_spacing = 25
	menu_pixmap_style = "menu_*.png"
}

## show Logo
# +canvas {
# 	top= 99%-55
# 	left= 90%-196
# 	width= 196
# 	height= 39
# 	+ image {
# 		width= 196
# 		height= 39
# 		file = "logo.png"
# 	}
# }

# Show an informational message below the boot menu
 + vbox {
	left = 25%
	top = 70%
	+ label { text = "- Press the UP and DOWN arrow keys to highlight an entry" color = "#E6DDD5" font = "u_vga16 16" }
	+ label { text = "- Press the ENTER key to boot the highlighted entry" color = "#E6DDD5" font = "u_vga16 16" }
	+ label { text = "- Press 'e' to edit the commands of the highlighted entry" color = "#E6DDD5" font = "u_vga16 16" }
	+ label { text = "- Press 'c' for the GRUB command-line" color = "#E6DDD5" font = "u_vga16 16" }
}

# Show countdown
 + label { id = "__timeout__" text = "%d" align = "center" color = "#f70" font = "u_vga16 16" left = 50%-3 top= 85%-3 }
