Convert to Fallout theme
@@ -1,10 +1,8 @@
|
||||
## Poly light GRUB theme
|
||||
## Fallout GRUB theme
|
||||
|
||||
Supported languages: Chinese (simplified), English, French, German, Norwegian, Portuguese, Russian, Ukrainian
|
||||
|
||||

|
||||
|
||||
Screenshot is intentionally low res to fit GitHub UI. See also: [1280×720](https://i.imgur.com/HT4ivRY.png), [1920×1080](https://i.imgur.com/n8jBLsj.png)
|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -12,9 +10,9 @@ Screenshot is intentionally low res to fit GitHub UI. See also: [1280×720](http
|
||||
|
||||
1. **Secure way:**
|
||||
- Download install script:
|
||||
`wget -P /tmp https://github.com/shvchk/poly-light/raw/master/install.sh`
|
||||
`wget -P /tmp https://github.com/shvchk/fallout-grub-theme/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/shvchk/poly-light/raw/master/install.sh | bash`
|
||||
`wget -O - https://github.com/shvchk/fallout-grub-theme/raw/master/install.sh | bash`
|
||||
|
||||
|
Before Width: | Height: | Size: 659 KiB After Width: | Height: | Size: 306 KiB |
|
Before Width: | Height: | Size: 475 B After Width: | Height: | Size: 493 B |
|
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 390 B |
|
Before Width: | Height: | Size: 485 B After Width: | Height: | Size: 500 B |
|
Before Width: | Height: | Size: 406 B After Width: | Height: | Size: 429 B |
|
Before Width: | Height: | Size: 518 B After Width: | Height: | Size: 529 B |
|
Before Width: | Height: | Size: 547 B After Width: | Height: | Size: 569 B |
|
Before Width: | Height: | Size: 414 B After Width: | Height: | Size: 427 B |
|
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 387 B |
|
Before Width: | Height: | Size: 486 B After Width: | Height: | Size: 499 B |
|
Before Width: | Height: | Size: 377 B After Width: | Height: | Size: 379 B |
|
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 456 B |
|
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 416 B |
|
Before Width: | Height: | Size: 491 B After Width: | Height: | Size: 500 B |
|
Before Width: | Height: | Size: 268 B After Width: | Height: | Size: 279 B |
|
Before Width: | Height: | Size: 476 B After Width: | Height: | Size: 496 B |
|
Before Width: | Height: | Size: 491 B After Width: | Height: | Size: 504 B |
|
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 380 B |
|
Before Width: | Height: | Size: 192 B After Width: | Height: | Size: 196 B |
|
Before Width: | Height: | Size: 448 B After Width: | Height: | Size: 461 B |
|
Before Width: | Height: | Size: 452 B After Width: | Height: | Size: 467 B |
|
Before Width: | Height: | Size: 382 B After Width: | Height: | Size: 399 B |
|
Before Width: | Height: | Size: 287 B After Width: | Height: | Size: 290 B |
|
Before Width: | Height: | Size: 469 B After Width: | Height: | Size: 482 B |
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
THEME='poly-light'
|
||||
THEME='fallout-grub-theme'
|
||||
LANG='English'
|
||||
|
||||
# Pre-authorise sudo
|
||||
|
||||
|
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 70 B |
@@ -2,7 +2,7 @@
|
||||
title-text: ""
|
||||
desktop-image: "background.png"
|
||||
desktop-color: "#000000"
|
||||
terminal-font: "Unifont Regular 18"
|
||||
terminal-font: "Fixedsys Regular 32"
|
||||
terminal-box: "terminal_box_*.png"
|
||||
terminal-left: "0"
|
||||
terminal-top: "0"
|
||||
@@ -16,11 +16,12 @@ terminal-border: "0"
|
||||
top = 20%
|
||||
width = 70%
|
||||
height = 60%
|
||||
item_font = "Unifont Regular 18"
|
||||
item_color = "#777777"
|
||||
selected_item_color = "#444444"
|
||||
item_height = 40
|
||||
item_spacing = 4
|
||||
item_font = "Fixedsys Regular 32"
|
||||
item_color = "#67d97a"
|
||||
selected_item_color = "#ffffff"
|
||||
item_height = 48
|
||||
item_spacing = 8
|
||||
item_icon_space = 12
|
||||
item_pixmap_style = "item_*.png"
|
||||
selected_item_pixmap_style = "selected_item_*.png"
|
||||
}
|
||||
@@ -28,7 +29,7 @@ terminal-border: "0"
|
||||
# Countdown message
|
||||
+ label {
|
||||
left = 0
|
||||
top = 100%-48
|
||||
top = 98%-70
|
||||
width = 100%
|
||||
align = "center"
|
||||
id = "__timeout__"
|
||||
@@ -48,14 +49,14 @@ terminal-border: "0"
|
||||
# text = "Автоматичне завантаження розпочнеться через %d сек."
|
||||
# zh_CN
|
||||
# text = "在 %d 内启动"
|
||||
color = "#777777"
|
||||
font = "Unifont Regular 18"
|
||||
color = "#67d97a"
|
||||
font = "Fixedsys Regular 32"
|
||||
}
|
||||
|
||||
# Navigation keys hint
|
||||
+ label {
|
||||
left = 0
|
||||
top = 100%-24
|
||||
top = 98%-30
|
||||
width = 100%
|
||||
align = "center"
|
||||
# DE
|
||||
@@ -74,6 +75,6 @@ terminal-border: "0"
|
||||
# text = "Використовуйте ↑ та ↓ для вибору, Enter для підтвердження"
|
||||
# zh_CN
|
||||
# text = "使用 ↑ 和 ↓ 键移动选择条,Enter 键确认"
|
||||
color = "#777777"
|
||||
font = "Unifont Regular 18"
|
||||
color = "#67d97a"
|
||||
font = "Fixedsys Regular 32"
|
||||
}
|
||||
|
||||