forked from extern/nix-config
Add Arch Silence grub theme
This commit is contained in:
parent
bedd4da917
commit
52bec0d5bf
BIN
grub/arch_logo.png
Normal file
BIN
grub/arch_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
BIN
grub/dejavu_12.pf2
Normal file
BIN
grub/dejavu_12.pf2
Normal file
Binary file not shown.
BIN
grub/dejavu_bold_14.pf2
Normal file
BIN
grub/dejavu_bold_14.pf2
Normal file
Binary file not shown.
BIN
grub/help_bar.png
Normal file
BIN
grub/help_bar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
BIN
grub/progress_bar/progress_bar_c.png
Normal file
BIN
grub/progress_bar/progress_bar_c.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 142 B |
BIN
grub/progress_bar/progress_bar_hl_c.png
Normal file
BIN
grub/progress_bar/progress_bar_hl_c.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 142 B |
BIN
grub/progress_bar/progress_bar_hl_n.png
Normal file
BIN
grub/progress_bar/progress_bar_hl_n.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 462 B |
82
grub/theme.txt
Normal file
82
grub/theme.txt
Normal file
@ -0,0 +1,82 @@
|
||||
##################################################################################
|
||||
#
|
||||
# New Start: A modern Arch workflow built with an emphasis on functionality.
|
||||
# Copyright (C) 2017 Donovan Glover
|
||||
#
|
||||
# Arch Silence: A GRUB2 theme for Arch Linux users.
|
||||
# Copyright (C) 2015 Filippo Ghibellini
|
||||
# https://github.com/fghibellini/arch-silence
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
##################################################################################
|
||||
|
||||
# General settings
|
||||
title-text: ""
|
||||
desktop-color: "#333"
|
||||
|
||||
terminal-font: "Dejavu Sans Regular 12"
|
||||
terminal-left: "0"
|
||||
terminal-top: "0"
|
||||
terminal-width: "100%"
|
||||
terminal-height: "100%"
|
||||
terminal-border: "0"
|
||||
|
||||
# Progress bar
|
||||
+ progress_bar {
|
||||
id = "__timeout__"
|
||||
left = 0
|
||||
top = 0
|
||||
height = 15
|
||||
width = 100%
|
||||
show_text = false
|
||||
|
||||
# just two vertical pixels of color #1793d1
|
||||
bar_style = "progress_bar/progress_bar_*.png"
|
||||
highlight_style = "progress_bar/progress_bar_hl_*.png"
|
||||
}
|
||||
|
||||
# Arch logo
|
||||
+ image {
|
||||
top = 50%-200
|
||||
left = 50%-75
|
||||
file = "arch_logo.png"
|
||||
}
|
||||
|
||||
# Boot menu
|
||||
+ boot_menu {
|
||||
left = 50%-150
|
||||
width = 500
|
||||
top = 50%+100
|
||||
height = 300
|
||||
|
||||
item_font = "DejaVu Sans Bold 14"
|
||||
item_color = "#999"
|
||||
selected_item_font = "DejaVu Sans Bold 14"
|
||||
selected_item_color= "#fff"
|
||||
|
||||
item_height = 26
|
||||
item_padding = 0
|
||||
item_icon_space = 0
|
||||
item_spacing = 1
|
||||
scrollbar = false
|
||||
}
|
||||
|
||||
# Help bar at the bottom
|
||||
+ image {
|
||||
top = 100%-56
|
||||
left = 50%-175
|
||||
file = "help_bar.png"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user