Initial Commit
21
themes/fallout/LICENSE
Normal file
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2017 Andrei Shevchuk
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
25
themes/fallout/README.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
## Fallout GRUB theme
|
||||
|
||||
Supported languages: Chinese (simplified), English, French, German, Italian, Norwegian, Portuguese, Russian, Spanish, Ukrainian
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
### Installation / update
|
||||
|
||||
1. **Secure way:**
|
||||
- Download install script:
|
||||
`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/fallout-grub-theme/raw/master/install.sh | bash`
|
||||
|
||||
---
|
||||
|
||||
### See also
|
||||
|
||||
- [Poly light GRUB theme](https://github.com/shvchk/poly-light)
|
||||
- [Poly dark GRUB theme](https://github.com/shvchk/poly-dark)
|
BIN
themes/fallout/background.png
Normal file
After Width: | Height: | Size: 306 KiB |
BIN
themes/fallout/fixedsys-regular-32.pf2
Normal file
BIN
themes/fallout/icons/antergos.png
Normal file
After Width: | Height: | Size: 493 B |
BIN
themes/fallout/icons/arch.png
Normal file
After Width: | Height: | Size: 390 B |
BIN
themes/fallout/icons/chakra.png
Normal file
After Width: | Height: | Size: 500 B |
BIN
themes/fallout/icons/debian.png
Normal file
After Width: | Height: | Size: 429 B |
BIN
themes/fallout/icons/deepin.png
Normal file
After Width: | Height: | Size: 529 B |
BIN
themes/fallout/icons/elementary.png
Normal file
After Width: | Height: | Size: 569 B |
BIN
themes/fallout/icons/fedora.png
Normal file
After Width: | Height: | Size: 427 B |
BIN
themes/fallout/icons/gentoo.png
Normal file
After Width: | Height: | Size: 387 B |
BIN
themes/fallout/icons/gnu-linux.png
Normal file
After Width: | Height: | Size: 499 B |
BIN
themes/fallout/icons/kali.png
Normal file
After Width: | Height: | Size: 379 B |
BIN
themes/fallout/icons/kaos.png
Normal file
After Width: | Height: | Size: 456 B |
BIN
themes/fallout/icons/korora.png
Normal file
After Width: | Height: | Size: 416 B |
BIN
themes/fallout/icons/kubuntu.png
Normal file
After Width: | Height: | Size: 500 B |
BIN
themes/fallout/icons/lfs.png
Normal file
After Width: | Height: | Size: 279 B |
BIN
themes/fallout/icons/linuxmint.png
Normal file
After Width: | Height: | Size: 496 B |
BIN
themes/fallout/icons/lubuntu.png
Normal file
After Width: | Height: | Size: 504 B |
BIN
themes/fallout/icons/mageia.png
Normal file
After Width: | Height: | Size: 380 B |
BIN
themes/fallout/icons/manjaro.png
Normal file
After Width: | Height: | Size: 196 B |
BIN
themes/fallout/icons/opensuse.png
Normal file
After Width: | Height: | Size: 461 B |
BIN
themes/fallout/icons/siduction.png
Normal file
After Width: | Height: | Size: 467 B |
BIN
themes/fallout/icons/ubuntu.png
Normal file
After Width: | Height: | Size: 399 B |
BIN
themes/fallout/icons/windows.png
Normal file
After Width: | Height: | Size: 290 B |
BIN
themes/fallout/icons/xubuntu.png
Normal file
After Width: | Height: | Size: 482 B |
BIN
themes/fallout/item_c.png
Normal file
After Width: | Height: | Size: 70 B |
BIN
themes/fallout/selected_item_c.png
Normal file
After Width: | Height: | Size: 70 B |
BIN
themes/fallout/terminal_box_c.png
Normal file
After Width: | Height: | Size: 67 B |
88
themes/fallout/theme.txt
Normal file
|
@ -0,0 +1,88 @@
|
|||
# Global properties
|
||||
title-text: ""
|
||||
desktop-image: "background.png"
|
||||
desktop-color: "#000000"
|
||||
terminal-font: "Fixedsys Regular 32"
|
||||
terminal-box: "terminal_box_*.png"
|
||||
terminal-left: "0"
|
||||
terminal-top: "0"
|
||||
terminal-width: "100%"
|
||||
terminal-height: "100%"
|
||||
terminal-border: "0"
|
||||
|
||||
# Boot menu
|
||||
+ boot_menu {
|
||||
left = 15%
|
||||
top = 20%
|
||||
width = 70%
|
||||
height = 60%
|
||||
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"
|
||||
}
|
||||
|
||||
# Countdown message
|
||||
+ label {
|
||||
left = 0
|
||||
top = 98%-70
|
||||
width = 100%
|
||||
align = "center"
|
||||
id = "__timeout__"
|
||||
# DE
|
||||
# text = "Start in %d Sekunden."
|
||||
# EN
|
||||
text = "Booting in %d seconds"
|
||||
# ES
|
||||
# text = "Arranque en %d segundos"
|
||||
# FR
|
||||
# text = "Démarrage automatique dans %d secondes"
|
||||
# IT
|
||||
# text = "Avvio in %d secondi"
|
||||
# NO
|
||||
# text = "Starter om %d sekunder"
|
||||
# PT
|
||||
# text = "Arranque automático dentro de %d segundos"
|
||||
# RU
|
||||
# text = "Загрузка выбранного пункта через %d сек."
|
||||
# UA
|
||||
# text = "Автоматичне завантаження розпочнеться через %d сек."
|
||||
# zh_CN
|
||||
# text = "在 %d 内启动"
|
||||
color = "#67d97a"
|
||||
font = "Fixedsys Regular 32"
|
||||
}
|
||||
|
||||
# Navigation keys hint
|
||||
+ label {
|
||||
left = 0
|
||||
top = 98%-30
|
||||
width = 100%
|
||||
align = "center"
|
||||
# DE
|
||||
# text = "System mit ↑ und ↓ auswählen und mit Enter bestätigen."
|
||||
# EN
|
||||
text = "Use ↑ and ↓ keys to change selection, Enter to confirm"
|
||||
# ES
|
||||
# text = "Use las teclas ↑ y ↓ para cambiar la selección, Enter para confirmar"
|
||||
# FR
|
||||
# text = "Choisissez le système avec les flèches du clavier (↑ et ↓), puis validez avec la touche Enter (↲)"
|
||||
# IT
|
||||
# text = "Usa i tasti ↑ e ↓ per cambiare la selezione, premi Invio ↲ per confermare"
|
||||
# NO
|
||||
# text = "Bruk ↑ og ↓ for å endre menyvalg, velg med Enter"
|
||||
# PT
|
||||
# text = "Use as teclas ↑ e ↓ para mudar a seleção, e ENTER para confirmar"
|
||||
# RU
|
||||
# text = "Используйте клавиши ↑ и ↓ для изменения выбора, Enter для подтверждения"
|
||||
# UA
|
||||
# text = "Використовуйте ↑ та ↓ для вибору, Enter для підтвердження"
|
||||
# zh_CN
|
||||
# text = "使用 ↑ 和 ↓ 键移动选择条,Enter 键确认"
|
||||
color = "#67d97a"
|
||||
font = "Fixedsys Regular 32"
|
||||
}
|