diff --git a/PKGBUILD b/PKGBUILD index 7296e6f..c24697a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -33,7 +33,7 @@ package_grub-theme-tromjaro() { conflicts=('grub-theme-tromjaro-dev' 'grub-theme-manjaro' 'grub-theme-manjaro-dev') install=tromjaro-theme.install - cd grub-theme/tromjaro-live + cd grub-theme/manjaro-live 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/tromjaro/{} \; + find . -type f -exec install -D -m644 {} ${pkgdir}/usr/share/grub/themes/manjaro/{} \; } \ No newline at end of file diff --git a/tromjaro-theme.install b/tromjaro-theme.install index 0d07b22..d1cdb07 100755 --- a/tromjaro-theme.install +++ b/tromjaro-theme.install @@ -1,12 +1,12 @@ post_install() { - sed -i -e 's,.*GRUB_THEME=.*,GRUB_THEME="/usr/share/grub/themes/tromjaro/theme.txt",' /etc/default/grub + sed -i -e 's,.*GRUB_THEME=.*,GRUB_THEME="/usr/share/grub/themes/manjaro/theme.txt",' /etc/default/grub sed -i -e 's,.*GRUB_GFXMODE=.*,GRUB_GFXMODE=auto,' /etc/default/grub grub-mkconfig -o /boot/grub/grub.cfg cat << _EOF -==> Installation: Theme is added to your /etc/default/grub: GRUB_THEME="/usr/share/grub/themes/tromjaro/theme.txt" +==> Installation: Theme is added to your /etc/default/grub: GRUB_THEME="/usr/share/grub/themes/manjaro/theme.txt" ==> 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 ==> https://github.com/Ste74/grub-theme-dev @@ -22,7 +22,7 @@ post_remove() { cat << _EOF ==> IMPORTANT: Edit /boot/grub/grub.cfg , remove -==> set theme="/boot/grub/themes/tromjaro/theme.txt" +==> set theme="/boot/grub/themes/manjaro/theme.txt" ==> and uncomment an existing one / default! ==> (Maybe without "/boot", depending on PC setup)