This theme supports English, Farsi (Persian), French, German, Italian, Norwegian, Portuguese, Russian, Spanish, Turkish, Ukrainian, Chinese (simplified)
-
Change directory to where theme's .txt file is
cd achaemenid-grub-theme/achaemenid
-
Edit theme.txt
nano theme.txt
-
Find line 44 and comment out that line so it becomes like this:
# text = "Booting in %d seconds"
-
Find your preferred language and uncomment it (Farsi language in this case) so it becomes like this:
text = "بوت کردن در %d ثانیه"
-
Do the same for line 79. comment out the default text, and uncomment your preferred language
-
Save the .txt file using CTRL+O and then Enter, and exit using CTRL+X and Enter
-
Switch to parent directory and run the install script again
cd .. sudo ./install.sh
First and main method of installation
-
Open terminal
-
Clone this repository
git clone https://github.com/arash28134/achaemenid-grub-theme.git
-
Change directory to the Achaemenid Theme
cd achaemenid-grub-theme
-
Run installation script
sudo ./install.sh
-
Reboot your PC
Second method of installation
-
Install Grub Customizer
sudo add-apt-repository ppa:danielrichter2007/grub-customizer sudo apt-get update sudo apt-get install grub-customizer
-
Go into the cloned repository
-
Right click on achaemenid directory and choose "Compress" and then select .zip and hit Create
-
Open Grub Customizer
-
Go to Appearance settings tab
-
Select Custom resolution and type in your resolution. E.g: 1920x1080
-
Press Add theme button and then select the .zip file that you just made
-
Save changes
-
Reboot your PC