Skip to content

acidburnmonkey/netrunner-grubtheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netrunner-grub2 theme

This is a theme for grub2

Installation on Fedora & Ubuntu

sudo chmod +x install.sh
sudo ./install.sh

all done!

Manual Installation

1.copy netruner into grub themes directory

sudo cp -r netruner  /usr/share/grub/themes 
  1. Edit grub file
sudo vim /etc/default/grub

and add the theme to the bottom of the text file

GRUB_THEME="/usr/share/grub/themes/netruner/theme.txt"

make sure to coment the console option

#GRUB_TERMINAL_OUTPUT="console"
  1. Update grub2
    on Ubuntu
    sudo update-grub

On Fedora

sudo grub2-mkconfig -o /boot/grub2/grub.cfg
sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg

For LUKS users

Remember to change the theme location to the unencrypted part of your drive since grub loads before decryption happens for example :

sudo cp -r netruner  /boot/grub2/themes 

Adjust the grub file acordingly

GRUB_THEME="/boot/grub2/themes/netruner/theme.txt"

Your donations will help WingsOfRedemption's wife buy new shoes lamao

Buy Me A Coffee

Monero

43Sxiso2FHsYhP7HTqZgsXa3m3uHtxHQdMeHxECqRefyazZfpGVCLVsf1gU68jxJBo1G171AC181q1BqAUaG1m554MLsspG

Bitcon

bc1qk06cyheffclx7x434zpxjzcdl50452r9ducw0x

Original background by nelsontai

Icons from icons8

About

netrunner | red theme for grub2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages