79 lines
1.7 KiB
Plaintext
79 lines
1.7 KiB
Plaintext
|
# GRUB2 gfxmenu koozali theme.
|
||
|
# Designed for 1024x768 resolution.
|
||
|
# Forked from Devuan-dark by Nioanto
|
||
|
# Forked from Archion by Anto Fox
|
||
|
# Lincense GPL v3
|
||
|
|
||
|
|
||
|
# Global Property
|
||
|
title-text: ""
|
||
|
title-font: "Unknown Regular 16"
|
||
|
title-color: "#000000"
|
||
|
message-font: "Unknown Regular 16"
|
||
|
message-color: "#FFFFFF"
|
||
|
message-bg-color: "#f6f6f6"
|
||
|
desktop-image: "background.png"
|
||
|
desktop-color: "#000000"
|
||
|
terminal-box: "menu_bkg_*.png"
|
||
|
terminal-font: "Unknown Regular 16"
|
||
|
terminal-top: "20%"
|
||
|
terminal-height: "42%"
|
||
|
terminal-width: "70%"
|
||
|
|
||
|
# Show koozali logo
|
||
|
|
||
|
+ image {
|
||
|
id = "__koozalilogo__"
|
||
|
left = 30%
|
||
|
width = 10%
|
||
|
top = 2%
|
||
|
height = 12%
|
||
|
file = "koozali.png"
|
||
|
}
|
||
|
|
||
|
# Show the boot menu
|
||
|
+ boot_menu {
|
||
|
left = 15%
|
||
|
width = 70%
|
||
|
top = 29%
|
||
|
height = 42%
|
||
|
item_font = "DejaVu Sans Bold 14"
|
||
|
selected_item_font = "DejaVu Sans Bold 14"
|
||
|
item_color = "#000000"
|
||
|
selected_item_color = "#FFFFFF"
|
||
|
item_height = 38
|
||
|
item_padding = 15
|
||
|
item_spacing = 5
|
||
|
icon_width = 32
|
||
|
icon_height = 32
|
||
|
item_icon_space = 20
|
||
|
selected_item_pixmap_style= "select_bkg_*.png"
|
||
|
menu_pixmap_style = "menu_bkg_*.png"
|
||
|
scrollbar = true
|
||
|
scrollbar_width = 24
|
||
|
scrollbar_thumb = "sb_thumb_*.png"
|
||
|
scrollbar_frame = "sb_frame_*.png"
|
||
|
}
|
||
|
|
||
|
# Show a styled horizontal progress bar
|
||
|
+ progress_bar {
|
||
|
id = "__timeout__"
|
||
|
left = 15%
|
||
|
width = 70%
|
||
|
top = 73%
|
||
|
height = 12
|
||
|
show_text = true
|
||
|
font = "DejaVu Sans Bold 10"
|
||
|
text_color = "255, 255, 255"
|
||
|
text = "@TIMEOUT_NOTIFICATION_LONG@"
|
||
|
bar_style = "progress_bar_*.png"
|
||
|
highlight_style = "progress_highlight_*.png"
|
||
|
}
|
||
|
|
||
|
# Show an informational message.
|
||
|
+ hbox {
|
||
|
top = 100%-35
|
||
|
left = 25%
|
||
|
+ label {text = @KEYMAP_SHORT@ font = "DejaVu Sans Bold 12" color = "#7acb42" align = "left"}
|
||
|
}
|