Skip to content

Commit

Permalink
add grub theme
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Dec 30, 2024
1 parent de67306 commit 7fda4a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion etc/config/hooks/live/099-install-custom-apps.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [[ $(dpkg --print-architecture) = arm64 ]]; then
else
FIREFOX="firefox-bin"
fi
SUDO_USER=rhino-live pacstall -QPINs nala-deb ${FIREFOX} vscodium-deb celeste-bin linux-kernel-stable rhino-core quintom-cursor-theme-git timeshift fake-ubuntu-advantage-tools-deb
SUDO_USER=rhino-live pacstall -QPINs nala-deb ${FIREFOX} vscodium-deb celeste-bin linux-kernel-stable rhino-core quintom-cursor-theme-git rhino-grub-theme-git timeshift fake-ubuntu-advantage-tools-deb
SUDO_USER=rhino-live pacstall -QPINs rhino-setup-bin

#Hack: arm64 firefox no snap
Expand Down Expand Up @@ -70,6 +70,10 @@ cd /usr/share/glib-2.0/schemas
sudo glib-compile-schemas .
cd ~

# Grub
echo "GRUB_THEME=/usr/share/grub/themes/rhino/theme.txt" | sudo tee -a /etc/default/grub > /dev/null
sudo update-grub

#Calamares
# Replace Lubuntu Calamares desktop file with ours
rm /usr/share/applications/calamares.desktop
Expand Down

0 comments on commit 7fda4a4

Please sign in to comment.