diff --git a/grub/README.md b/grub/README.md new file mode 100644 index 0000000..2ddc8eb --- /dev/null +++ b/grub/README.md @@ -0,0 +1,2 @@ +Copy to /usr/share/grub/themes +Update GRUB_THEME in /etc/default/grub diff --git a/grub/terminal/cursor_c.png b/grub/terminal/cursor_c.png new file mode 100644 index 0000000..b6b45b0 Binary files /dev/null and b/grub/terminal/cursor_c.png differ diff --git a/grub/terminal/cursor_e.png b/grub/terminal/cursor_e.png new file mode 100644 index 0000000..b6b45b0 Binary files /dev/null and b/grub/terminal/cursor_e.png differ diff --git a/grub/terminal/cursor_w.png b/grub/terminal/cursor_w.png new file mode 100644 index 0000000..b6b45b0 Binary files /dev/null and b/grub/terminal/cursor_w.png differ diff --git a/grub/terminal/terminus-12.pf2 b/grub/terminal/terminus-12.pf2 new file mode 100644 index 0000000..6092035 Binary files /dev/null and b/grub/terminal/terminus-12.pf2 differ diff --git a/grub/terminal/theme.txt b/grub/terminal/theme.txt new file mode 100644 index 0000000..ec16b27 --- /dev/null +++ b/grub/terminal/theme.txt @@ -0,0 +1,57 @@ +# Default theme for GRUB2 +# +# Copyright (C) 2011 Daniel Tschudi +# +# 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. + +#general settings +terminal-font: "Terminus Regular 12" +desktop-color: "#000" +terminal-left: "0" +terminal-top: "0" +terminal-width: "100%" +terminal-height: "100%" +terminal-border: "0" + +#boot menu ++ boot_menu { + left = 0 + width = 100% + top = 1 + height = 90% + terminal-font = "Terminus Regular 12" + item_color = "#ccc" + item_height = 16 + item_padding = 0 + item_spacing = 1 + icon_width = 0 + scrollbar = false + selected_item_pixmap_style = "cursor_*.png" +} + +#progress bar ++ label { + id = "__timeout__" + left = 5 + top = 100%-18 + height = 14 + text = "Booting in %d..." + color = "#ccc" + terminal-font = "Terminus Regular 12" +}