# Hide user interface elements for personal preference or to increase # security: # 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 Mac OS X in single-user # or verbose modes; affects ONLY MacOS X # safemode - remove the submenu option to boot Mac OS X 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) # all - all of the above # Default is none of these (all elements active) # hideui singleuser,hints,label,badges # Set the name of a subdirectory in which icons are stored. Icons must # have the same names they have in the standard directory. The directory # name is specified relative to the main rEFInd binary's directory. If # an icon can't be found in the specified directory, an attempt is made # to load it from the default directory; thus, you can replace just some # icons in your own directory and rely on the default for others. # Default is "icons". # icons_dir themes/werefox-rEFInd-theme/icons_dark # Use a custom title banner instead of the rEFInd icon and name. The file # path is relative to the directory where refind.efi is located. The color # in the top left corner of the image is used as the background color # for the menu screens. Currently uncompressed BMP images with color # depths of 24, 8, 4 or 1 bits are supported, as well as PNG images. # banner themes/werefox-rEFInd-theme/background_dark.png # Tells rEFInd whether to display banner images pixel-for-pixel (noscale) # or to scale banner images to fill the screen (fillscreen). The former is # the default. # banner_scale fillscreen # Custom images for the selection background. There is a big one (144 x 144) # for the OS icons, and a small one (64 x 64) for the function icons in the # second row. If only a small image is given, that one is also used for # the big icons by stretching it in the middle. If only a big one is given, # the built-in default will be used for the small icons. # # Like the banner option above, these options take a filename of an # uncompressed BMP image file with a color depth of 24, 8, 4, or 1 bits, # or a PNG image. The PNG format is required if you need transparency # support (to let you "see through" to a full-screen banner). # selection_big themes/werefox-rEFInd-theme/selection_big_dark.png selection_small themes/werefox-rEFInd-theme/selection_small.png # 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) # gptsync - the (dangerous) gptsync.efi utility (requires external # program; see rEFInd documentation for details) # apple_recovery - boots the Apple Recovery HD partition, if present # mok_tool - makes available the Machine Owner Key (MOK) maintenance # tool, MokManager.efi, used on Secure Boot systems # about - an "about this program" option # exit - a tag to exit from rEFInd # shutdown - shuts down the computer (a bug causes this to reboot # EFI 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) # Default is shell,apple_recovery,mok_tool,about,shutdown,reboot,firmware # showtools shell,memtest,about,shutdown,reboot,firmware ###!!! From here on out, this theme is personalised to my own preferences. If you have downloaded this theme from somewhere, ###!!! it's advised you change the stuff down here. Comment the 'dont_scan_dirs' and 'dont_scan_volumes', unless you can make your own ###!!! boot entries, like the ones under 'Custom menu entries'. ###!!! It's safe to remove all lines beyond this point, without breaking rEFInd or the theme. # Disable the automatic detection of the local operating systems. External OS's will still be detected (from USBs and DVDs) dont_scan_dirs ESP:/EFI/boot,/EFI/Boot,/EFI/GRUB,/EFI/Microsoft/Boot,/EFI/pop # Don't scan any other volumes than the 550MiB FAT boot partition # dont_scan_volumes Arch-OS # Custom menu entries #menuentry "Manjaro Linux" { # icon /EFI/refind/themes/werefox-rEFInd-theme/icons_dark/os_manjaro.png # volume 84D8A95B-8A17-4C49-A29D-30DBBE068056 # loader /boot/vmlinuz-4.19-x86_64 # initrd /boot/initramfs-4.19-x86_64.img # options "root=UUID=523ea1d9-0cd0-4760-8941-db06da1a4aa6 rw quiet resume=UUID=7d906c0e-5230-43ef-8aeb-f42b99e29041 initrd=/boot/amd-ucode.img" # submenuentry "Use fallback initramfs" { # initrd /boot/initramfs-4.19-x86_64-fallback.img # } #} # #menuentry "Windows 10 Pro" { # icon \EFI\refind\themes\werefox-rEFInd-theme\icons_dark\os_win10.png # loader \EFI\Microsoft\Boot\bootmgfw.efi #} # #menuentry "elementary OS" { # icon /EFI/refind/themes/werefox-rEFInd-theme/icons_dark/os_elementary.png # volume 94133D0F-12BC-4D73-8952-B314CB30479D # loader /boot/vmlinuz-4.15.0-55-generic # initrd /boot/initrd.img-4.15.0-55-generic # options "root=UUID=7e1ac44f-c126-4380-b90e-1f420c95f05c ro quiet splash $vt_handoff" #} # #menuentry "Debian Linux" { # icon /EFI/refind/themes/werefox-rEFInd-theme/icons_dark/os_debian.png # volume E605741D-0015-4471-9711-803066C4455A # loader /boot/vmlinuz-4.19.0-0.bpo.1-amd64 # initrd /boot/initrd.img-4.19.0-0.bpo.1-amd64 # options "root=UUID=edc276be-fcf5-443f-83fa-eb8f5e15af55 ro quiet nomodeset" #}