Skip to content

Commit

Permalink
Splash Screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian006 committed Dec 27, 2017
1 parent 40f9e83 commit 2a53557
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

## Screenshot

![Reactive Mirror Demo](./assets/ReactiveMirror.png)
![Reactive Mirror Demo](./app/mirror/splashscreen/splash_halt.png)

## Install

Expand Down
2 changes: 1 addition & 1 deletion app/mirror/installers/raspberry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if command_exists plymouth; then
sudo mkdir $THEME_DIR/ReactiveMirror
fi

if sudo cp ~/ReactiveMirror/app/mirror/splashscreen/splash.png $THEME_DIR/ReactiveMirror/app/mirror/splash.png && sudo cp ~/ReactiveMirror/app/mirror/splashscreen/ReactiveMirror.plymouth $THEME_DIR/ReactiveMirror/ReactiveMirror.plymouth && sudo cp ~/ReactiveMirror/splashscreen/ReactiveMirror.script $THEME_DIR/ReactiveMirror/app/mirror/ScreenReactiveMirror.script; then
if sudo cp ~/ReactiveMirror/app/mirror/splashscreen/splash.png $THEME_DIR/ReactiveMirror/splash.png && sudo cp ~/ReactiveMirror/splashscreen/ReactiveMirror.plymouth $THEME_DIR/ReactiveMirror/ReactiveMirror.plymouth && sudo cp ~/ReactiveMirror/splashscreen/ReactiveMirror.script $THEME_DIR/ReactiveMirror/ReactiveMirror.script; then
echo -e "\e[90mSplashscreen: Theme copied successfully.\e[0m"
if sudo plymouth-set-default-theme -R ReactiveMirror; then
echo -e "\e[92mSplashscreen: Changed theme to ReactiveMirror successfully.\e[0m"
Expand Down
6 changes: 3 additions & 3 deletions app/mirror/splashscreen/ReactiveMirror.plymouth
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Plymouth Theme]
Name=MagicMirror
Name=ReactiveMirror
Description=Mirror Splash
ModuleName=script

[script]
ImageDir=/usr/share/plymouth/themes/MagicMirror
ScriptFile=/usr/share/plymouth/themes/MagicMirror/MagicMirror.script
ImageDir=/usr/share/plymouth/themes/ReactiveMirror
ScriptFile=/usr/share/plymouth/themes/ReactiveMirror/ReactiveMirror.script
Binary file modified app/mirror/splashscreen/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/mirror/splashscreen/splash_halt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a53557

Please sign in to comment.