mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-29 11:44:45 +01:00
83 lines
2.0 KiB
Plaintext
83 lines
2.0 KiB
Plaintext
|
##################################################################################
|
||
|
#
|
||
|
# 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"
|
||
|
}
|
||
|
|