# Global properties
title-text: ""
desktop-image: "background.png"
desktop-color: "#000000"
terminal-box: "terminal_box_*.png"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"

# Boot menu
+ boot_menu {
  left = 10%
  top = 10%
  width = 80%
  height = 60%
  icon_width = 64
  icon_height = 64
  item_color = "#ffffff"
  selected_item_color = "#ffffff"
  item_height = 80
  item_spacing = 8
  item_pixmap_style = "item_*.png"
  selected_item_pixmap_style = "select_*.png"
}

# Countdown message
+ progress_bar {
  left = 10%
  top = 100%-120
  width = 80%
  align = "center"
  id = "__timeout__"
  text = "@TIMEOUT_NOTIFICATION_MIDDLE@"
  color = "#ffffff"
}

# Navigation keys hint 
+ label {
  left = 0
  top = 100%-48
  width = 100%
  align = "center"
  text = "@KEYMAP_SHORT@"
  color = "#DADADA"
}
