title-text: "YUMI UEFI/BIOS"
title-color: "#ffff00"
message-color: "#fff"
message-bg-color: "#f2f2f2"
desktop-color: "#000000"
desktop-image: "../background.png"
terminal-box: "../term_bkg_*.png"

+ vbox {
  left = 38%
  top = 22%
  width = 23%
  height = 54%
  + label {text = "GRUB" color = "#ffffff"}
  + label {text = "" color = "#ffffff"}
  + label {text = "" color = "#ffffff"}
  + label {translate = "Real Time Clock" color = "#ffffff"}
  + label {text = "" color = "#ffffff"}
  + label {text = "" color = "#ffffff"}
  + label {translate = "Build date" color = "#ffffff"}
  + label {translate = "Platform" color = "#ffffff"}
  + label {translate = "UEFI Version" color = "#ffffff"}
  + label {translate = "SecureBoot" color = "#ffffff"}
  + label {translate = "RAM" color = "#ffffff"}
  + label {translate = "Language" color = "#ffffff"}
  + label {translate = "Resolution" color = "#ffffff"}
  + label {text = "" color = "#ffffff"}
  + label {text = "" color = "#ffffff"}
  + label {translate = "Hotkeys" color = "#ffffff"}
  + label {translate = "F1 - System Information" color = "#ffffff"}
  + label {translate = "F2 - File Manager" color = "#ffffff"}
  + label {translate = "F3 - OS Detect" color = "#ffffff"}
  + label {translate = "F4 - Settings" color = "#ffffff"}
  + label {translate = "F5 - Multiboot Toolkits" color = "#ffffff"}
  + label {translate = "F6 - Power Off" color = "#ffffff"}
  + label {translate = "Ctrl+l/Ctrl+r - Scroll menu entry's text" color = "#ffffff"}
  + label {translate = "LCtrl+LAlt+F12 - Take Screenshots (EFI)" color = "#ffffff"}
}

+ vbox {
  left = 61%
  top = 22%
  width = 23%
  height = 54%
  + label {text = "@@grub_pkg_version" color = "#ffffff"}
  + label {text = "" color = "#ffffff"}
  + label {text = "" color = "#ffffff"}
  + label {var = "var_time" hook = "date --human --set=var_time" color = "#ffffff"}
  + label {text = "" color = "#ffffff"}
  + label {text = "" color = "#ffffff"}
  + label {text = "@@grub_build_date" color = "#ffffff"}
  + hbox {
    + label {text = "@@grub_cpu" color = "#ffffff"}
    + label {text = "-" color = "#ffffff"}
    + label {text = "@@grub_platform" color = "#ffffff"}
  }
  + label {text = "@@grub_uefi_version" color = "#ffffff"}
  + label {text = "@@grub_secureboot" color = "#ffffff"}
  + hbox {
    + label {text = "@@RAM" color = "#ffffff"}
    + label {text = "MB" color = "#ffffff"}
  }
  + label {text = "@@lang" color = "#ffffff"}
  + label {text = "@@gfxmode" color = "#ffffff"}
  + label {text = "" color = "#ffffff"}
  + label {text = "" color = "#ffffff"}
  + label {text = "" color = "#ffffff"}
}

+ boot_menu {
  left = 15%
  width = 20%
  top = 15%
  height = 70%
  item_color = "#f5f5f5" 
  selected_item_color = "#ffff00"  
  item_height = 38
  item_padding = 15
  item_spacing = 5
  icon_width = 32
  icon_height = 32
  item_icon_space = 20
  selected_item_pixmap_style = "../selected_item_*.png"
  scrollbar = false
}

+ canvas {
  left = 15%
  width = 20%
  top = 15%
  height = 70%
  + image {file = "../menu_bkg_c.png"}
}

+ hbox {
  top = 100%-55
  left = 36%
  width = 27%
  + vbox {
    + label {text = "[F1]" color = "#ffffff"}
    + image {file = "../dock/hwinfo.png"}
  }
  + image {file = "../dock/space.png"}
  + vbox {
    + label {text = "[F2]" color = "#ffffff"}
    + image {file = "../dock/fm.png"}
  }
  + image {file = "../dock/space.png"}
  + vbox {
    + label {text = "[F3]" color = "#ffffff"}
    + image {file = "../dock/boot.png"}
  }
  + image {file = "../dock/space.png"}
  + vbox {
    + label {text = "[F4]" color = "#ffffff"}
    + image {file = "../dock/settings.png"}
  }
  + image {file = "../dock/space.png"}
  + vbox {
    + label {text = "[F5]" color = "#ffffff"}
    + image {file = "../dock/util.png"}
  }
  + image {file = "../dock/space.png"}
  + vbox {
    + label {text = "[F6]" color = "#ffffff"}
    + image {file = "../dock/logout.png"}
  }
}
