Initial commit
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
bak/
|
||||||
BIN
JetBrainsMono-Bold.pf2
Normal file
BIN
JetBrainsMono-Bold.pf2
Normal file
Binary file not shown.
BIN
JetBrainsMono-Regular.pf2
Normal file
BIN
JetBrainsMono-Regular.pf2
Normal file
Binary file not shown.
BIN
nola_grub.jpg
Normal file
BIN
nola_grub.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 820 KiB |
BIN
preview.jpg
Normal file
BIN
preview.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 359 KiB |
BIN
select_c.png
Normal file
BIN
select_c.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 155 B |
BIN
select_e.png
Normal file
BIN
select_e.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 294 B |
BIN
select_w.png
Normal file
BIN
select_w.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 308 B |
35
theme.txt
Normal file
35
theme.txt
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
desktop-image: "nola_grub.jpg"
|
||||||
|
terminal-font: "JetBrains Mono Regular 18"
|
||||||
|
title-text:""
|
||||||
|
terminal-width: "54%"
|
||||||
|
terminal-height: "64%"
|
||||||
|
terminal-left: "22%"
|
||||||
|
terminal-top: "15%"
|
||||||
|
|
||||||
|
+ boot_menu {
|
||||||
|
left = 24%
|
||||||
|
top = 19%
|
||||||
|
width = 53%
|
||||||
|
height = 57%
|
||||||
|
item_font = "JetBrains Mono Bold 24"
|
||||||
|
item_color = "#ffffff"
|
||||||
|
item_spacing = 10
|
||||||
|
item_padding = 0
|
||||||
|
item_height = 50
|
||||||
|
icon_width = 0
|
||||||
|
selected_item_font = "JetBrains Mono Bold 24"
|
||||||
|
selected_item_color = "#b69aff"
|
||||||
|
selected_item_pixmap_style = "select_*.png"
|
||||||
|
}
|
||||||
|
|
||||||
|
+ label {
|
||||||
|
id = "__timeout__"
|
||||||
|
left = 32%
|
||||||
|
top = 93%
|
||||||
|
width = 300
|
||||||
|
height = 20
|
||||||
|
font = "JetBrains Mono Bold 24"
|
||||||
|
color = "#ffffff"
|
||||||
|
align = "center"
|
||||||
|
text = "System will automatically boot in %d seconds"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user