mirror of
https://github.com/Snigdha-OS/snigdhaos-grub-theme.git
synced 2025-09-20 19:14:56 +02:00
refactor(alt): change grub logo
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BIN
snigdhaos-live/icons/snigdha-os.png
Normal file
BIN
snigdhaos-live/icons/snigdha-os.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 655 B |
BIN
snigdhaos-live/icons/snigdha.png
Normal file
BIN
snigdhaos-live/icons/snigdha.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 655 B |
BIN
snigdhaos-live/icons/snigdhaos.png
Normal file
BIN
snigdhaos-live/icons/snigdhaos.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 655 B |
Reference in New Issue
Block a user