Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shvchk/poly-dark
Poly dark GRUB theme
https://github.com/shvchk/poly-dark
grub grub-theme grub2 grub2-theme
Last synced: about 7 hours ago
JSON representation
Poly dark GRUB theme
- Host: GitHub
- URL: https://github.com/shvchk/poly-dark
- Owner: shvchk
- License: mit
- Created: 2018-04-21T20:40:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T02:55:19.000Z (over 1 year ago)
- Last Synced: 2024-08-03T09:04:43.063Z (4 months ago)
- Topics: grub, grub-theme, grub2, grub2-theme
- Language: Shell
- Homepage: https://opendesktop.org/p/1230780
- Size: 3.05 MB
- Stars: 167
- Watchers: 5
- Forks: 37
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-linux-ricing - Poly dark - Poly dark GRUB theme. (GRUB / VSCode)
README
## Poly dark GRUB theme
Supported languages: Chinese (simplified), Chinese (traditional), English, French, German, Hungarian, Italian, Korean, Latvian, Norwegian, Polish, Portuguese, Russian, Rusyn, Spanish, Turkish, Ukrainian
![](https://i.imgur.com/OHGyR2N.gif)
Screenshot is intentionally low res to fit GitHub UI. See also: [1280×720](https://i.imgur.com/iKtkLr4.png), [1920×1080](https://i.imgur.com/faGEmp5.png)
---
### Installation / update
- **Secure way:**
- Download install script:
```sh
wget -P /tmp https://github.com/shvchk/poly-dark/raw/master/install.sh
```- Review it at `/tmp/install.sh`
- Run it:
```sh
bash /tmp/install.sh
```- **Easier, less secure way** — just download and run install script:
```sh
wget -O - https://github.com/shvchk/poly-dark/raw/master/install.sh | bash
```
You can use `--lang` option to select language and disable interactive language selection, e.g.:
```sh
bash /tmp/install.sh --lang German
```or
```sh
wget -O- https://github.com/shvchk/poly-dark/raw/master/install.sh | bash -s -- --lang Korean
```Full list of languages see in `INSTALLER_LANGS` variable in [install.sh](install.sh)
---
### See also
- [Poly light GRUB theme](https://github.com/shvchk/poly-light)
- [Fallout GRUB theme](https://github.com/shvchk/fallout-grub-theme)