#general settings
desktop-image: "background.png"
desktop-color: "#708090"
title-text: "Boot menu LSP"
title-color: "#ffffff"

terminal-top: "0%"
terminal-width: "100%"
terminal-left: "0%"
terminal-height:"100%"


# Show menu.
+ boot_menu {
	left = 10%
	width = 80%
	top = 10%
	height = 220
	item_color = "#ffffff"
	selected_item_color= "#000000"
	item_height = 20
	item_padding = 0
	item_icon_space = 0
	item_spacing = 1
}



# Show progress_bar.
+ progress_bar {
    left = 50%-400
    top = 100%-100
    width = 800
    height = 20
	align  = "center"		
    id = "__timeout__"
    text = "@TIMEOUT_NOTIFICATION_LONG@"      
    border_color = "#232D32"
	bg_color = "#232D32"
	fg_color= "#666666"
	text_color = "#CCCCCC"
}

# Show an informational message.

+ hbox {
		top = 100%-25
		left = 50%-300
		width = 600
		+ label {text = "Enter: " color = "#E6F3FF" align = "left"}
		+ label {text = "Boot Selection     "  color = "#2B9ED8" align = "left"}
		+ label {text = "E: " color = "#E6F3FF" align = "left"}
		+ label {text = "Edit Selection     "  color = "#2B9ED8" align = "left"}
		+ label {text = "C: "  color = "#E6F3FF" align = "left"}
		+ label {text = "GRUB Commandline" color = "#2B9ED8" align = "left"}
}