From 48634ef34fbfe7b6a83ca6f5292131daebbb5150 Mon Sep 17 00:00:00 2001 From: Elliu <elliu@hashi.re> Date: Sun, 14 Nov 2021 18:48:28 +0100 Subject: [PATCH] Change script/plymouth name to match directory name --- arise-theme.plymouth | 8 -------- animation.png => themes/arise/animation.png | Bin themes/arise/arise.plymouth | 8 ++++++++ arise-theme.script => themes/arise/arise.script | 0 background.png => themes/arise/background.png | Bin box.png => themes/arise/box.png | Bin bullet.png => themes/arise/bullet.png | Bin entry.png => themes/arise/entry.png | Bin install.sh => themes/arise/install.sh | 0 lock.png => themes/arise/lock.png | Bin logo.png => themes/arise/logo.png | Bin motif.png => themes/arise/motif.png | Bin progress_bar.png => themes/arise/progress_bar.png | Bin progress_box.png => themes/arise/progress_box.png | Bin .../arise/progress_box_background.png | Bin .../arise/progress_box_edge.png | Bin suspend.png => themes/arise/suspend.png | Bin 17 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 arise-theme.plymouth rename animation.png => themes/arise/animation.png (100%) create mode 100644 themes/arise/arise.plymouth rename arise-theme.script => themes/arise/arise.script (100%) rename background.png => themes/arise/background.png (100%) rename box.png => themes/arise/box.png (100%) rename bullet.png => themes/arise/bullet.png (100%) rename entry.png => themes/arise/entry.png (100%) rename install.sh => themes/arise/install.sh (100%) rename lock.png => themes/arise/lock.png (100%) rename logo.png => themes/arise/logo.png (100%) rename motif.png => themes/arise/motif.png (100%) rename progress_bar.png => themes/arise/progress_bar.png (100%) rename progress_box.png => themes/arise/progress_box.png (100%) rename progress_box_background.png => themes/arise/progress_box_background.png (100%) rename progress_box_edge.png => themes/arise/progress_box_edge.png (100%) rename suspend.png => themes/arise/suspend.png (100%) diff --git a/arise-theme.plymouth b/arise-theme.plymouth deleted file mode 100644 index f5aa581..0000000 --- a/arise-theme.plymouth +++ /dev/null @@ -1,8 +0,0 @@ -[Plymouth Theme] -Name=ARISE Plymouth -Description=A Plymouth of ARISE -ModuleName=script - -[script] -ImageDir=/usr/share/plymouth/themes/arise-theme -ScriptFile=/usr/share/plymouth/themes/arise-theme/arise-theme.script diff --git a/animation.png b/themes/arise/animation.png similarity index 100% rename from animation.png rename to themes/arise/animation.png diff --git a/themes/arise/arise.plymouth b/themes/arise/arise.plymouth new file mode 100644 index 0000000..73c1686 --- /dev/null +++ b/themes/arise/arise.plymouth @@ -0,0 +1,8 @@ +[Plymouth Theme] +Name=ARISE Plymouth +Description=A Plymouth of ARISE +ModuleName=script + +[script] +ImageDir=/usr/share/plymouth/themes/arise +ScriptFile=/usr/share/plymouth/themes/arise/arise.script diff --git a/arise-theme.script b/themes/arise/arise.script similarity index 100% rename from arise-theme.script rename to themes/arise/arise.script diff --git a/background.png b/themes/arise/background.png similarity index 100% rename from background.png rename to themes/arise/background.png diff --git a/box.png b/themes/arise/box.png similarity index 100% rename from box.png rename to themes/arise/box.png diff --git a/bullet.png b/themes/arise/bullet.png similarity index 100% rename from bullet.png rename to themes/arise/bullet.png diff --git a/entry.png b/themes/arise/entry.png similarity index 100% rename from entry.png rename to themes/arise/entry.png diff --git a/install.sh b/themes/arise/install.sh similarity index 100% rename from install.sh rename to themes/arise/install.sh diff --git a/lock.png b/themes/arise/lock.png similarity index 100% rename from lock.png rename to themes/arise/lock.png diff --git a/logo.png b/themes/arise/logo.png similarity index 100% rename from logo.png rename to themes/arise/logo.png diff --git a/motif.png b/themes/arise/motif.png similarity index 100% rename from motif.png rename to themes/arise/motif.png diff --git a/progress_bar.png b/themes/arise/progress_bar.png similarity index 100% rename from progress_bar.png rename to themes/arise/progress_bar.png diff --git a/progress_box.png b/themes/arise/progress_box.png similarity index 100% rename from progress_box.png rename to themes/arise/progress_box.png diff --git a/progress_box_background.png b/themes/arise/progress_box_background.png similarity index 100% rename from progress_box_background.png rename to themes/arise/progress_box_background.png diff --git a/progress_box_edge.png b/themes/arise/progress_box_edge.png similarity index 100% rename from progress_box_edge.png rename to themes/arise/progress_box_edge.png diff --git a/suspend.png b/themes/arise/suspend.png similarity index 100% rename from suspend.png rename to themes/arise/suspend.png -- GitLab