Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/murkl/plymouth-theme-arch-os
- Owner: murkl
- Created: 2023-04-03T08:07:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T08:54:25.000Z (6 months ago)
- Last Synced: 2024-08-21T10:13:45.798Z (6 months ago)
- Topics: archlinux, plymouth, plymouth-boot-animations, plymouth-bootsplash, plymouth-theme, plymouth-themes, spinner, theme
- Language: Shell
- Homepage:
- Size: 386 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
## 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)