
desktop-image: "background.png"


title-text:" "
message-font: "Poppins Regular 14"
message-color: "#757575"
terminal-font: "Terminus Regular 14"
terminal-box: "terminal_*.png"

+label{
text="pearOS Bootloader"
font = "Poppins Regular 48"
color="#99C6FF"
left = 50%-200
top = 15%
height = 20
width = 400      
align = "center"

}

+label{
text="Which OS to boot?"
font = "Poppins Refular 16"
color="#99c6FF"
top=30%-30
left = 50%-80
align = "center"
width=160
height= 40



}




+ boot_menu {
  left = 20%
  width = 60%
  top = 30%
  height = 40%
  icon_width = 32
  icon_height = 32
  item_height = 30
  item_padding = 2
  item_icon_space = 5
  item_spacing = 35
  menu_pixmap_style = "boot_menu_*.png"
  item_font = "Poppins Regular 18"
  item_color = "#3C3C3C"
  item_pixmap_style = "item_*.png"
  selected_item_color= "#ffffff"
  selected_item_pixmap_style = "select_*.png"
  scrollbar = true
  scrollbar_width = 20
  scrollbar_thumb = "slider_*.png"
}

+ progress_bar {
  left = 50%-300
  top = 90%+20
  height = 20
  width = 600      
  color = "#363636"   
  font = "Poppins Regular 14"
  align = "center"
  id = "__timeout__"
  text = "@TIMEOUT_NOTIFICATION_LONG@"   
  text_color = "#efefef"     
  bar_style = "*"
  highlight_style = "*"
}


+ label {
       left = 50%-300
        top = 80%+20
        height = 20
        width = 600
        font = "Poppins Regular 14"      
        align = "center"
        color = "#99C6FF"
        text = "@KEYMAP_SHORT@"
}
