68 lines
No EOL
3.2 KiB
Text
68 lines
No EOL
3.2 KiB
Text
# rEFInd-nils theme
|
|
# =================
|
|
|
|
# Background image
|
|
banner themes/rEFInd-nils/banner/background.png
|
|
banner_scale fillscreen
|
|
|
|
# Icons
|
|
small_icon_size 40
|
|
big_icon_size 256
|
|
icons_dir themes/rEFInd-nils/icons
|
|
|
|
# Selection icons
|
|
selection_big themes/rEFInd-nils/selection/selection_big.png
|
|
selection_small themes/rEFInd-nils/selection/selection_small.png
|
|
|
|
# == Hide UI elements ==
|
|
# banner - the rEFInd title banner (built-in or loaded via "banner")
|
|
# label - boot option text label in the menu
|
|
# singleuser - remove the submenu options to boot macOS in single-user
|
|
# or verbose modes; affects ONLY macOS
|
|
# safemode - remove the submenu option to boot macOS in "safe mode"
|
|
# hwtest - the submenu option to run Apple's hardware test
|
|
# arrows - scroll arrows on the OS selection tag line
|
|
# hints - brief command summary in the menu
|
|
# editor - the options editor (+, F2, or Insert on boot options menu)
|
|
# badges - device-type badges for boot options
|
|
# all - all of the above
|
|
# Default is none of these (all elements active)
|
|
#
|
|
hideui hints,label,badges
|
|
|
|
# Which non-bootloader tools to show on the tools line, and in what
|
|
# order to display them:
|
|
# shell - the EFI shell (requires external program; see rEFInd
|
|
# documentation for details)
|
|
# memtest - the memtest86 program, in EFI/tools, EFI/memtest86,
|
|
# EFI/memtest, EFI/tools/memtest86, EFI/tools/memtest,
|
|
# or a boot loader's directory
|
|
# gptsync - the (dangerous) gptsync.efi utility (requires external
|
|
# program; see rEFInd documentation for details)
|
|
# gdisk - the gdisk partitioning program
|
|
# apple_recovery - boots the Apple Recovery HD partition, if present
|
|
# windows_recovery - boots an OEM Windows recovery tool, if present
|
|
# (see also the windows_recovery_files option)
|
|
# mok_tool - makes available the Machine Owner Key (MOK) maintenance
|
|
# tool, MokManager.efi, used on Secure Boot systems
|
|
# csr_rotate - adjusts Apple System Integrity Protection (SIP)
|
|
# policy. Requires "csr_values" to be set.
|
|
# install - an option to install rEFInd from the current location
|
|
# to another ESP
|
|
# bootorder - adjust the EFI's (NOT rEFInd's) boot order
|
|
# about - an "about this program" option
|
|
# hidden_tags - manage hidden tags
|
|
# exit - a tag to exit from rEFInd
|
|
# shutdown - shuts down the computer (a bug causes this to reboot
|
|
# many UEFI systems)
|
|
# reboot - a tag to reboot the computer
|
|
# firmware - a tag to reboot the computer into the firmware's
|
|
# user interface (ignored on older computers)
|
|
# fwupdate - a tag to update the firmware; launches the fwupx64.efi
|
|
# (or similar) program
|
|
# netboot - launch the ipxe.efi tool for network (PXE) booting
|
|
# Default is shell,memtest,gdisk,apple_recovery,windows_recovery,mok_tool,about,hidden_tags,shutdown,reboot,firmware,fwupdate
|
|
# To completely disable scanning for all tools, provide a showtools line
|
|
# with no options.
|
|
#
|
|
showtools hidden_tags, firmware, reboot, shutdown, exit |