1
0
forked from extern/nix-config

Add Arch Silence grub theme

This commit is contained in:
Donovan Glover 2017-12-12 23:58:44 -05:00
parent bedd4da917
commit 52bec0d5bf
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D
8 changed files with 82 additions and 0 deletions

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

Binary file not shown.

BIN
grub/dejavu_bold_14.pf2 Normal file

Binary file not shown.

BIN
grub/help_bar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 B

82
grub/theme.txt Normal file
View 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"
}