https://github.com/calvellido/mintply-dark
Dark version of Mintply, a Plymouth theme including a reimagined Linux Mint logo.
https://github.com/calvellido/mintply-dark
linux linux-mint plymouth plymouth-theme theme
Last synced: 2 months ago
JSON representation
Dark version of Mintply, a Plymouth theme including a reimagined Linux Mint logo.
- Host: GitHub
- URL: https://github.com/calvellido/mintply-dark
- Owner: calvellido
- License: gpl-2.0
- Created: 2014-11-15T09:46:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T16:13:56.000Z (about 8 years ago)
- Last Synced: 2025-02-12T18:41:04.390Z (4 months ago)
- Topics: linux, linux-mint, plymouth, plymouth-theme, theme
- Size: 58.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mintply-Dark
Dark version of Mintply, a Plymouth theme including a reimagined Linux Mint logo. Mintply is based on Edubuntu Plymouth. Linux Mint reimagined logo created by the same author of Mintply, Tomáš Moravec. The original Mintply theme can be found on LinuxMint-Art.
## Preview

## Installation
```shell
git clone https://github.com/calvellido/mintply-dark.git
```First copy the `mintply-dark` directory over `/lib/plymouth/themes/` or `/usr/share/plymouth/themes/` depending on where your Plymouth installation sits, wou will need root privileges for this. Check that the directory set on  file is correct.
```shell
cp -r mintply-dark/mintply-dark /usr/share/plymouth/themes/
```Then install the theme on the system by the `update-alternatives` command:
```shell
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/mintply-dark/mintply-dark.plymouth 100
```
Select the new installed theme to be the default by selecting its appropiate number:
```shell
sudo update-alternatives --config default.plymouth
```
And finally rebuild the image with:
```shell
sudo update-initramfs -u
```Done, enjoy it!
[1]: http://tmoravec.cz
[2]: http://linuxmint-art.org/content/show.php?content=159560