Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/murkl/plymouth-theme-arch-os

Arch OS Bootsplash Theme for Plymouth
https://github.com/murkl/plymouth-theme-arch-os

archlinux plymouth plymouth-boot-animations plymouth-bootsplash plymouth-theme plymouth-themes spinner theme

Last synced: 3 months ago
JSON representation

Arch OS Bootsplash Theme for Plymouth

Awesome Lists containing this project

README

        


plymouth-theme-arch-os


Used by Arch OS



Arch OS Bootsplash Theme for Plymouth






## Install Plymouth

Follow the [Arch Wiki](https://wiki.archlinux.org/title/Plymouth) ...

## Install Theme (Arch/AUR)

Arch AUR: [plymouth-theme-arch-os](https://aur.archlinux.org/packages/plymouth-theme-arch-os)

## Install Theme (manual)

```
# Install dependencies
sudo pacman -S git cantarell-fonts

# Clone repo
git clone https://github.com/murkl/plymouth-theme-arch-os.git

# Change dir
cd plymouth-theme-arch-os

# Add to plymouth themes dir
sudo cp -r ./src /usr/share/plymouth/themes/arch-os

# Set as default theme and rebuild
sudo plymouth-set-default-theme -R arch-os
```

## Remove Theme

```
# Arch/AUR
sudo pacman -R plymouth-theme-arch-os

# Manual
sudo rm -r /usr/share/plymouth/themes/arch-os

# Revert default theme
sudo plymouth-set-default-theme --reset
```

## Image Information

### Size

- Watermark size: `150x150`
- Total entry size: `340x34`
- Lock size: `8x34`
- Entry size: `332x34`

### Color

- Background: `#2e3440ff`
- Foreground light: `#eeedecff`
- Foreground dark: `#4c566aff`

## Sources

Spinner Repository: [Link](https://gitlab.freedesktop.org/plymouth/plymouth/-/tree/main/themes/spinner)