mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 07:12:33 +02:00
Create theme.txt
This commit is contained in:
parent
d1e3b804d4
commit
8270b2ebe7
1 changed files with 42 additions and 0 deletions
42
customize/samsung/theme.txt
Normal file
42
customize/samsung/theme.txt
Normal file
|
@ -0,0 +1,42 @@
|
|||
# Main options
|
||||
title-text: ""
|
||||
desktop-image: "background.png"
|
||||
desktop-color: "#000000"
|
||||
terminal-font: "Terminus Regular 14"
|
||||
terminal-box: "terminal_box_*.png"
|
||||
terminal-left: "0"
|
||||
terminal-top: "0"
|
||||
terminal-width: "100%"
|
||||
terminal-height: "100%"
|
||||
terminal-border: "0"
|
||||
|
||||
# Boot menu
|
||||
+ boot_menu {
|
||||
left = 15%
|
||||
top = 40%
|
||||
width = 55%
|
||||
height = 65%
|
||||
item_font = "Ubuntu Regular 20"
|
||||
item_color = "#cccccc"
|
||||
selected_item_color = "#ffffff"
|
||||
icon_width = 36
|
||||
icon_height = 36
|
||||
item_icon_space = 20
|
||||
item_height = 40
|
||||
item_padding = 2
|
||||
item_spacing = 10
|
||||
selected_item_pixmap_style = "select_*.png"
|
||||
}
|
||||
|
||||
|
||||
# Countdown label
|
||||
# You can change the name of default starting OS here
|
||||
+ label {
|
||||
left = 15%
|
||||
top = 31%
|
||||
align = "center"
|
||||
id = "__timeout__"
|
||||
text = "Selected OS will start in %d seconds"
|
||||
color = "#cccccc"
|
||||
font = "Ubuntu Regular 17"
|
||||
}
|
Loading…
Add table
Reference in a new issue