Fixed 2k and 4k display issues

This commit is contained in:
vinceliuice
2019-10-23 20:32:32 +08:00
parent 9b431cae26
commit a7b0d4b24c
412 changed files with 722 additions and 1440 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
common/terminus-12.pf2 Normal file

Binary file not shown.

BIN
common/terminus-14.pf2 Normal file

Binary file not shown.

BIN
common/terminus-16.pf2 Normal file

Binary file not shown.

BIN
common/terminus-18.pf2 Normal file

Binary file not shown.

View File

@@ -5,7 +5,7 @@
title-text: ""
desktop-image: "background.jpg"
desktop-color: "#000000"
terminal-font: "Unifont Regular 16"
terminal-font: "Terminus 14"
terminal-box: "terminal_box_*.png"
terminal-left: "0"
terminal-top: "0"
@@ -19,7 +19,7 @@ terminal-border: "0"
top = 30%
width = 45%
height = 60%
item_font = "Unifont Regular 16"
item_font = "cantarell regular 16"
item_color = "#cccccc"
selected_item_color = "#ffffff"
icon_width = 32
@@ -40,5 +40,5 @@ terminal-border: "0"
id = "__timeout__"
text = "Booting in %d seconds"
color = "#cccccc"
font = "Unifont Regular 16"
font = "cantarell regular 16"
}

44
common/theme-2k.txt Normal file
View File

@@ -0,0 +1,44 @@
# GRUB2 gfxmenu Linux theme
# Designed for any resolution
# Global Property
title-text: ""
desktop-image: "background.jpg"
desktop-color: "#000000"
terminal-font: "Terminus 18"
terminal-box: "terminal_box_*.png"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
# Show the boot menu
+ boot_menu {
left = 30%
top = 30%
width = 45%
height = 60%
item_font = "cantarell regular 24"
item_color = "#cccccc"
selected_item_color = "#ffffff"
icon_width = 48
icon_height = 48
item_icon_space = 24
item_height = 56
item_padding = 8
item_spacing = 16
selected_item_pixmap_style = "select_*.png"
}
# Show a countdown message using the label component
+ label {
top = 82%
left = 32%
width = 30%
align = "center"
id = "__timeout__"
text = "Booting in %d seconds"
color = "#cccccc"
font = "cantarell regular 24"
}

44
common/theme-4k.txt Normal file
View File

@@ -0,0 +1,44 @@
# GRUB2 gfxmenu Linux theme
# Designed for any resolution
# Global Property
title-text: ""
desktop-image: "background.jpg"
desktop-color: "#000000"
terminal-font: "Terminus 18"
terminal-box: "terminal_box_*.png"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
# Show the boot menu
+ boot_menu {
left = 30%
top = 30%
width = 45%
height = 60%
item_font = "cantarell regular 32"
item_color = "#cccccc"
selected_item_color = "#ffffff"
icon_width = 64
icon_height = 64
item_icon_space = 36
item_height = 80
item_padding = 12
item_spacing = 24
selected_item_pixmap_style = "select_*.png"
}
# Show a countdown message using the label component
+ label {
top = 82%
left = 32%
width = 30%
align = "center"
id = "__timeout__"
text = "Booting in %d seconds"
color = "#cccccc"
font = "cantarell regular 32"
}

Binary file not shown.