# Main options
title-text: ""
desktop-image: "background.png"
desktop-color: "#000000"
terminal-font: "Terminus-grub Regular 14"
terminal-box: "terminal_box_*.png"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"

# Header
+ label {
  left = 6%
  top = 30%
  align = left
  text = "Choose boot mode"
  color = "#ffffff"
  font = "Inter-grub Bold 34"
}

# Countdown label
# You can change the name of default starting OS here
+ label {
  left = 6%
  top = 37%
  align = "center"
  id = "__timeout__"
  text = "System will start in %d seconds"
  color = "#ffffff"
  font = "Inter-grub Regular 17"
}

# Boot menu
+ boot_menu {
  left = 6%
  top = 42%
  width = 86%
  height = 40%
  item_font = "Inter-grub Regular 20"
  item_color = "#ffffff"
  selected_item_color = "#ffffff"
  icon_width = 0
  icon_height = 0
  item_icon_space = 5
  item_height = 40
  item_padding = 2
  item_spacing = 10
  selected_item_pixmap_style = "select_*.png"
}

# Footer
+ label {
  left = 6%
  top = 88%
  align = left
  text = "Use up and down keys to select a boot mode and then press ENTER. To edit commands before booting,"
  color = "#c4c4c4"
  font = "Inter-grub Regular 17"
}

+ label {
  left = 6%
  top = 92%
  align = left
  text = "press 'e'. To access a command line, press 'c'."
  color = "#c4c4c4"
  font = "Inter-grub Regular 17"
}
