title-text: ""
message-color: "white"
message-bg-color: "0, 166, 183"
desktop-image: "custom.background.png"

+ boot_menu {
   left   = 15%
   top    = 12%
   width  = 68%
   height = 65%
   item_color          = #ff0000
   selected_item_color = #00ff00
   icon_width   = 35%
   icon_height  = 35%
   item_height  = 40%
   item_padding = 5%
   item_icon_space = 12%
   item_spacing    = 10%
   menu_pixmap_style          = "common/static/menubox.trans_*.png"
}

+canvas {
      left   = 87%
      top    = 35%
      width  = 100
      height = 85
    + label
        {
          left   =  5%
          text   = "Grub2Win"
          color  = #9e9e9e
        }
         + hbox  {
                   top = 25% left = 12% width = 10% height = 10%
             + image { file   = "common/static/digita.png"     }
             + image { file   = "common/static/digitpoint.png" }
             + image { file   = "common/static/digitb.png"     }
             + image { file   = "common/static/digitpoint.png" }
             + image { file   = "common/static/digitc.png"     }
             + image { file   = "common/static/digitpoint.png" }
             + image { file   = "common/static/digitd.png"     }
    }
}

+canvas {
      left   = 87%
      top    = 50%
      width  = 100
      height = 60
    + label
        {
          text="Boot Mode"
          color  = #cff3d0
        }

    + label
       {
          left = 22%   top = 40%   color = #ff0000  text= "EFI"
       }
}

# Informational message bar at the bottom of the screen.
+ vbox {
       left   = 20%
       top    = 80%
       width  = 80%
       height = 10%
   + label {
      text="Select an item with the arrow keys and press Enter to boot."
      color  = #cff3d0
   }
   + label {
      text="Press:  'c'  for a grub command line or  'e'  to edit."
      color  = #cff3d0
   }
}

+ circular_progress {
   id = "__timeout__"
   left   = 85%
   top    = 65%
   width  = 110
   height = 110
   num_ticks       = 20
   ticks_disappear = true
   center_bitmap   = "common/clockfaces/radian.png"
   tick_bitmap     = "common/static/tick.png"
}

+ progress_bar     {
   id = "__timeout__"
   left   = 80%
   top    = 85%
   width  = 4%
   height = 5%
   text = "@TIMEOUT_NOTIFICATION_MIDDLE@"
   text_color = white
   show_text  = true
   fg_color = blue
   bg_color = blue
}