An open API service indexing awesome lists of open source software.

https://github.com/robloach/ubuntu-mate

GRUB2 Theme for Ubuntu MATE
https://github.com/robloach/ubuntu-mate

grub grub-theme grub2 grub2-theme ubuntu-mate

Last synced: 15 days ago
JSON representation

GRUB2 Theme for Ubuntu MATE

Awesome Lists containing this project

README

        

## Ubuntu MATE GRUB Theme

Supported languages: Chinese (simplified), English, French, German, Italian, Norwegian, Portuguese, Russian, Spanish, Ukrainian

![Ubuntu MATE GRUB Theme Screenshot](screenshot.png)
---

### Installation / update

1. **Secure way:**
- Download install script:
`wget -P /tmp https://github.com/RobLoach/ubuntu-mate/raw/master/install.sh`
- Review install script at `/tmp/install.sh`
- Run it: `bash /tmp/install.sh`

2. **Easier, less secure way** — just download and run install script:
`wget -O - https://github.com/RobLoach/ubuntu-mate/raw/master/install.sh | bash`

---

### See also

- [GRUB Customizer](https://launchpad.net/grub-customizer) if you want to change GRUB settings through a GUI
- [Poly light GRUB theme](https://github.com/shvchk/poly-light)
- [Poly dark GRUB theme](https://github.com/shvchk/poly-dark)
- [Fallout GRUB theme](https://github.com/shvchk/fallout-grub-theme)

### Development

This is built from [poly-light](https://github.com/shvchk/poly-light), to update it...
```
git pull https://github.com/shvchk/poly-light.git master
```