Raphaël Hertzog 3f6071bfb5 Update kali-desktop-base alternatives to point to the new theme
Handle properly upgrade from old desktop-base as well as from old
kali-desktop-base.

Gbp-Dch: Full
2019-11-05 17:43:39 +01:00

42 lines
835 B
Plaintext

# Global Property
title-text: ""
desktop-image: "/boot/grub/themes/kali/grub-background.png"
desktop-color: "#ff0000"
terminal-font: "Unifont Regular 16"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
# Show the boot menu
+ boot_menu {
left = 25%
top = 25%
width = 50%
height = 60%
item_font = "Unifont Regular 16"
item_color = "#f3f3f3"
selected_item_color = "#ffffff"
icon_width = 0
icon_height = 0
item_icon_space = 10
item_height = 36
item_padding = 0
item_spacing = 5
selected_item_pixmap_style = "select_*.png"
}
# Show a countdown message using the label component
+ label {
top = 82%
left = 35%
width = 30%
align = "center"
id = "__timeout__"
text = "Booting in %d seconds"
color = "#cccccc"
font = "Unifont Regular 16"
}