Added grub theme
This commit is contained in:
parent
e0894ff4bc
commit
7be72d9b15
2
grub/README.md
Normal file
2
grub/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
Copy to /usr/share/grub/themes
|
||||
Update GRUB_THEME in /etc/default/grub
|
BIN
grub/terminal/cursor_c.png
Normal file
BIN
grub/terminal/cursor_c.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 565 B |
BIN
grub/terminal/cursor_e.png
Normal file
BIN
grub/terminal/cursor_e.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 565 B |
BIN
grub/terminal/cursor_w.png
Normal file
BIN
grub/terminal/cursor_w.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 565 B |
BIN
grub/terminal/terminus-12.pf2
Normal file
BIN
grub/terminal/terminus-12.pf2
Normal file
Binary file not shown.
57
grub/terminal/theme.txt
Normal file
57
grub/terminal/theme.txt
Normal file
@ -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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user