# GRUB2 gfxmenu Linux theme
# Designed for Rafael Ruscher <rruscher@gmail.com>
#
# The card, the font and the proportions match the encryption prompt the core
# image draws right before this menu, so the two screens read as one product.
# Global Property
title-text: ""
desktop-image: "background.png"
desktop-color: "#000000"
terminal-font: "Terminus Regular 20"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"

# Progress bar
+ progress_bar {
    # Progress box is 100x16
    # Progress bar is  96x12 (i.e. border of 2 pixels)
    id = "__timeout__"
    left = 50%-100
    top = 90%-38
    width = 100
    show_text = true
    text = ""
    font = "Terminus Regular 20"
    bar_style       = "progress_*.png"
    highlight_style = "progress_hl_*.png"
}

# Logo
+ image {
    top = 13%
    left = 50%-50
    file = "biglinux-grub.png"
}

# Show the boot menu, on the card the encryption prompt also uses
+ boot_menu {
    left = 16%
    top = 32%
    width = 68%
    height = 44%

    item_font = "Terminus Regular 20"
    item_color = "#ececec"

    selected_item_color = "#ffffff"

    icon_width = 24
    icon_height = 24

    item_icon_space = 14
    item_height = 36

    item_padding = 14
    item_spacing = 4

    selected_item_pixmap_style = "select_*.png"

    menu_pixmap_style = "boot_menu_*.png"
    scrollbar = true
    scrollbar_width = 20
    scrollbar_thumb = "slider_*.png"
}

# Info image
+ image {
    top = 100%-50
    left = 50%-240
    width = 480
    height = 42
    file = "info.png"
}
