dotfiles/grub/terminal/theme.txt
2023-02-14 16:18:47 +01:00

58 lines
1.7 KiB
Plaintext

# 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"
}