theme.conf 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. # chalkboard refind theme
  2. #-------------------------------
  3. # rEFInd-chalkboard
  4. # A simple monochrome rEFInd theme
  5. # September 16, 2018
  6. # AliciaTransmuted
  7. # https://www.deviantart.com/aliciatransmuted
  8. # -------------------------------
  9. # Hide user interface elements for personal preference or to increase
  10. # security:
  11. # banner - the rEFInd title banner (built-in or loaded via "banner")
  12. # label - boot option text label in the menu
  13. # singleuser - remove the submenu options to boot Mac OS X in single-user
  14. # or verbose modes; affects ONLY MacOS X
  15. # safemode - remove the submenu option to boot Mac OS X in "safe mode"
  16. # hwtest - the submenu option to run Apple's hardware test
  17. # arrows - scroll arrows on the OS selection tag line
  18. # hints - brief command summary in the menu
  19. # editor - the options editor (+, F2, or Insert on boot options menu)
  20. # all - all of the above
  21. # Default is none of these (all elements active)
  22. #
  23. #hideui singleuser,hints,arrows,label,badges
  24. # Set the name of a subdirectory in which icons are stored. Icons must
  25. # have the same names they have in the standard directory. The directory
  26. # name is specified relative to the main rEFInd binary's directory. If
  27. # an icon can't be found in the specified directory, an attempt is made
  28. # to load it from the default directory; thus, you can replace just some
  29. # icons in your own directory and rely on the default for others.
  30. # Default is "icons".
  31. #
  32. icons_dir themes/rEFInd-chalkboard/icons
  33. # Use a custom title banner instead of the rEFInd icon and name. The file
  34. # path is relative to the directory where refind.efi is located. The color
  35. # in the top left corner of the image is used as the background color
  36. # for the menu screens. Currently uncompressed BMP images with color
  37. # depths of 24, 8, 4 or 1 bits are supported, as well as PNG images.
  38. #
  39. banner themes/rEFInd-chalkboard/background.png
  40. # Tells rEFInd whether to display banner images pixel-for-pixel (noscale)
  41. # or to scale banner images to fill the screen (fillscreen). The former is
  42. # the default.
  43. #
  44. banner_scale fillscreen
  45. # Set the font to be used for all textual displays in graphics mode.
  46. # The font must be a PNG file with alpha channel transparency. It must
  47. # contain ASCII characters 32-126 (space through tilde), inclusive, plus
  48. # a glyph to be displayed in place of characters outside of this range,
  49. # for a total of 96 glyphs. Only monospaced fonts are supported. Fonts
  50. # may be of any size, although large fonts can produce display
  51. # irregularities.
  52. # The default is rEFInd's built-in font, Luxi Mono Regular 12 point.
  53. #
  54. font themes/rEFInd-chalkboard/fonts/rEFInd-chalkboard-28.png
  55. # Custom images for the selection background. There is a big one (144 x 144)
  56. # for the OS icons, and a small one (64 x 64) for the function icons in the
  57. # second row. If only a small image is given, that one is also used for
  58. # the big icons by stretching it in the middle. If only a big one is given,
  59. # the built-in default will be used for the small icons.
  60. #
  61. # Like the banner option above, these options take a filename of an
  62. # uncompressed BMP image file with a color depth of 24, 8, 4, or 1 bits,
  63. # or a PNG image. The PNG format is required if you need transparency
  64. # support (to let you "see through" to a full-screen banner).
  65. #
  66. selection_big themes/rEFInd-chalkboard/selection_big.png
  67. selection_small themes/rEFInd-chalkboard/selection_small.png
  68. # Set the screen's video resolution. Pass this option either:
  69. # * two values, corresponding to the X and Y resolutions
  70. # * one value, corresponding to a GOP (UEFI) video mode
  71. # Note that not all resolutions are supported. On UEFI systems, passing
  72. # an incorrect value results in a message being shown on the screen to
  73. # that effect, along with a list of supported modes. On EFI 1.x systems
  74. # (e.g., Macintoshes), setting an incorrect mode silently fails. On both
  75. # types of systems, setting an incorrect resolution results in the default
  76. # resolution being used. A resolution of 1024x768 usually works, but higher
  77. # values often don't.
  78. # Default is "0 0" (use the system default resolution, usually 800x600).
  79. #
  80. #resolution 1024 768
  81. #resolution 1440 900
  82. #resolution 3
  83. # Which non-bootloader tools to show on the tools line, and in what
  84. # order to display them:
  85. # shell - the EFI shell (requires external program; see rEFInd
  86. # documentation for details)
  87. # gptsync - the (dangerous) gptsync.efi utility (requires external
  88. # program; see rEFInd documentation for details)
  89. # apple_recovery - boots the Apple Recovery HD partition, if present
  90. # mok_tool - makes available the Machine Owner Key (MOK) maintenance
  91. # tool, MokManager.efi, used on Secure Boot systems
  92. # about - an "about this program" option
  93. # exit - a tag to exit from rEFInd
  94. # shutdown - shuts down the computer (a bug causes this to reboot
  95. # EFI systems)
  96. # reboot - a tag to reboot the computer
  97. # firmware - a tag to reboot the computer into the firmware's
  98. # user interface (ignored on older computers)
  99. # Default is shell,apple_recovery,mok_tool,about,shutdown,reboot,firmware
  100. #
  101. #showtools shutdown