# Global properties
title-text: ""
desktop-image: "background.png"
desktop-color: "#000000"
terminal-font: "Fixedsys Regular 32"
terminal-box: "terminal_box_*.png"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"

# Line 1
+ label {
  left = 5
  top = 8%
  width = 90%
  align = "left"
  text = "TWM LABS"
  color = "#522a88"
  font = "Fixedsys Regular 32"
}

# Line 2
+ label {
  left = 0
  top = 8%+30 
  width = 100%
  align = "left"
  text = "-Display 1-"
  color = "#522a88"
  font = "Fixedsys Regular 32"
}

# Line 3
+ label {
  left = 0
  top = 8%+60
  width = 100%
  align = "left"
  text = "PLEASE SELECT OPERATING SYSTEM TO BOOT:"
  color = "#522a88"
  font = "Fixedsys Regular 32"
}

# Boot menu
+ boot_menu {
  align = "left"
  left = 5
  top = 30%
  width = 90%
  height = 60%
  item_font = "Fixedsys Regular 32"
  item_color = "#522a88"
  selected_item_color = "#522a88"
  item_height = 48
  item_spacing = 8
  item_icon_space = 12
  item_pixmap_style = "item_*.png"
  selected_item_pixmap_style = "selected_item_*.png"
}

# Countdown message
+ label {
  left = 0
  top = 88%-70
  width = 100%
  align = "left"
  id = "__timeout__"
  text = "STANDBY FOR AUTOMATIC BOOT IN %d"
  color = "#522a88"
  font = "Fixedsys Regular 32"
}

# Navigation keys hint 
+ label {
  left = 5
  top = 88%-30
  width = 90%
  align = "left"
  # EN
  text = "↑/↓ - NAVIGATE     C - COMMAND     ↲ - CONFIRM"
  color = "#522a88"
  font = "Fixedsys Regular 32"
}
