Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arvigeus/steam-big-picture-grub-theme
A Steam Big Picture inspired GRUB2 theme
https://github.com/arvigeus/steam-big-picture-grub-theme
Last synced: 5 days ago
JSON representation
A Steam Big Picture inspired GRUB2 theme
- Host: GitHub
- URL: https://github.com/arvigeus/steam-big-picture-grub-theme
- Owner: arvigeus
- Created: 2024-07-02T04:01:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T20:39:42.000Z (5 months ago)
- Last Synced: 2024-10-09T04:31:23.426Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 1.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
Awesome Lists containing this project
- awesome-linux-ricing - steam-big-picture - Steam Big Picture inspired GRUB theme. (GRUB / VSCode)
README
# Steam Big Picture Grub Theme
A theme inspired by [Steam Big Picture Mode](https://static1.makeuseofimages.com/wordpress/wp-content/uploads/2023/08/big-picture-mode-settings.jpg)
![Preview of team Big Picture Grub Theme](./preview.jpg)
## Supported resolutions
- 2560x1600
- 2560x1440
- 1920x1080
- 1280x800## Installation
`` is your screen resolution
- Copy `dist/steam-big-picture-` to `/boot/grub2/themes/steam-big-picture-`
- Edit `/etc/default/grub`:```txt
GRUB_THEME='/boot/grub2/themes/steam-big-picture-/theme.txt'
GRUB_BACKGROUND='/boot/grub2/themes/steam-big-picture-/background.png'# Set the resolution
GRUB_GFXMODE=''# Comment out GRUB_TERMINAL_OUTPUT if console
# GRUB_TERMINAL_OUTPUT='console'
```- Update grub
Most distributions:
```sh
grub-mkconfig -o /boot/grub/grub.cfg
```Ubuntu:
```sh
sudo update-grub
```## Credits
- [vinceliuice's grub2-themes](https://github.com/vinceliuice/grub2-themes)
## Misc
- [GRUB2 Tutorial](https://web.archive.org/web/20240627031010/https://wiki.rosalab.ru/en/index.php/Grub2_theme_tutorial)
## FAQ
- **Will it work on Steam Deck?**
No, stock SteamOS doesn't display a GRUB menu.
- **What about Bazzite, ChimeraOS, HoloISO?**
Messing around with immutable distributions is not advisable.
- **Can it work on my distro?**
This theme works on any mutable distribution that uses GRUB2 bootloader, such as Nobara.
- **My resolution isn't supported!**
I can only test this theme on my laptop (2560x1600), the other resolutions are only guesstimates. PRs are welcome!
- **This theme is bad / wrong!**I am not a designer. This is my first GRUB theme ever. Move along.