refactor(alt): change grub logo

This commit is contained in:
Eshan Roy (Eshanized)
2024-05-04 17:45:44 +05:30
parent a421582ae0
commit 353d955c83
4 changed files with 2 additions and 2 deletions

View File

@@ -295,14 +295,14 @@ function grub_reboot {
function grub_bios_installed { function grub_bios_installed {
if ! is_efi; then if ! is_efi; then
menuentry "" {true} menuentry "" {true}
menuentry --class=garuda "Installed BIOS-System on $installed" {exit} menuentry --class=snigdhaos "Installed BIOS-System on $installed" {exit}
fi fi
} }
function grub_efi_installed { function grub_efi_installed {
if is_efi; then if is_efi; then
menu "" {true} menu "" {true}
menu --class=garuda "Installed EFI-System on $installed" {exit} menu --class=snigdhaos "Installed EFI-System on $installed" {exit}
fi fi
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B