Install Pop_OS Grub Theme on Linux Mint / Ubuntu Derivative system
PowderLinux created my Pop_OS-GrubTheme. (the fonts that System76 uses on Pop_OS). he ended up not including them in the theme tho because he didnt like the way they came out after converting them to grub's .pf2 format.
Supported languages: Chinese (simplified), English, French, German, Norwegian, Portuguese, Russian, Ukrainian.
What is Pop!_OS ?
Pop!_OS is built from the Ubuntu repositories (meaning you get the same access to software as Ubuntu), but it's not simply Ubuntu with some changes on top. The easiest way to see and feel the difference is to give both a try, but this doc will also give you a fairly expansive run down.We build Pop!_OS with a philosophy of sticking to upstream decisions by default, but deviating when it provides a better experience for our customers and users. Our decisions around user experience are informed from over a decade of selling Linux computers and listening to our customers' feedback.
How to Install Pop_OS Grub Theme on Linux Mint / Ubuntu Derivative system :
Download Pop OS Grub , I was Tried this theme using Ubuntu 18.04 Bionic. Open terminal and follow this command :wget https://dl.opendesktop.org/api/files/download/id/1533501075/s/52e92a0ec8103710e00ec2f7a82dda09/t/1535783911/u//Pop_OS-GrubTheme.zip
Copy the extracted folder to /boot/grub/themes :
sudo unzip Pop_OS-GrubTheme.zip -d /boot/grub/themes
Note : use 'sudo mkdir /boot/grub/themes' if you dont have 'themes' folder
Add the following to /etc/default/grub >
GRUB_THEME="/boot/grub/themes/Pop_OS-GrubTheme/theme.txt"
sudo gedit /etc/default/grub
Update your grub.cfg :
$ sudo update-grubGenerating grub configuration file …
Found theme: /boot/grub/themes/Pop_OS-GrubTheme/theme.txt



