changed theme folder to 'tromjaro'
This commit is contained in:
parent
e0c6987f1a
commit
b0a4243ee8
2
PKGBUILD
2
PKGBUILD
|
@ -35,5 +35,5 @@ package_grub-theme-tromjaro() {
|
||||||
|
|
||||||
cd grub-theme/manjaro-live
|
cd grub-theme/manjaro-live
|
||||||
sed -i -e 's,.*text = "Welcome to TROMjaro".*,#text = "Welcome to TROMjaro",' theme.txt #remove welcome message
|
sed -i -e 's,.*text = "Welcome to TROMjaro".*,#text = "Welcome to TROMjaro",' theme.txt #remove welcome message
|
||||||
find . -type f -exec install -D -m644 {} ${pkgdir}/usr/share/grub/themes/manjaro/{} \;
|
find . -type f -exec install -D -m644 {} ${pkgdir}/usr/share/grub/themes/tromjaro/{} \;
|
||||||
}
|
}
|
|
@ -1,13 +1,13 @@
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
||||||
sed -i -e 's,.*GRUB_THEME=.*,GRUB_THEME="/usr/share/grub/themes/manjaro/theme.txt",' /etc/default/grub
|
sed -i -e 's,.*GRUB_THEME=.*,GRUB_THEME="/usr/share/grub/themes/tromjaro/theme.txt",' /etc/default/grub
|
||||||
sed -i -e 's,.*GRUB_GFXMODE=.*,GRUB_GFXMODE=auto,' /etc/default/grub
|
sed -i -e 's,.*GRUB_GFXMODE=.*,GRUB_GFXMODE=auto,' /etc/default/grub
|
||||||
sed -i -e 's,.*GRUB_DISTRIBUTOR=.*,GRUB_DISTRIBUTOR="TROMjaro Linux",' /etc/default/grub
|
sed -i -e 's,.*GRUB_DISTRIBUTOR=.*,GRUB_DISTRIBUTOR="TROMjaro",' /etc/default/grub
|
||||||
grub-mkconfig -o /boot/grub/grub.cfg
|
grub-mkconfig -o /boot/grub/grub.cfg
|
||||||
|
|
||||||
cat << _EOF
|
cat << _EOF
|
||||||
|
|
||||||
==> Installation: Theme is added to your /etc/default/grub: GRUB_THEME="/usr/share/grub/themes/manjaro/theme.txt"
|
==> Installation: Theme is added to your /etc/default/grub: GRUB_THEME="/usr/share/grub/themes/tromjaro/theme.txt"
|
||||||
==> Default resolution "auto"
|
==> Default resolution "auto"
|
||||||
==> If an OS icon doesn't appear probably not present in /usr/share/grub/themes/tromjaro/icons simply add it or merge in
|
==> If an OS icon doesn't appear probably not present in /usr/share/grub/themes/tromjaro/icons simply add it or merge in
|
||||||
==> https://github.com/Ste74/grub-theme-dev
|
==> https://github.com/Ste74/grub-theme-dev
|
||||||
|
@ -23,7 +23,7 @@ post_remove() {
|
||||||
cat << _EOF
|
cat << _EOF
|
||||||
|
|
||||||
==> IMPORTANT: Edit /boot/grub/grub.cfg , remove
|
==> IMPORTANT: Edit /boot/grub/grub.cfg , remove
|
||||||
==> set theme="/boot/grub/themes/manjaro/theme.txt"
|
==> set theme="/boot/grub/themes/tromjaro/theme.txt"
|
||||||
==> and uncomment an existing one / default!
|
==> and uncomment an existing one / default!
|
||||||
==> (Maybe without "/boot", depending on PC setup)
|
==> (Maybe without "/boot", depending on PC setup)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user