Source i (link to git-repo or to original if based on someone elses unmodified work):

https://github.com/lfelipe1501/Atomic-GRUB2-Theme

18
Become a Fan
8.1

Description:
# Atomic GRUB Theme

This theme contain minimal, modern and simple theme for your GRUB2 Loader.

# Installation
Copy the "Atomic" folder to the themes directory in /boot/grub/themes. If you don't know how to do it, just run the included "install.sh" script as ROOT.

# Tips and tricks
To use all the icons set in the theme if one is not shown, you can add the class manually in your grub.cfg file
after the name of the grub entry you can add the class with the name of the icon that is in the icons folder of the theme.

Here is a demo of what the result looks like: https://git.io/vFhzN

Enjoy.
Last changelog:

Atomic GRUB2 Theme Version 4.0

Small features and improvements.
Installer now is more simple and install all the theme for anyone who does not want to get complicated.


Ratings & Comments

21 Comments

stib

There seems to be a bug in the installer. All the files get copied to /boot/grub/themes, not /boot/grub/themes/Atomic. I think the line that needs fixing is line 23, there should be a trailing slash after the source folder path I think. cp -rf /tmp/Atomic-GRUB2-Theme/Atomic /boot/${GRUB_NAME}/themes/ should be cp -rf /tmp/Atomic-GRUB2-Theme/Atomic/ /boot/${GRUB_NAME}/themes/

lfelipe1501

Hello thanx for report, several days ago I corrected this error so that it does not occur again. Feel free to try the installer again to get everything working correctly.

chadsters

10 10 the best

tatchou

9 9 excellent

alexis13

9 9 excellent

slman

10 thanks

riddler

5 5 average

metalworks

9 9 excellent

soymicmic

10 10 the best Awesome, thanks so much. What about GDM Theme?

cunha17

10 Great theme!

sronk

i use run the included "install.sh" script as ROOT. Now how can i uninstall it?

dejohnua

9 + Best theme ever!

bundito

9 +

babiloneos

59/5000 Hello. Thank for the theme, i love it. B ut, is there any way to put a background image on this theme?

Smarthard

9 +

pborman

Nice theme. To make installation simpler in your install.sh you could use cat / grep to strip the old GRUB_THEME= line, and then add your new one on the end. Something like cat /etc/default/grub | grep -v GRUB_THEME= > tempfile; echo "GRUB_THEME=/boot/grub/themes/Atomic/theme.txt" >>tempfile; mv tempfile /etc/default/grub Just a suggestion.

lfelipe1501

HI @pborman I'll keep it in mind for future versions that come ;)

armageddon51

Thanks looks cool. Also thanks for explaining what to do to install it. A lot of poster assume that everyone know everything. Btw there is a missing icon ; Manjaro. Can I just grab one and copy it to /icons ?

lfelipe1501

hi @armageddon51, yes, offcourse you can place the icon you want, in future versions more icons will be included, remember that to use the icon you must place the --class in the grub.cfg If you like the theme remember to + it with a positive score ;)

armageddon51

Great. I gave you a + no problem. I am using grub-customiser to load your theme but it is not going to pick up my manjaro icon I guess ?

lfelipe1501

You can place the icon in the path / boot / grub / themes / Atomic / icons / The icon must have the following feature 32x32 px

Pling
0 Affiliates
Details
license GPLv3
version 4.0
updated
added
downloads 24h 3
mediaviews 24h 0
pageviews 24h 61

Other GRUB Themes:

Grub gfxboot splash Amiga Theme
uwelauke
last update date: 15 years ago

Score 5.0

Squirrel
Axell
last update date: 17 years ago

Score 5.0

ruth
ghettocomp
last update date: 17 years ago

Score 5.0

Sexy
sinosh
last update date: 16 years ago

Score 5.0

Windows 8 prism (64bit)
Brahimsalem
last update date: 11 years ago

Score 4.7

reeds_1.xpm
jlindy
last update date: 17 years ago

Score 5.0




GRUB

How to install a grub theme:

  1. Extract the theme to /boot/grub/themes/

  2. Edit /etc/default/grub file. Find the line starting with "#GRUB_THEME" and change it to "GRUB_THEME=/boot/grub/themes/[THEME_FOLDER]/[theme.txt]" (replace [THEME_FOLDER] ; [theme.txt] is probably OK ; remove "[]" brackets)

  3. Run sudo update-grub

See also: https://de.wikipedia.org/wiki/Grand_Unified_Bootloader