The Mostly Harmless USB Disk https://mostlyharmless.io/usb/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
882 B

  1. # Main options
  2. title-text: ""
  3. desktop-image: "background.png"
  4. desktop-color: "#000000"
  5. terminal-font: "Inconsolata XL Bold 18"
  6. terminal-left: "0"
  7. terminal-top: "0"
  8. terminal-width: "100%"
  9. terminal-height: "100%"
  10. terminal-border: "0"
  11. # Boot menu
  12. + boot_menu {
  13. left = 175
  14. top = 320
  15. width = 675
  16. height = 360
  17. item_font = "Inconsolata XL Bold 18"
  18. item_color = "#000133"
  19. selected_item_color = "#000"
  20. icon_width = 24
  21. icon_height = 24
  22. item_icon_space = 20
  23. item_height = 24
  24. item_padding = 2
  25. item_spacing = 2
  26. selected_item_pixmap_style = "select_*.png"
  27. }
  28. + hbox{
  29. left = 80%
  30. top = 95%
  31. width = 10%
  32. height = 25
  33. + label {text = "@VTOY_HOTKEY_TIP@" color = "#FBF7F0" align = "left"}
  34. }
  35. + hbox{
  36. left = 90%
  37. top = 5 width = 10%
  38. height = 25
  39. + label {text = "@VTOY_MEM_DISK@" color = "black" align = "left"}
  40. }