#
# Type: Custom Grub menu
# Name: Showroom
#

# ------------------------------------------------------------------------------
# Globals
# ------------------------------------------------------------------------------

# Title
title-text: "Anonymous"

# Desktop 
desktop-image: "background.png"
desktop-color: "#000000"

# Terminal
terminal-border: "0"
terminal-left: "25%"
terminal-top: "25%"
terminal-width: "50%"
terminal-height: "50%"

# ------------------------------------------------------------------------------
# Top
# ------------------------------------------------------------------------------
# Target Label
+ label {
  top = 15%
  left = 0
  width = 100%
  text = "Host: CFG_HOST"
  align = "center"
  color = "#ffff00"
}
# Version Label
+ label {
  top = 20%
  left = 0
  width = 100%
  text = "VERSION: CFG_VERSION"
  align = "center"
  color = "#0000ff"
}
# ------------------------------------------------------------------------------
# Menu
# ------------------------------------------------------------------------------
+ boot_menu {
  left = 35%
  top = 25%
  width = 30%
  height = 50%
  align = "center"
  icon_width = 16
  icon_height = 16
  item_spacing = 10
  item_icon_space = 10
  item_color = "#ffffff"
  selected_item_color = "#ff2222"
}
# ------------------------------------------------------------------------------
# Bottom
# ------------------------------------------------------------------------------
+ label {
  top = 80%
  left = 0
  width = 100%
  height = 20
  text = "@KEYMAP_MIDDLE@"
  align = "center"
  color = "#00ff00"
}

