You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NoiceGRUB preset files have the syntax of TOML and ends with .toml extension. Your own preset shall be placed in presets folder. It will be shown in the preset menu when you execute NoiceGRUB.py
Fonts are placed in fonts folder. User defined fonts should be place in this folder to be recognised by NoiceGRUB
File format
template='template name here'# This section is mandatory and defines background.png file
[background]
primary="primary gradient colour"secondary="secondary gradient colour"header_font_colour = "header font colour or 'BOOTMENU' text colour"footer_font_colour = "footer font colour or GRUB keymap text colour"selection_bg_colour = "backgound colour of selection highlighter"selection_font = "font size in pixels (integer)"font_family = ".ttf or .otf font filename"# This section defines theme.txt file and is mandatory too
[theme]
font_colour = "#000"selection_font_colour = "#d0c4f5"label_colour = "#d0c4f5"# This section is optional and it depends on the template
[extra]
Noice template extra section
[extra]
menuboxbg=["menu box background colour"]
polygon=["primary gradeint colour of topright polygon","secondary gradient colour"]
ellipse=["primary gradeint colour of bottomright eliipse","secondary gradient colour"]
circle=["primary gradeint colour of topleft circle","secondary gradient colour"]
triangle=["background colour of bottom left triangle"]
TheMan template extra section
[extra]
centreleftlines=["centre-left lines, primary gradient colour","secondary gradient colour","tertiary gradient colour"]
bottomrightlines=["bottomright lines, primary gradient colour","secondary gradient colour"]
man=["primary gradient colour of the man","secondary gradient colour"]
polygon=["colour of bottomleft polygon"]
hexagon=["colour of topright hexagon"]
Mountains template extra section
[extra]
menubox=['menubox background colour']
mountains=["primary gradient colour of the mountain","secondary gradient colour"]
circle=["primary gradient colour of topleft circle","secondary gradient colour"]