@@ -0,0 +1,22 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2020 Jack Cherng (@jfcherng)
|
||||
Copyright (c) 2017 Andrei Shevchuk
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
After Width: | Height: | Size: 656 KiB |
|
After Width: | Height: | Size: 781 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 862 B |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 912 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 669 B |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 999 B |
|
After Width: | Height: | Size: 993 B |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 489 B |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 70 B |
|
After Width: | Height: | Size: 109 B |
|
After Width: | Height: | Size: 67 B |
@@ -0,0 +1,69 @@
|
||||
# Global properties
|
||||
title-text: "Ventoy theme: Poly Dark (@jfcherng, @shvchk)"
|
||||
title-font: "Unifont Regular 22"
|
||||
title-color: "#FFFFFF"
|
||||
desktop-image: "background.png"
|
||||
desktop-color: "#FFFFFF"
|
||||
terminal-font: "Unifont Regular 18"
|
||||
terminal-box: "terminal_box_*.png"
|
||||
terminal-left: "0"
|
||||
terminal-top: "0"
|
||||
terminal-width: "100%"
|
||||
terminal-height: "100%"
|
||||
terminal-border: "0"
|
||||
|
||||
# Boot menu
|
||||
+ boot_menu {
|
||||
left = 15%
|
||||
top = 20%
|
||||
width = 70%
|
||||
height = 50%
|
||||
item_font = "Unifont Regular 18"
|
||||
item_color = "#777777"
|
||||
selected_item_color = "#999999"
|
||||
item_height = 40
|
||||
item_spacing = 4
|
||||
item_pixmap_style = "item_*.png"
|
||||
item_icon_space = "16"
|
||||
selected_item_pixmap_style = "selected_item_*.png"
|
||||
}
|
||||
|
||||
# Countdown message
|
||||
+ label {
|
||||
left = 0
|
||||
top = 80%
|
||||
width = 100%
|
||||
align = "center"
|
||||
id = "__timeout__"
|
||||
text = "Booting in %d seconds"
|
||||
color = "#777777"
|
||||
font = "Unifont Regular 18"
|
||||
}
|
||||
|
||||
# Grub2 messages
|
||||
+ hbox {
|
||||
top = 85%
|
||||
left = 20%
|
||||
+ label {text = "Enter: " font = "Unifont Regular 18" color = "#00EEEE" align = "left"}
|
||||
+ label {text = "Boot Selection " font = "Unifont Regular 18" color = "#cccccc" align = "left"}
|
||||
+ label {text = "E: " font = "Unifont Regular 18" color = "#00EEEE" align = "left"}
|
||||
+ label {text = "Edit Selection " font = "Unifont Regular 18" color = "#cccccc" align = "left"}
|
||||
+ label {text = "C: " font = "Unifont Regular 18" color = "#00EEEE" align = "left"}
|
||||
+ label {text = "GRUB Commandline" font = "Unifont Regular 18" color = "#cccccc" align = "left"}
|
||||
}
|
||||
|
||||
# Ventoy messages
|
||||
+ hbox {
|
||||
top = 85%+24
|
||||
left = 20%
|
||||
+ label {text = "F1: " font = "Unifont Regular 18" color = "#00EEEE" align = "left"}
|
||||
+ label {text = "Mem Disk " font = "Unifont Regular 18" color = "#cccccc" align = "left"}
|
||||
+ label {text = "F2: " font = "Unifont Regular 18" color = "#00EEEE" align = "left"}
|
||||
+ label {text = "Power " font = "Unifont Regular 18" color = "#cccccc" align = "left"}
|
||||
+ label {text = "F3: " font = "Unifont Regular 18" color = "#00EEEE" align = "left"}
|
||||
+ label {text = "Tree View " font = "Unifont Regular 18" color = "#cccccc" align = "left"}
|
||||
+ label {text = "F4: " font = "Unifont Regular 18" color = "#00EEEE" align = "left"}
|
||||
+ label {text = "Local Boot " font = "Unifont Regular 18" color = "#cccccc" align = "left"}
|
||||
+ label {text = "F5: " font = "Unifont Regular 18" color = "#00EEEE" align = "left"}
|
||||
+ label {text = "Debug " font = "Unifont Regular 18" color = "#cccccc" align = "left"}
|
||||
}
|
||||