From 7205f1698dab0b1f5dca0d514d625249a7765cec Mon Sep 17 00:00:00 2001 From: harishnkr Date: Thu, 22 Feb 2024 20:56:21 +0530 Subject: Initial Commit --- .github/README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .github/README.md (limited to '.github/README.md') diff --git a/.github/README.md b/.github/README.md new file mode 100644 index 0000000..ce57741 --- /dev/null +++ b/.github/README.md @@ -0,0 +1,47 @@ +# Black Screen of Life + +Embrace the Blue Screen. + +Own this grub theme. Make it the first thing you see... + +![preview image](preview.png) + +# How to Install + +- Clone the repo + +``` +git clone https://github.com/harishnkr/bsol.git +``` + +- Copy the entire `bsol/` directory to `/boot/grub/themes/` or similar path depending on your distribution + +- Change the `GRUB_THEME` line in `/etc/default/grub` file: + +``` +GRUB_THEME="/boot/grub/themes/bsol/theme.txt" +``` +- Update GRUB with sudo privileges. + +For Arch based systems: + +``` +sudo grub-mkconfig -o /boot/grub/grub.cfg +``` + + +For Debian based systems: + +``` +sudo update-grub +``` + +# Credits + +Fonts: + +- Victor Mono Italic +- [Weknow Windows Font](https://www.1001freefonts.com/weknow-windows.font) + + +[This amazing guide](http://wiki.rosalab.ru/en/index.php/Grub2_theme_tutorial) -- cgit v1.3