-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.conf
93 lines (82 loc) · 4.35 KB
/
theme.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# rEFInd Omen
# Configuration file for the rEFInd boot menu made by Chris Alves
#Icons
icons_dir themes/rEFInd-mountain/icons
#size of the icons (default is 128 unless your screen is bigger than 1920x1080, then it's 256)
small_icon_size 128
big_icon_size 512
# 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/rEFInd-mountain/icons/highlight.png
selection_small themes/rEFInd-mountain/icons/highlightsmall.png
#Banner
banner themes/rEFInd-mountain/mountain.png
# If banner isn't displaying correctly uncomment 'banner_scale'
# size:
# noscale(default) - Crop if too big, show with border if too small
# fillscreen - Fill the screen
banner_scale fillscreen
#Font (work in progress)
#font themes/rEFInd-mountain/fonts/ubuntu-mono-12.png
#font themes/rEFInd-mountain/fonts/ubuntu-mono-14.png
#font themes/rEFInd-mountain/fonts/ubuntu-mono-16.png
#font themes/rEFInd-mountain/fonts/ubuntu-mono-24.png
#font themes/rEFInd-mountain/fonts/ubuntu-mono-28.png
# Hide UI elements (default is none) feel free to customize
# Tags:
# 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
# Examples:
hideui badges, label, hints, editor
#hideui label, singleuser, safemode, hwtest, arrows, hints, editor, badges
#I don't know if HP Omens support touch screens but here you go
#enable_touch
# Non bootloader tools (red icons under Operating systems)
# Default is shell,memtest,gdisk,apple_recovery,windows_recovery,mok_tool,about,shutdown,reboot,firmware,fwupdate
# Tags:
# 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, or EFI/tools/memtest
# 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.
# about - an "about this program" option
# 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
# Example:
#showtools shell, gdisk, memtest, mok_tool, apple_recovery, windows_recovery, about, reboot, exit, firmware, fwupdate
showtools reboot, shutdown
#showtools shutdown