Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 402 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 402 Bytes

bsod

Grub theme inspired by Windows BSOD

Preview

Preview

Instalation

  • Download latest release to grub themes folder
cd /boot/grub/themes
curl -L https://github.com/bastakka/bsod/releases/latest/download/bsod.tar.gz | tar xz
  • Append following entry to /etc/default/grub
GRUB_THEME = "/boot/grub/themes/bsod/theme.txt"
  • Update grub
sudo update-grub