0% found this document useful (0 votes)
3 views2 pages

Theme

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Theme

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

# Copyright (C) 2021 Andi Trisna Mukti - 13atm01

# GRUB2 gfxmenu Linux theme

# Global Property
title-text: ""
title-color: "#3ec6ae"
terminal-font: "Terminus Regular Bold 14"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
desktop-image: "background.png"
desktop-color: "#fba8c2"
message-font: "Terminus Regular Bold 14"
message-color: "#fd262e"

# Show the boot menu


+ boot_menu {
left = 30%
top = 25%
width = 45%
height = 60%
item_font = "Terminus Regular Bold 14"
item_color = "#000000"
selected_item_color = "#ffffff"
icon_width = 32
icon_height = 32
item_icon_space = 20
item_height = 36
item_padding = 5
item_spacing = 10
selected_item_pixmap_style = "select_*.png"
}

# Show progress
+ progress_bar {
left = 22%+7
top = 84%
height = 17
width = 60%+7
font = "Terminus Regular 16"
id = "__timeout__"
text = "Automatically booting in %d seconds"
text_color = "gainsboro"
bar_style = "progress_frame_*.png"
highlight_style = "progress_highlight_*.png"
show_text = true
bar_style = "progress_frame_*.png"
highlight_style = "progress_highlight_*.png"
}

# help bar at the bottom


+ hbox {
top = 100%
left = 53%

+ label {
text = "↑↓"
color = "#ff0000"
font = "Terminus Regular Bold 16"
}
+ label {
text = ": select "
color = "#000000"
font = "Terminus Regular Bold 16"
}
+ label {
text = "enter"
color = "#ff0000"
font = "Terminus Regular Bold 16"
}
+ label {
text = ": boot "
color = "#000000"
font = "Terminus Regular Bold 16"
}
+ label {
text = "e"
color = "#ff0000"
font = "Terminus Regular Bold 16"
}
+ label {
text = ": edit "
color = "#000000"
font = "Terminus Regular Bold 16"
}
+ label {
text = "c"
color = "#ff0000"
font = "Terminus Regular Bold 16"
}
+ label {
text = ": command-line"
color = "#000000"
font = "Terminus Regular Bold 16"
}
}

You might also like