# Designed for 640x480 resolution.

message-font: "Helvetica Regular 8"
terminal-font: "Fixed Regular 9"
message-color: "#FFF"
message-bg-color: "#222"
desktop-image: "desktop.png"
desktop-color: "#000"
terminal-box: "terminal_*.png"

+ boot_menu {
   left = 61%
   top = 31%
   width = 38%
   height=80%
   item_font = "aqui Regular 11"

   item_color = "#B08458"
   selected_item_color = #FFF

   icon_width = 16
   icon_height = 16
   item_height = 16
   item_padding = 0
   item_icon_space = 3
   item_spacing = 0

   max_items_shown = 10
   scrollbar = false
}

# Informational message bar at the bottom of the screen.
+ vbox {
   left = 19%
   top = 92%

   + label { 
      text="Press F4 to select alternative start-up and installation modes."
      font="gelly Regular 11" color=#FFF
   }

   # Leave vertical space.
   + label { text="" font="lime Regular 11" color=#FFF }

   + hbox {
      + label { text="F1" color=#FFF font="smoothansi Regular 13" }
      + label { text=" Help  " color=#B08459 font="smoothansi Regular 13" }
      + label { text="F2" color=#FFF font="smoothansi Regular 13" }
      + label { text=" Language  " color=#B08458 font="smoothansi Regular 13" }
      + label { text="F3" color=#FFF font="smoothansi Regular 13" }
      + label { text=" Modes  " color=#B08458 font="smoothansi Regular 13" }
      + label { text="F5" color=#FFF font="smoothansi Regular 13" }
      + label { text=" Accessibility  " color=#B08458 font="smoothansi Regular 13" }
      + label { text="F6" color=#FFF font="smoothansi Regular 13" }
      + label { text=" Other Options  " color=#B08458 font="smoothansi Regular 13" }
   }
}

+ circular_progress
{
   id = "__timeout__"
   left = 6%
   top = 31%
   width = 100
   height = 100
   num_ticks = 32
   ticks_disappear = true
   start_angle = -60
   center_bitmap = "ubuntu-glow-96.png"
   tick_bitmap = "tick.png"
}

+ label
{
   id = "__timeout__"
   left = 6%+47
   top = 31%+40
   font = "edges Regular 10"
   color = #AAA
   align = "center"
}


