Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yozachar/plymouth-theme-aregression
A plymouth theme for Arch Linux
https://github.com/yozachar/plymouth-theme-aregression
archlinux aur bootsplash-theme plymouth-themes
Last synced: 3 days ago
JSON representation
A plymouth theme for Arch Linux
- Host: GitHub
- URL: https://github.com/yozachar/plymouth-theme-aregression
- Owner: yozachar
- License: mit
- Created: 2021-05-12T07:16:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T14:11:42.000Z (10 months ago)
- Last Synced: 2024-12-05T17:21:59.604Z (2 months ago)
- Topics: archlinux, aur, bootsplash-theme, plymouth-themes
- Homepage: https://aur.archlinux.org/packages/plymouth-theme-aregression/
- Size: 3.34 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **plymouth-theme-aregression**
[![AUR Version](https://img.shields.io/aur/version/plymouth-theme-aregression)](https://aur.archlinux.org/packages/plymouth-theme-aregression)
A sleek boot-up progress bar for Arch Linux
## **Installing**
Follow instructions on ArchWiki to install and setup [Plymouth](https://wiki.archlinux.org/title/plymouth).
```bash
$ yay -S plymouth-theme-aregression# Or use makepkg -si after cloning from https://aur.archlinux.org/plymouth-theme-aregression
```*If you're a [chaotic-aur](https://aur.chaotic.cx) user...*
```bash
# install it using pacman directly
$ sudo pacman -S plymouth-theme-aregression
```## **Setting up**
```bash
# You should see aregression listed
$ sudo plymouth-set-default-theme -l# Change plymouth theme
$ sudo plymouth-set-default-theme -R aregression
```## **Removal**
```bash
$ yay -Rs plymouth-theme-aregression
# https://aur.archlinux.org/plymouth-theme-aregression
```## **Troubleshooting**
- Double check if you've followed the steps mentioned in the [ArchWiki](https://wiki.archlinux.org/title/plymouth) to install Plymouth
- It's known that lower screen resolution has scaling issue. For now it works well with `1920 x 1080` displays. I'm working on it.
- Try using installing a grub theme, and see if any graphic driver is causing resolution issues. Related:
- Does your grub file contains this line `GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"`?
- If nothing works create an [issue](https://github.com/yozachar/plymouth-theme-aregression/issues).## **Credits**
- Original project [Darwin Plymouth Theme](https://www.gnome-look.org/content/show.php/Darwin+Plymouth?content=170649)
- Derived from [ubuntu-darwin](https://github.com/ashutoshgngwr/ubuntu-darwin)
- Inspired by [arch-beat](https://github.com/nenad/arch-beat) and [arch10](https://github.com/manilarome/plymouth-theme-arch10)