https://github.com/samwhelp/grub-theme-monterey-remix
grub-theme-monterey-remix
https://github.com/samwhelp/grub-theme-monterey-remix
grub grub-theme grub-theme-remix grub2 grub2-theme
Last synced: 11 months ago
JSON representation
grub-theme-monterey-remix
- Host: GitHub
- URL: https://github.com/samwhelp/grub-theme-monterey-remix
- Owner: samwhelp
- License: mit
- Created: 2024-05-02T20:13:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T09:08:15.000Z (about 2 years ago)
- Last Synced: 2025-06-05T07:39:55.784Z (about 1 year ago)
- Topics: grub, grub-theme, grub-theme-remix, grub2, grub2-theme
- Language: Shell
- Homepage: https://samwhelp.github.io/grub-theme-monterey-remix/
- Size: 375 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grub-theme-monterey-remix
| Link | GitHub |
| ---- | ------ |
| [grub-theme-monterey-remix](https://samwhelp.github.io/grub-theme-monterey-remix/) | [GitHub](https://github.com/samwhelp/grub-theme-monterey-remix) |
| [grub-theme-remix](https://samwhelp.github.io/grub-theme-remix) | [GitHub](https://github.com/samwhelp/grub-theme-remix) |
| [grub-theme-remix-select](https://samwhelp.github.io/grub-theme-remix-select/) | [GitHub](https://github.com/samwhelp/grub-theme-remix-select) |
## Subject
* [Theme Source](#theme-source)
* [Background Source](#background-source)
* [Theme File](#theme-file)
* [Install](#install)
* [Apply](#apply)
* [Helper](#helper)
* [Docs](#docs)
## Theme Source
| Theme Source |
| ------ |
| [Pling](https://www.pling.com/p/1577873/) |
| GitHub / sandesh236 / [monterey-grub-theme](https://github.com/sandesh236/monterey-grub-theme) |
| [grub-theme-monterey-refactoring](https://github.com/samwhelp/grub-theme-monterey-refactoring) |
## Background Source
* [iron man](https://www.reddit.com/r/wallpaper/comments/olengo/3840x2160_iron_man/)
* [https://i.redd.it/1ai3l6g54kb71.jpg](https://i.redd.it/1ai3l6g54kb71.jpg)
## Theme File
| Theme File |
| -------------------------------- |
| [theme.txt](theme.txt) |
| [background.jpg](background.jpg) |
## Install
run
``` sh
mkdir -p "./tmp"
wget -c "https://github.com/samwhelp/grub-theme-monterey-remix/archive/refs/heads/main.tar.gz" -O "./tmp/grub-theme-monterey-remix-main.tar.gz"
tar xf "./tmp/grub-theme-monterey-remix-main.tar.gz" -C "./tmp"
sudo mkdir -p "/boot/grub/themes"
sudo cp -rf "./tmp/grub-theme-monterey-remix-main/." "/boot/grub/themes/grub-theme-monterey-remix"
```
or run remote script [fetch.sh](https://github.com/samwhelp/grub-theme-monterey-remix/blob/main/helper/theme-installer/fetch.sh)
``` sh
bash <(curl -L 'https://raw.githubusercontent.com/samwhelp/grub-theme-monterey-remix/main/helper/theme-installer/fetch.sh')
```
## Apply
edit `/etc/default/grub`
```
GRUB_BACKGROUND='/boot/grub/themes/grub-theme-monterey-remix/background.jpg'
GRUB_THEME="/boot/grub/themes/grub-theme-monterey-remix/theme.txt"
```
or create file `/etc/default/grub.d/theme.cfg`, run
``` sh
cat << EOF | sudo tee /etc/default/grub.d/theme.cfg
GRUB_BACKGROUND='/boot/grub/themes/grub-theme-monterey-remix/background.jpg'
GRUB_THEME="/boot/grub/themes/grub-theme-monterey-remix/theme.txt"
EOF
```
then run
``` sh
sudo update-grub
```
or run
``` sh
sudo grub-mkconfig -o /boot/grub/grub.cfg
```
## Helper
| Helper |
| ------ |
| [background-selector](helper/background-selector) |
## Docs
| Grub Docs |
| ---- |
| [Theme file format](https://www.gnu.org/software/grub/manual/grub/html_node/Theme-file-format.html) |
## Styled Boxes
| Region | Region | Region |
| ------------------- | --------------- | ------------------- |
| 1. Northwest (`nw`) | 2. North (`n`) | 3. Northeast (`ne`) |
| 4. West (`w`) | 5. Center (`c`) | 6. East (`e`) |
| 7. Southwest (`sw`) | 8. South (`s`) | 9. Southeast (`se`) |
> menu-box file name
| Region | Region | Region |
| -------------------- | ------------------- | -------------------- |
| 1. `menu-box-nw.png` | 2. `menu-box-n.png` | 3. `menu-box-ne.png` |
| 4. `menu-box-w.png` | 5. `menu-box-c.png` | 6. `menu-box-e.png` |
| 7. `menu-box-sw.png` | 8. `menu-box-s.png` | 9. `menu-box-se.png` |