2020-04-04 16:07:50 +00:00
|
|
|
|
|
|
|
desktop-image: "background.png"
|
|
|
|
title-text: " "
|
|
|
|
title-color: "#ffffff"
|
|
|
|
message-color: "#f2f2f2"
|
|
|
|
|
|
|
|
terminal-box: "terminal_box_*.png"
|
|
|
|
|
|
|
|
+ boot_menu {
|
|
|
|
left = 10%
|
|
|
|
width = 80%
|
|
|
|
top = 30%
|
|
|
|
height = 50%
|
|
|
|
|
|
|
|
menu_pixmap_style = "menu_*.png"
|
|
|
|
|
|
|
|
item_color = "#ffffff"
|
|
|
|
item_height = 30
|
2020-04-30 14:40:40 +00:00
|
|
|
|
2020-04-04 16:07:50 +00:00
|
|
|
item_spacing = 1
|
|
|
|
item_padding = 1
|
|
|
|
|
|
|
|
selected_item_color= "#f2f2f2"
|
|
|
|
selected_item_pixmap_style = "select_*.png"
|
|
|
|
|
2020-04-30 14:40:40 +00:00
|
|
|
item_icon_space = 0
|
2020-04-04 16:07:50 +00:00
|
|
|
|
|
|
|
scrollbar = true
|
|
|
|
scrollbar_width = 10
|
|
|
|
scrollbar_thumb = "slider_*.png"
|
|
|
|
}
|
|
|
|
|
|
|
|
+ progress_bar {
|
|
|
|
id = "__timeout__"
|
|
|
|
text = "@TIMEOUT_NOTIFICATION_SHORT@"
|
|
|
|
|
2020-06-25 15:01:48 +00:00
|
|
|
left = 20%
|
|
|
|
width = 60%
|
|
|
|
top = 85%
|
2020-04-04 16:07:50 +00:00
|
|
|
|
2020-06-25 15:01:48 +00:00
|
|
|
text_color = "red"
|
2020-04-04 16:07:50 +00:00
|
|
|
bar_style = "*"
|
|
|
|
highlight_style = "*"
|
|
|
|
}
|
2020-04-10 15:03:03 +00:00
|
|
|
|
2020-04-27 12:44:33 +00:00
|
|
|
+ hbox{
|
2020-04-30 14:40:40 +00:00
|
|
|
left = 30%
|
2020-04-27 12:44:33 +00:00
|
|
|
top = 95%
|
|
|
|
width = 10%
|
|
|
|
height = 25
|
2020-04-30 14:40:40 +00:00
|
|
|
+ label {text = "@VTOY_HOTKEY_TIP@" color = "blue" align = "left"}
|
2020-04-27 12:44:33 +00:00
|
|
|
}
|
|
|
|
|
2020-04-10 15:03:03 +00:00
|
|
|
|
|
|
|
+ hbox{
|
2020-05-29 14:57:40 +00:00
|
|
|
left = 30%
|
|
|
|
top = 95%-25
|
2020-04-10 15:03:03 +00:00
|
|
|
width = 10%
|
|
|
|
height = 25
|
|
|
|
+ label {text = "@VTOY_MEM_DISK@" color = "red" align = "left"}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
+ hbox{
|
2020-06-14 17:41:33 +00:00
|
|
|
left = 30%
|
|
|
|
top = 95%-50
|
2020-04-10 15:03:03 +00:00
|
|
|
width = 10%
|
|
|
|
height = 25
|
|
|
|
+ label {text = "@VTOY_ISO_RAW@" color = "red" align = "left"}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
+ hbox{
|
|
|
|
left = 90%
|
|
|
|
top = 55
|
|
|
|
width = 10%
|
|
|
|
height = 25
|
|
|
|
+ label {text = "@VTOY_ISO_UEFI_DRV@" color = "red" align = "left"}
|
|
|
|
}
|
|
|
|
|