Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomdewildt/minimal-grub-theme
Minimalistic GRUB theme insipired by primitivistical and vimix
https://github.com/tomdewildt/minimal-grub-theme
actions grub grub-theme linux makefile
Last synced: about 8 hours ago
JSON representation
Minimalistic GRUB theme insipired by primitivistical and vimix
- Host: GitHub
- URL: https://github.com/tomdewildt/minimal-grub-theme
- Owner: tomdewildt
- License: mit
- Created: 2020-12-29T12:18:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T13:53:34.000Z (2 months ago)
- Last Synced: 2024-08-28T15:17:14.071Z (2 months ago)
- Topics: actions, grub, grub-theme, linux, makefile
- Language: Makefile
- Homepage:
- Size: 852 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Minimal GRUB Theme
[![Version](https://img.shields.io/github/v/release/tomdewildt/minimal-grub-theme?label=version)](https://github.com/tomdewildt/minimal-grub-theme/releases)
[![Release](https://img.shields.io/github/actions/workflow/status/tomdewildt/minimal-grub-theme/cd.yml?label=release)](https://github.com/tomdewildt/minimal-grub-theme/actions/workflows/cd.yml)
[![License](https://img.shields.io/github/license/tomdewildt/minimal-grub-theme)](https://github.com/tomdewildt/minimal-grub-theme/blob/master/LICENSE)Minimalistic GRUB theme insipired by [primitivistical](https://gitlab.com/fffred/primitivistical-grub/-/tree/master/) and [vimix](https://github.com/vinceliuice/grub2-themes).
**Note:** This theme only supports systems with a 1920x1080 resolution.
# How To Install
Prerequisites:
* grub version ```2.0.4``` or later
* grub-emu version ```2.0.4``` or later### Install
1. Run ```make install``` to install the theme.
### Uninstall
1. Run ```make uninstall``` to uninstall the theme.
Run ```make emulator/start``` to start the emulator and ```make emulator/version``` to view the emulator version.
# Preview
![Preview](/preview.jpg?raw=true)
# References
[GRUB Manual](https://www.gnu.org/software/grub/manual/grub/grub.html)
[GRUB Theme Tutorial](http://wiki.rosalab.ru/en/index.php/Grub2_theme_tutorial)
[Gnome-Look GRUB Themes](https://www.gnome-look.org/browse/cat/109/order/latest/)