desktop-image: "background.png"

title-text: ""

terminal-box: "terminal_box_*.png"
terminal-font: "Terminus (TTF) Regular 16"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"

+ boot_menu {
  left = 25%
  width = 50%
  top = 35%
  height = 35%	

  item_font = "D2Coding Regular 16"
  item_color = "#ffffff"
  item_height = 44
  item_icon_space = 12 
  item_spacing = 4

  selected_item_font = "D2Coding Regular 16"
  selected_item_color= "#e67300"
  selected_item_pixmap_style = "select_*.png"

  icon_height = 32
  icon_width = 32

  scrollbar = true
  scrollbar_width = 40
  scrollbar_thumb = "slider_*.png"
}

+ vbox {
 left = 25%+34
 top = 81%
 width = 50%-64
 + label { text = "Controls" color = "#ffffff" font = "D2Coding Regular 16" }
 + label { text = "- Press 'E' for edit menu. " color = "#ffffff" font = "D2Coding Regular 16" }
 + label { text = "- Press 'C' for command line. " color = "#ffffff" font = "D2Coding Regular 16" }
 + label { text = "" color = "#ffffff" font = "D2Coding Regular 16" }
 }
+ label {  
 left = 0% 
 top =91%
 width = 100% 
 align = "center"
 id = "__timeout__" 
 text = "Booting in %d seconds."
 color = "#ffffff"
 font = "D2Coding Regular 16"
}
