Very early KDE 6 release.
35
misc/plymouth/plymouth-theme-smod/CMakeLists.txt
Normal file
|
@ -0,0 +1,35 @@
|
|||
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
|
||||
|
||||
project(plymouth-theme-smod)
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
|
||||
|
||||
option(INSTALL_SERVICES "Install wait services" OFF)
|
||||
|
||||
find_package(Plymouth REQUIRED)
|
||||
|
||||
set(PLYMOUTH_THEME_INSTALL_DIR ${Plymouth_THEMESDIR})
|
||||
|
||||
set(BOOT_ANIM_START_DELAY "2" CACHE STRING "Time in seconds before the boot animation begins")
|
||||
set(BOOT_PROGRESS_CLEAR "0.99" CACHE STRING "Value between 0 and 1 to clear the entire screen")
|
||||
set(SMOD_WAIT_BOOT "6" CACHE STRING "Time to delay Plymouth during boot")
|
||||
set(SMOD_WAIT_SHUTDOWN "8" CACHE STRING "Time to delay Plymouth during shutdown")
|
||||
|
||||
configure_file(smod.plymouth ${CMAKE_CURRENT_BINARY_DIR}/smod.plymouth)
|
||||
configure_file(smod.script ${CMAKE_CURRENT_BINARY_DIR}/smod.script)
|
||||
|
||||
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/preview.png
|
||||
${CMAKE_CURRENT_BINARY_DIR}/smod.script
|
||||
${CMAKE_CURRENT_BINARY_DIR}/smod.plymouth
|
||||
DESTINATION ${PLYMOUTH_THEME_INSTALL_DIR}/smod)
|
||||
install(DIRECTORY assets
|
||||
DESTINATION ${PLYMOUTH_THEME_INSTALL_DIR}/smod)
|
||||
|
||||
if (INSTALL_SERVICES)
|
||||
configure_file(smod-plymouth-wait-for-animation.service ${CMAKE_CURRENT_BINARY_DIR}/smod-plymouth-wait-for-animation.service)
|
||||
configure_file(smod-plymouth-wait-for-animation-poweroff.service ${CMAKE_CURRENT_BINARY_DIR}/smod-plymouth-wait-for-animation-poweroff.service)
|
||||
|
||||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/smod-plymouth-wait-for-animation-poweroff.service
|
||||
${CMAKE_CURRENT_BINARY_DIR}/smod-plymouth-wait-for-animation.service
|
||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/systemd/system)
|
||||
endif ()
|
44
misc/plymouth/plymouth-theme-smod/README.md
Normal file
|
@ -0,0 +1,44 @@
|
|||
This Plymouth theme provides a boot and shutdown screen, as well as a password prompt for encrypted disks.
|
||||
|
||||
*NOTE: this theme does not provide an update screen (e.g. Fedora)*
|
||||
|
||||
### Installation
|
||||
|
||||
```sh
|
||||
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr .
|
||||
make -C build
|
||||
sudo make -C build install
|
||||
```
|
||||
|
||||
Once installed, apply the theme by following your distribution's instructions on switching Plymouth themes.
|
||||
|
||||
### Tweaks
|
||||
|
||||
The theme can be tweaked by passing the following options to cmake:
|
||||
|
||||
* ```
|
||||
-DBOOT_ANIM_START_DELAY=3
|
||||
```
|
||||
The time in seconds to delay the boot animation graphic.
|
||||
|
||||
* ```
|
||||
-DBOOT_PROGRESS_CLEAR=0.99
|
||||
```
|
||||
A percentage between zero and one (e.g. 0.95 for 95%) that "clears" the screen at the specified boot progress. This simply sets the opacity of all onscreen graphics to zero.
|
||||
|
||||
* ```
|
||||
-DINSTALL_SERVICES=ON
|
||||
```
|
||||
Two systemd services can optionally be installed to delay Plymouth ending by a specified amount of time. You may need to install these to see the full animation if your system boots/powers off too quickly. These are ```smod-plymouth-wait-for-animation.service``` and ```smod-plymouth-wait-for-animation-poweroff.service```, and are based on [this Arch Wiki extry](https://wiki.archlinux.org/title/Plymouth#Slow_down_boot_to_show_the_full_animation).
|
||||
|
||||
* ```
|
||||
-DSMOD_WAIT_BOOT=30
|
||||
```
|
||||
The time in seconds to wait before Plymouth quits at boot.
|
||||
|
||||
* ```
|
||||
-DSMOD_WAIT_SHUTDOWN=10
|
||||
```
|
||||
The time in seconds to wait before Plymouth quits at shutdown.
|
||||
|
||||
|
BIN
misc/plymouth/plymouth-theme-smod/assets/background-shutdown.png
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot1.png
Normal file
After Width: | Height: | Size: 304 B |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot10.png
Normal file
After Width: | Height: | Size: 554 B |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot100.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot101.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot102.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot103.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot104.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot105.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot11.png
Normal file
After Width: | Height: | Size: 599 B |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot12.png
Normal file
After Width: | Height: | Size: 688 B |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot13.png
Normal file
After Width: | Height: | Size: 743 B |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot14.png
Normal file
After Width: | Height: | Size: 819 B |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot15.png
Normal file
After Width: | Height: | Size: 933 B |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot16.png
Normal file
After Width: | Height: | Size: 1,017 B |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot17.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot18.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot19.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot2.png
Normal file
After Width: | Height: | Size: 336 B |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot20.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot21.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot22.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot23.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot24.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot25.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot26.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot27.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot28.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot29.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot3.png
Normal file
After Width: | Height: | Size: 357 B |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot30.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot31.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot32.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot33.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot34.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot35.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot36.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot37.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot38.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot39.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot4.png
Normal file
After Width: | Height: | Size: 369 B |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot40.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot41.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot42.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot43.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot44.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot45.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot46.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot47.png
Normal file
After Width: | Height: | Size: 6 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot48.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot49.png
Normal file
After Width: | Height: | Size: 6 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot5.png
Normal file
After Width: | Height: | Size: 378 B |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot50.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot51.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot52.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot53.png
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot54.png
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot55.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot56.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot57.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot58.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot59.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot6.png
Normal file
After Width: | Height: | Size: 392 B |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot60.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot61.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot62.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot63.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot64.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot65.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot66.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot67.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot68.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot69.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot7.png
Normal file
After Width: | Height: | Size: 447 B |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot70.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot71.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot72.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot73.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot74.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot75.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot76.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot77.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot78.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot79.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot8.png
Normal file
After Width: | Height: | Size: 476 B |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot80.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot81.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot82.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot83.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot84.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot85.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot86.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot87.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot88.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot89.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot9.png
Normal file
After Width: | Height: | Size: 516 B |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot90.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
misc/plymouth/plymouth-theme-smod/assets/boot91.png
Normal file
After Width: | Height: | Size: 23 KiB |