theme.conf 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # rEFInd Next theme
  2. # Hide user interface elements for personal preference or to increase
  3. # security:
  4. # banner - the rEFInd title banner (built-in or loaded via "banner")
  5. # label - boot option text label in the menu
  6. # singleuser - remove the submenu options to boot Mac OS X in single-user
  7. # or verbose modes; affects ONLY MacOS X
  8. # safemode - remove the submenu option to boot Mac OS X in "safe mode"
  9. # hwtest - the submenu option to run Apple's hardware test
  10. # arrows - scroll arrows on the OS selection tag line
  11. # hints - brief command summary in the menu
  12. # editor - the options editor (+, F2, or Insert on boot options menu)
  13. # all - all of the above
  14. # Default is none of these (all elements active)
  15. #
  16. hideui singleuser,hints,label
  17. # Set the name of a subdirectory in which icons are stored. Icons must
  18. # have the same names they have in the standard directory. The directory
  19. # name is specified relative to the main rEFInd binary's directory. If
  20. # an icon can't be found in the specified directory, an attempt is made
  21. # to load it from the default directory; thus, you can replace just some
  22. # icons in your own directory and rely on the default for others.
  23. # Default is "icons".
  24. #
  25. icons_dir next-theme/icons
  26. # Use a custom title banner instead of the rEFInd icon and name. The file
  27. # path is relative to the directory where refind.efi is located. The color
  28. # in the top left corner of the image is used as the background color
  29. # for the menu screens. Currently uncompressed BMP images with color
  30. # depths of 24, 8, 4 or 1 bits are supported, as well as PNG images.
  31. #
  32. banner next-theme/background.png
  33. # Custom images for the selection background. There is a big one (144 x 144)
  34. # for the OS icons, and a small one (64 x 64) for the function icons in the
  35. # second row. If only a small image is given, that one is also used for
  36. # the big icons by stretching it in the middle. If only a big one is given,
  37. # the built-in default will be used for the small icons.
  38. #
  39. # Like the banner option above, these options take a filename of an
  40. # uncompressed BMP image file with a color depth of 24, 8, 4, or 1 bits,
  41. # or a PNG image. The PNG format is required if you need transparency
  42. # support (to let you "see through" to a full-screen banner).
  43. #
  44. selection_big next-theme/selection_big.png
  45. selection_small next-theme/selection_small.png
  46. # Which non-bootloader tools to show on the tools line, and in what
  47. # order to display them:
  48. # shell - the EFI shell (requires external program; see rEFInd
  49. # documentation for details)
  50. # gptsync - the (dangerous) gptsync.efi utility (requires external
  51. # program; see rEFInd documentation for details)
  52. # apple_recovery - boots the Apple Recovery HD partition, if present
  53. # mok_tool - makes available the Machine Owner Key (MOK) maintenance
  54. # tool, MokManager.efi, used on Secure Boot systems
  55. # about - an "about this program" option
  56. # exit - a tag to exit from rEFInd
  57. # shutdown - shuts down the computer (a bug causes this to reboot
  58. # EFI systems)
  59. # reboot - a tag to reboot the computer
  60. # firmware - a tag to reboot the computer into the firmware's
  61. # user interface (ignored on older computers)
  62. # Default is shell,apple_recovery,mok_tool,about,shutdown,reboot,firmware
  63. #
  64. showtools about,reboot,shutdown