#!/bin/sh
title-text: ""
desktop-image: "background.png"
desktop-color: "#000000"
title-color: "#ffffff"
title-font: "DejaVu Sans Bold 16"
message-font: "Unifont Regular 16"

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

# Logo image
+ image {
#	left = 50%-270
	left = 50%-130
#	top = 50%-200
	top = 50%-250
    file = "logo.png"
}

#help bar at the bottom
+ label {
#        top = 100%-50
        top = 5%
        left = 0
        width = 100%
        height = 20
        text = "@KEYMAP_SHORT@"
        align = "center"
        color = "#ffffff"
	font = "DejaVu Sans Bold 14"
}

#boot menu
+ boot_menu {
#	left = 50%-125
	left = 50%-240
	width = 500
#	top = 50%+100
	top = 50%+50
	height = 300

	item_font = "DejaVu Sans Bold 14"
	item_color = "#999"
	selected_item_font = "DejaVu Sans Bold 14"
	selected_item_color= "#fff"

	item_height = 26
	item_padding = 0
	item_icon_space = 0
	item_spacing = 1
#	scrollbar = false
	scrollbar = true
}

# Show a countdown message using the label component
+ label {
  top = 55%
#  top = 100%
  left = 35%
  width = 30%
  align = "center"
  id = "__timeout__"
  text = "Booting in %d seconds"
  color = "#f6f6f6"
}
