From de50b5a30d25c3d6d2a97d2366c2bdbfb4e6cc77 Mon Sep 17 00:00:00 2001 From: Andrei Shevchuk Date: Mon, 1 May 2017 21:16:28 +0300 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7542c14 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +## Poly light GRUB theme + +![](https://i.imgur.com/XitFbtv.gif) + +### Installation + +1. Get theme archive: `wget https://github.com/shvchk/poly-light/archive/master.zip` +2. Unpack theme: `unzip master.zip` +3. Remove theme archive: `rm master.zip` +4. Create GRUB themes directory: `sudo mkdir -p /boot/grub/themes` +5. Move theme to GRUB themes directory: `sudo mv poly-light-master /boot/grub/themes/poly-light` +6. Set `GRUB_THEME=/boot/grub/themes/poly-light/theme.txt` in GRUB config: `sudo nano /etc/default/grub` +7. Update GRUB: `sudo update-grub`