diff --git a/configs/boot/grub/themes/Arch/background.png b/configs/boot/grub/themes/Arch/background.png new file mode 100644 index 0000000..241cf62 Binary files /dev/null and b/configs/boot/grub/themes/Arch/background.png differ diff --git a/configs/boot/grub/themes/Arch/select_c.png b/configs/boot/grub/themes/Arch/select_c.png new file mode 100644 index 0000000..b1f8d58 Binary files /dev/null and b/configs/boot/grub/themes/Arch/select_c.png differ diff --git a/configs/boot/grub/themes/Arch/select_e.png b/configs/boot/grub/themes/Arch/select_e.png new file mode 100644 index 0000000..9332368 Binary files /dev/null and b/configs/boot/grub/themes/Arch/select_e.png differ diff --git a/configs/boot/grub/themes/Arch/select_w.png b/configs/boot/grub/themes/Arch/select_w.png new file mode 100644 index 0000000..28f6424 Binary files /dev/null and b/configs/boot/grub/themes/Arch/select_w.png differ diff --git a/configs/boot/grub/themes/Arch/terminal_box_c.png b/configs/boot/grub/themes/Arch/terminal_box_c.png new file mode 100644 index 0000000..d0dd52a Binary files /dev/null and b/configs/boot/grub/themes/Arch/terminal_box_c.png differ diff --git a/configs/boot/grub/themes/Arch/terminal_box_e.png b/configs/boot/grub/themes/Arch/terminal_box_e.png new file mode 100644 index 0000000..394cbe4 Binary files /dev/null and b/configs/boot/grub/themes/Arch/terminal_box_e.png differ diff --git a/configs/boot/grub/themes/Arch/terminal_box_n.png b/configs/boot/grub/themes/Arch/terminal_box_n.png new file mode 100644 index 0000000..476f8bc Binary files /dev/null and b/configs/boot/grub/themes/Arch/terminal_box_n.png differ diff --git a/configs/boot/grub/themes/Arch/terminal_box_ne.png b/configs/boot/grub/themes/Arch/terminal_box_ne.png new file mode 100644 index 0000000..9e26959 Binary files /dev/null and b/configs/boot/grub/themes/Arch/terminal_box_ne.png differ diff --git a/configs/boot/grub/themes/Arch/terminal_box_nw.png b/configs/boot/grub/themes/Arch/terminal_box_nw.png new file mode 100644 index 0000000..5c3cba8 Binary files /dev/null and b/configs/boot/grub/themes/Arch/terminal_box_nw.png differ diff --git a/configs/boot/grub/themes/Arch/terminal_box_s.png b/configs/boot/grub/themes/Arch/terminal_box_s.png new file mode 100644 index 0000000..85a8901 Binary files /dev/null and b/configs/boot/grub/themes/Arch/terminal_box_s.png differ diff --git a/configs/boot/grub/themes/Arch/terminal_box_se.png b/configs/boot/grub/themes/Arch/terminal_box_se.png new file mode 100644 index 0000000..d8627ee Binary files /dev/null and b/configs/boot/grub/themes/Arch/terminal_box_se.png differ diff --git a/configs/boot/grub/themes/Arch/terminal_box_sw.png b/configs/boot/grub/themes/Arch/terminal_box_sw.png new file mode 100644 index 0000000..67c600c Binary files /dev/null and b/configs/boot/grub/themes/Arch/terminal_box_sw.png differ diff --git a/configs/boot/grub/themes/Arch/terminal_box_w.png b/configs/boot/grub/themes/Arch/terminal_box_w.png new file mode 100644 index 0000000..d066e2d Binary files /dev/null and b/configs/boot/grub/themes/Arch/terminal_box_w.png differ diff --git a/configs/boot/grub/themes/Arch/terminus-12.pf2 b/configs/boot/grub/themes/Arch/terminus-12.pf2 new file mode 100644 index 0000000..6092035 Binary files /dev/null and b/configs/boot/grub/themes/Arch/terminus-12.pf2 differ diff --git a/configs/boot/grub/themes/Arch/terminus-14.pf2 b/configs/boot/grub/themes/Arch/terminus-14.pf2 new file mode 100644 index 0000000..8ab8bd1 Binary files /dev/null and b/configs/boot/grub/themes/Arch/terminus-14.pf2 differ diff --git a/configs/boot/grub/themes/Arch/terminus-16.pf2 b/configs/boot/grub/themes/Arch/terminus-16.pf2 new file mode 100644 index 0000000..6e6b25d Binary files /dev/null and b/configs/boot/grub/themes/Arch/terminus-16.pf2 differ diff --git a/configs/boot/grub/themes/Arch/terminus-18.pf2 b/configs/boot/grub/themes/Arch/terminus-18.pf2 new file mode 100644 index 0000000..129cef1 Binary files /dev/null and b/configs/boot/grub/themes/Arch/terminus-18.pf2 differ diff --git a/configs/boot/grub/themes/Arch/theme.txt b/configs/boot/grub/themes/Arch/theme.txt new file mode 100644 index 0000000..2fd0b37 --- /dev/null +++ b/configs/boot/grub/themes/Arch/theme.txt @@ -0,0 +1,42 @@ +# Main options +title-text: "" +desktop-image: "background.png" +desktop-color: "#000000" +terminal-font: "Terminus Regular 14" +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 = 40% + width = 55% + height = 65% + item_font = "Ubuntu Regular 20" + item_color = "#cccccc" + selected_item_color = "#ffffff" + icon_width = 36 + icon_height = 36 + item_icon_space = 20 + item_height = 40 + item_padding = 2 + item_spacing = 10 + selected_item_pixmap_style = "select_*.png" +} + + +# Countdown label +# You can change the name of default starting OS here ++ label { + left = 15% + top = 31% + align = "center" + id = "__timeout__" + text = "Selected OS will start in %d seconds" + color = "#cccccc" + font = "Ubuntu Regular 17" +} diff --git a/configs/boot/grub/themes/Arch/ubuntu_regular_17.pf2 b/configs/boot/grub/themes/Arch/ubuntu_regular_17.pf2 new file mode 100644 index 0000000..9405954 Binary files /dev/null and b/configs/boot/grub/themes/Arch/ubuntu_regular_17.pf2 differ diff --git a/configs/boot/grub/themes/Arch/ubuntu_regular_20.pf2 b/configs/boot/grub/themes/Arch/ubuntu_regular_20.pf2 new file mode 100644 index 0000000..3d903ba Binary files /dev/null and b/configs/boot/grub/themes/Arch/ubuntu_regular_20.pf2 differ