-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.txt
130 lines (123 loc) · 3.2 KB
/
theme.txt
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Global properties
title-text: ""
desktop-image: "background.png"
desktop-color: "#000000"
terminal-font: "Source Code Pro Regular 28"
terminal-box: "terminal_box_*.png"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
# Welcome message
+ label {
left = 0
top = 4%
width = 100%
align = "center"
# DE
# text = "Willkommen"
# EN
text = "Welcome"
# ES
# text = "Bienvenido"
# FR
# text = "Bienvenue"
# IT
# text = "Benvenuto"
# NO
# text = "Velkommen"
# PT
# text = "Bom día"
# RU
# text = "Добро пожаловать"
# TR
# text = "Hoş geldin"
# UA
# text = "Ласкаво просимо"
# zh_CN
# text = "欢迎"
color = "#c04062"
font = "Source Code Pro Bold 80"
}
# Boot menu
+ boot_menu {
left = 12%
top = 20%
width = 50%
height = 60%
item_font = "Source Code Pro Regular 28"
item_color = "#ffc9d4"
selected_item_color = "#c04062"
icon_width = 32
icon_height = 32
item_height = 48
item_spacing = 12
item_padding = 4
item_icon_space = 20
item_pixmap_style = "item_*.png"
selected_item_pixmap_style = "selected_item_*.png"
}
# Countdown message
+ label {
left = 0
top = 98%-100
width = 100%
align = "center"
id = "__timeout__"
# DE
# text = "Start in %d Sekunden."
# EN
text = "Booting in %d seconds"
# ES
# text = "Arranque en %d segundos"
# FR
# text = "Démarrage automatique dans %d secondes"
# IT
# text = "Avvio in %d secondi"
# NO
# text = "Starter om %d sekunder"
# PT
# text = "Arranque automático dentro de %d segundos"
# RU
# text = "Загрузка выбранного пункта через %d сек."
# TR
# text = "%d saniye sonra önyükleme başlayacak."
# UA
# text = "Автоматичне завантаження розпочнеться через %d сек."
# zh_CN
# text = "在 %d 内启动"
color = "#ffc9d4"
font = "Source Code Pro Bold 32"
}
# Navigation keys hint
+ label {
left = 0
top = 100%-70
width = 100%
align = "center"
# DE
# text = "System mit ↑ und ↓ auswählen und mit Enter bestätigen."
# EN
text = "Use ↑ and ↓ keys to change selection, Enter to confirm"
# ES
# text = "Use las teclas ↑ y ↓ para cambiar la selección, Enter para confirmar"
# FR
# text = "Choisissez le système avec les flèches du clavier (↑ et ↓), puis validez avec la touche Enter (↲)"
# IT
# text = "Usa i tasti ↑ e ↓ per cambiare la selezione, premi Invio ↲ per confermare"
# NO
# text = "Bruk ↑ og ↓ for å endre menyvalg, velg med Enter"
# PT
# text = "Use as teclas ↑ e ↓ para mudar a seleção, e ENTER para confirmar"
# RU
# text = "Используйте клавиши ↑ и ↓ для изменения выбора, Enter для подтверждения"
# TR
# text = "Seçiminizi değiştirmek için ↑ ve ↓ tuşlarını, onaylamak için ise Enter tuşunu kullanabilirsiniz"
# UA
# text = "Використовуйте ↑ та ↓ для вибору, Enter для підтвердження"
# zh_CN
# text = "使用 ↑ 和 ↓ 键移动选择条,Enter 键确认"
color = "#ffc9d4"
font = "Source Code Pro Bold 32"
}