Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

trailjeep/darkmatter-grub2-theme

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

214 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

logo

license license

πŸ€“ If you wanna check out some of the tweaks you can do in GRUB check out grub-tweaks
πŸ“£ Hey everyone, if you are interested in polling for the new update check out the issue#16

βš™οΈ Installation

βœ… Using Installation Script

1️⃣ Clone the repository

git clone --depth 1 https://github.com/trailjeep/darkmatter-grub2-theme.git
cd darkmatter-grub2-theme

2️⃣ Run install.py

sudo python3 install.py

βœ… Manual Installation

Click to view...

Debian ✨ Ubuntu ✨ Arch

1️⃣ Download your favourite version of the theme from Pling.

Now extract your downloaded .zip file.

Either manually extract it or use the command below. ( Here I'm using debian version of my theme as an example )

unzip dark-matter-debian.zip

The rest of the commands are the same for all theme styles.

2️⃣ Copy the theme directory.

sudo cp -r dark-matter /boot/grub/themes/

3️⃣ Make changes to the GRUB config file.

sudo nano /etc/default/grub

Find the line GRUB_THEME= then change it to GRUB_THEME="/boot/grub/themes/dark-matter/theme.txt"

Then save the file.

4️⃣ Finally, update the grub.

sudo grub-mkconfig -o /boot/grub/grub.cfg

Now the theme should be installed successfully, enjoy !!

Fedora ✨ Redhat

1️⃣ Download your favourite version of the theme from Pling.

Now extract your downloaded .zip file.

Either manually extract it or use the command below. ( Here I'm using debian version of my theme as an example )

unzip dark-matter-debian.zip

The rest of the commands are the same for all theme styles.

2️⃣ Copy the theme directory.

sudo cp -r dark-matter /boot/grub2/themes/

3️⃣ Make changes to the GRUB config file.

sudo nano /etc/default/grub

Find the line GRUB_THEME= then change it to GRUB_THEME="/boot/grub2/themes/dark-matter/theme.txt"

Change the line GRUB_TERMINAL_OUTPUT=console to this (comment it out) #GRUB_TERMINAL_OUTPUT=console

Then save the file.

4️⃣ Finally, update the grub.

sudo grub2-mkconfig -o /boot/grub2/grub.cfg

Now restart your computer the grub theme should be installed successfully, enjoy !!

( NOTE ) To request the theme for any specific linux distro of your liking open an issue with feature request label and let me know !!

Also, if you liked πŸ’• my project please give it a star ⭐ this will inspire me lot and show me that you guys actually like and support my work... So ummm... that's all πŸ˜… have an awesome day πŸ€—

❀️ Support

πŸ’– Support me on...

Buy Me a Coffee at ko-fi.com

πŸ“Έ Preview

About

Dark Matter GRUB Theme πŸ‘¨β€πŸ”¬πŸ’™

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%