blob: 4334f2039287d778b8b92620db8c798bea26750c (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
# -- Slackware Live Edition --
# In grub.cfg add:
# set theme=($root)/EFI/BOOT/theme/liveslak.txt
# export theme
#
# Global Properties:
#title-text: "Slackware Live Edition"
title-text: ""
#title-font: "Unknown Regular 16"
title-font: "DejaVu Sans Mono Regular 12"
title-color: "#5569B9"
desktop-image: "/EFI/BOOT/theme/swlogog.png"
desktop-color: "#000000"
message-font: "DejaVu Sans Mono Regular 12"
terminal-font: "DejaVu Sans Mono Regular 10"
# Show the boot menu
+ boot_menu {
left = 5%
top = 35%
width = 75%
height = 45%
#item_font = "Unknown Regular 16"
item_font = "DejaVu Sans Mono Regular 12"
item_color = "lightgrey"
selected_item_color = "red"
item_height = 15
item_padding = 5 # Vertical spacing between menuentries.
item_spacing = 5
}
# Show a horizontal progress bar
+ progress_bar {
text = ""
id = "__timeout__"
left = 5%
width = 90%
top = 85%
height = 5
#font = "Unknown Regular 16"
font = "DejaVu Sans Mono Regular 5"
text_color = "red"
fg_color = "#5569B9"
bg_color = "#000000"
border_color = "#333333"
}
# Show an informational message.
+ hbox {
top = 100%-60
left = 31%
height = 20
+ label {
text = "Enter: Boot Selection E: Edit Selection C: GRUB Commandline" font = "DejaVu Sans Mono Regular 10" color = "#B9556B" align = "center"
}
}
|