title-text: ""
title-color: "#FFFFFF"
terminal-font: "DejaVu Sans Mono Regular 14"
desktop-color: "black"

+ boot_menu {
    left = 50%-300
    top = 50%-100
    width = 600
    height = 300
    item_spacing = 7
    item_color = "white"
    selected_item_color = "#FF0000"
}

+ progress_bar {
    left = 50%-300
    top = 100%-150
    width = 600
    height = 20
    id = "__timeout__"
    text = "@TIMEOUT_NOTIFICATION_LONG@"
    
    border_color = "white"
}

+ label {
    left = 50%-300
    top = 100%-50
    height = 30
    width = 600
    color = "cyan"
    align = "center"
    text = "@KEYMAP_SHORT@"
}

+ image {
    left = 70
    top = 70
    width = 199
    height = 62
    file = "redos_logo.png"
}