# 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"

# 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"
}


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