theme.txt 2.15 KB
Newer Older
1
# Based on ubuntu-mate GRUB2 theme
isaagar's avatar
isaagar committed
2
#
3
# Copyright (C) 2017 I Sagar <sagar@hamaralinux.org>
isaagar's avatar
isaagar committed
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#
# 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 2
# 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, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

# general settings
title-color: "#000"
21 22
title-font: "Terminus 14"
title-text: ""
isaagar's avatar
isaagar committed
23
desktop-image:"/usr/share/grub/themes/hamara/background.png"
isaagar's avatar
isaagar committed
24 25 26

# boot menu
+ boot_menu {
27 28
    left = 25%
    width = 50%
isaagar's avatar
isaagar committed
29
    top = 20%
30 31
    height = 40%
    item_font = "Terminus 18"
isaagar's avatar
isaagar committed
32
    item_color = #000"
33
    selected_item_font = "Terminus 18"
isaagar's avatar
isaagar committed
34 35 36
    selected_item_color = "#fff"
    icon_width = 14
    icon_height = 14
37 38
    item_height = 22
    item_padding = 40
isaagar's avatar
isaagar committed
39
    item_icon_space = 0
40
    item_spacing = 0
isaagar's avatar
isaagar committed
41 42 43 44 45 46 47 48 49 50
    scrollbar = true
    scrollbar_width = 20
    scrollbar_thumb = "slider_*.png"
    menu_pixmap_style = "menu_frame_*.png"
    selected_item_pixmap_style = "highlight_*.png"
}

# progress bar
+ progress_bar {
    id = "__timeout__"
51 52
    left = 25%
    width = 50%
isaagar's avatar
isaagar committed
53 54 55
    top = 80%
    height = 20
    show_text = true
56
    font = "Terminus 18"
isaagar's avatar
isaagar committed
57 58 59 60 61 62 63 64 65
    text_color = "#fff"
    text = "@TIMEOUT_NOTIFICATION_MIDDLE@"
    bar_style = "progress_frame_*.png"
    highlight_style = "progress_highlight_*.png"
}

# help bar at the bottom
+ hbox {
    top = 100%-35
66
    left =40%
isaagar's avatar
isaagar committed
67 68
    width = 100%
    height = 20
69 70 71 72 73 74 75
    font = "Terminus 18" 
    + label { text = "enter" color = "#f79421" }
    + label { text = ":boot    " color = "#000" }
    + label { text = "e" color = "#f79421" }
    + label { text = ":edit    "  color = "#000" }
    + label { text = "c" color = "#f79421" }
    + label { text = ":command-line" color = "#000" }
isaagar's avatar
isaagar committed
76
}