
Tick image is used to render each mark along the circumference of the The center image is rendered in the center of the component, while the There are two images used to render it: the *center* image, and the *tick* Given an id of “_timeout_”, GRUB updates the circular progress indicator’s The circular progress indicator functions similarly to the progress bar. Values are replaced with standard and translated Only argument %d is the number of seconds remaining. This text isĬontrolled by variable “text” which contains a printf template with the Progress bars may optionally have text displayed on them. This indicates to GRUB that the progress bar shouldīe updated as time passes, and it should be made invisible if the countdown toĪutomatic boot is interrupted by the user. Time before automatic boot, simply create a “progress_bar” component with To create a progress bar that will display the remaining Progress bars are used to display the remaining time before GRUB boots theĭefault menu entry. If there are too many fonts toįit on screen, do “set pager=1” before executing “lsfonts”. Loaded fonts, execute the “lsfonts” command ( lsfonts). Provision for a preference list of fonts, or deriving one font from another.įonts are loaded with the “loadfont” command in GRUB ( loadfont). The fonts GRUB uses “PFF2 font format” bitmap fonts. with “SVG 1.0 color names” (e.g., “cornflowerblue”) which must be specified in lowercase.HTML-style “#RRGGBB” or “#RGB” format, where *R*, *G*, and *B* are hexadecimal digits (e.g., “#8899FF”).Example is available in docs/example_theme.txt The boot menu, timeout progress bar, and text messages) as well as theĪppearance using colors, fonts, and images. Text file that specifies the layout of the various GUI components (including The GRUB graphical menu supports themes that can customize the layout andĪppearance of the GRUB boot menu. Next: Network, Previous: Configuration, Up: Top
