En quelques étapes, voici comment personnaliser votre clé USB Multiboot Ventoy :
- Créer un dossier « Ventoy » à la racine de votre clé USB Multiboot Ventoy
- Télécharger un thème Grub ICI.
- Créer un fichier ventoy.json à la racine du dossier « Ventoy » et copier ceci, tout en adaptant le fichier du fichier theme.txt en fonction de votre thème :
{
"theme": {
"file": "/ventoy/blur/theme.txt",
"gfxmode": "1920x1080",
"ventoy_left": "5%",
"ventoy_top": "95%",
"ventoy_color": "#0000ff"
}
}
Si vous souhaitez ajouter les Hotkey, éditer le fichier theme.txt et ajouter ceci à la fin :
+ hbox{
left = 30%
top = 95%
width = 10%
height = 25
+ label {text = "@VTOY_HOTKEY_TIP@" color = "blue" align = "left"}
}
+ hbox{
left = 90%
top = 5
width = 10%
height = 25
+ label {text = "@VTOY_MEM_DISK@" color = "red" align = "left"}
}
Voilà ! Vous devriez maintenant avoir une clé avec un nouveau thème, vous pouvez maintenant simplement personnaliser le fichier background.jpg du thème choisi pour mettre le fond que vous souhaitez !