89 lines
2.4 KiB
Plaintext
89 lines
2.4 KiB
Plaintext
title-color: "white"
|
|
title-text: TITLE
|
|
title-font: "Sans Regular 16"
|
|
desktop-color: "black"
|
|
desktop-image: "/isolinux/splash.png"
|
|
message-color: "white"
|
|
message-bg-color: "black"
|
|
terminal-font: "Sans Regular 12"
|
|
|
|
+ vbox {
|
|
top = 80
|
|
left = 45%
|
|
width = 60%
|
|
height = 100
|
|
#ifdef MENU0
|
|
+ hbox {
|
|
left = 0
|
|
+ label {text = MENU0 font = "Sans 10" color = "#c0c0c0" align = "left"}
|
|
}
|
|
#endif
|
|
#ifdef MENU1
|
|
+ hbox {
|
|
left = 0
|
|
+ label {text = " >" font = "Sans 10" color = "white" align = "left"}
|
|
+ label {text = MENU1 font = "Sans 10" color = "#c0c0c0" align = "left"}
|
|
}
|
|
#endif
|
|
#ifdef MENU2
|
|
+ hbox {
|
|
left = 0
|
|
+ label {text = " >" font = "Sans 10" color = "white" align = "left"}
|
|
+ label {text = MENU2 font = "Sans 10" color = "#c0c0c0" align = "left"}
|
|
}
|
|
#endif
|
|
#ifdef MENU3
|
|
+ hbox {
|
|
left = 0
|
|
+ label {text = " >" font = "Sans 10" color = "white" align = "left"}
|
|
+ label {text = MENU3 font = "Sans 10" color = "#c0c0c0" align = "left"}
|
|
}
|
|
#endif
|
|
#ifdef MENU4
|
|
+ hbox {
|
|
left = 0
|
|
+ label {text = " >" font = "Sans 10" color = "white" align = "left"}
|
|
+ label {text = MENU4 font = "Sans 10" color = "#c0c0c0" align = "left"}
|
|
}
|
|
#endif
|
|
}
|
|
|
|
+ boot_menu {
|
|
left = 18%
|
|
width = 50%
|
|
top = 200
|
|
height = 200
|
|
item_font = "Sans Regular 12"
|
|
item_color = #c0c0c0
|
|
selected_item_color = "black"
|
|
selected_item_pixmap_style = "hl_*.png"
|
|
item_height = 20
|
|
item_padding = 15
|
|
item_spacing = 10
|
|
}
|
|
|
|
+ vbox {
|
|
top = 100%-60
|
|
left = 10%
|
|
+ hbox {
|
|
top = 0
|
|
left = 20%
|
|
+ label {text = "Enter: " font = "Sans 10" color = "white" align = "left"}
|
|
+ label {text = "Select " font = "Sans 10" color = "#c0c0c0" align = "left"}
|
|
#ifdef MENU1
|
|
+ label {text = " " font = "Sans 10" color = "white" align = "left"}
|
|
+ label {text = "Esc: " font = "Sans 10" color = "white" align = "left"}
|
|
+ label {text = "Back up one level " font = "Sans 10" color = "#c0c0c0" align = "left"}
|
|
#endif
|
|
}
|
|
+ hbox {
|
|
top = 0
|
|
left = 20%
|
|
+ label {text = "E: " font = "Sans 10" color = "white" align = "left"}
|
|
+ label {text = "Edit Selection " font = "Sans 10" color = "#c0c0c0" align = "left"}
|
|
+ label {text = " " font = "Sans 10" color = "white" align = "left"}
|
|
+ label {text = "C: " font = "Sans 10" color = "white" align = "left"}
|
|
+ label {text = "GRUB Command line" font = "Sans 10" color = "#c0c0c0" align = "left"}
|
|
}
|
|
}
|