https://github.com/spacebagel/moscowpolytech_grub2
https://github.com/spacebagel/moscowpolytech_grub2
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spacebagel/moscowpolytech_grub2
- Owner: spacebagel
- Created: 2025-03-22T12:08:38.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-22T12:28:47.000Z (3 months ago)
- Last Synced: 2025-03-22T13:30:02.037Z (3 months ago)
- Language: Shell
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🖌️Московский Политех - тема для GRUB2 | Moscow Polytech - GRUB2 theme

## ▶️ Установка
### Без параметров
```sh
sudo ./install.sh
```### С параметрами
Вид команды: `sudo ./install.sh [OPTIONS...]`
| Options: | Description: |
|:-----------------------|:-------------|
| -b, --boot | Установка темы в каталог `/boot/grub/themes` |
| -s, --screen | Выбор разрешения монитора [1080p/2k/4k] (по умолчанию 1080p) |
| -r, --remove | Удаление темы |
| -h, --help | Вывод этого микрогайда |## ☠️ Исправление проблем с разрешением
- На экране grub запустить консоль нажатием на клавишу `c`
- Ввести `vbeinfo` или `videoinfo` - просмотреть доступные разрешения монитора
- Открыть `/etc/default/grub` и изменить строку `GRUB_GFXMODE=[height]x[width]x32`, указав желаемое разрешение
- Запустить `grub-mkconfig -o /boot/grub/grub.cfg`, чтобы обновить конфигурацию grub---
## ▶️ Installation
RUN:
```sh
sudo ./install.sh
```### Installation Usage
Usage: `sudo ./install.sh [OPTIONS...]`
| Options: | Description: |
|:-----------------------|:-------------|
| -b, --boot | Install grub theme into `/boot/grub/themes` |
| -s, --screen | screen display variant(s) [1080p/2k/4k] (default is 1080p) |
| -r, --remove | Uninstall theme |
| -h, --help | Show this help |## ☠️ Correcting display resolution
- On the grub screen, press `c` to enter the command line
- Enter `vbeinfo` or `videoinfo` to check available resolutions
- Open `/etc/default/grub`, and edit `GRUB_GFXMODE=[height]x[width]x32` to match your resolution
- Finally, run `grub-mkconfig -o /boot/grub/grub.cfg` to update your grub config---
## 🔗 Links
[Based On Graphite](https://github.com/vinceliuice/Graphite-gtk-theme/tree/main)