Added lubuntu-grub-theme

Summary: Custom grub theme for lubuntu. Inspired from breeze theme.

Test Plan: Test whether theme gets installed by default.

Reviewers: tsimonq2, wxl

Subscribers: apt-ghetto

Maniphest Tasks: T30

Differential Revision: https://phab.lubuntu.me/D45
ubuntu/eoan
Raman Sarda 5 years ago committed by Simon Quigley
parent 6cd79f1519
commit c7b5bed2ff

@ -1,8 +1,3 @@
[![Build Status](https://travis-ci.org/lubuntu-team/lubuntu-artwork.svg?branch=ubuntu%2Fcosmic)](https://travis-ci.org/lubuntu-team/lubuntu-artwork)
## Automatic build testing
Automatic build are on Travis : https://travis-ci.org/lubuntu-team/lubuntu-artwork
## Organisation of the source
==========================

7
debian/changelog vendored

@ -1,3 +1,10 @@
lubuntu-artwork (19.10.2) eoan; urgency=medium
* Added lubuntu-grub-theme
* Removed unnecessary link from the top of readme.
-- Raman Sarda <theloudspeaker@lubuntu.me> Wed, 24 Sep 2019 11:10:29 +0530
lubuntu-artwork (19.10.1) eoan; urgency=medium
* Fix version number to be consistent with the release name.

8
debian/control vendored

@ -56,3 +56,11 @@ Replaces: sddm-theme-lubuntu-chooser (<< 1.4)
Provides: sddm-theme
Description: Lubuntu theme for SDDM X11 display manager
Lubuntu chooser theme for SDDM
Package: lubuntu-grub-theme
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: grub2
Description: Theme for Lubuntu grub screen
Custom grub theme for Lubuntu. Inspired from
breeze theme.

22
debian/copyright vendored

@ -32,3 +32,25 @@ License: GPL-2+
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
Files: boot/grub/themes/lubuntu-grub-theme/*
etc/default/grub.d/*
Copyright: 2019 Raman Sarda <theloudspeaker@lubuntu.me>
License: GPL-3.0+
License: GPL-3.0+
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 package 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/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

@ -0,0 +1,2 @@
src/etc/default/grub.d/lubuntu-grub-theme.cfg /etc/default/grub.d/
src/boot/grub/themes/lubuntu-grub-theme /boot/grub/themes/

@ -0,0 +1,24 @@
#!/bin/sh
# postinst script for lubuntu-grub-theme
#DEBHELPER#
set -e
case "$1" in
configure)
update-grub
;;
abort-upgrade|abort-remove|abort-deconfigure)
;;
*)
echo "postinst called with unknown argument \`$1'" >&2
exit 1
;;
esac
exit 0

@ -0,0 +1,23 @@
#!/bin/sh
# prerm script for lubuntu-grub-theme
set -e
#DEBHELPER#
case "$1" in
remove|upgrade|deconfigure)
rm /etc/default/grub.d/lubuntu-grub-theme.cfg
update-grub
;;
failed-upgrade)
;;
*)
echo "prerm called with unknown argument \`$1'" >&2
exit 1
;;
esac
exit 0

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

@ -0,0 +1,44 @@
# Custom grub theme for Lubuntu
desktop-image: "background.png"
desktop-image-scale-method: "stretch"
title-text: "Select a boot option"
title-color: "#eff0f1"
message-color: "#eff0f1"
terminal-box: "terminal_*.png"
+ boot_menu {
left = 20%
width = 60%
top = 33%
height = 33%
menu_pixmap_style = "boot_menu_*.png"
item_color = "#eff0f1"
item_height = 50
item_icon_space = 8
item_spacing = 2
selected_item_color= "#eff0f1"
selected_item_pixmap_style = "select_*.png"
icon_height = 48
icon_width = 48
scrollbar = true
scrollbar_width = 20
scrollbar_thumb = "slider_*.png"
}
+ progress_bar {
id = "__timeout__"
left = 33%
width = 33%
top = 73%
height = 8
show_text = false
fg_color = #275772
bg_color = #31363b
border_color = #4d4d4d
}

@ -0,0 +1 @@
GRUB_THEME=/boot/grub/themes/lubuntu-grub-theme/theme.txt
Loading…
Cancel
Save