Skip to content
This repository was archived by the owner on Mar 1, 2022. It is now read-only.

Commit 1b49b82

Browse files
committed
remove the wrong name reference of Beam.
1 parent d575a98 commit 1b49b82

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# bunsen-plymouth
2-
BunsenLabs Beam plymouth theme
2+
BunsenLabs plymouth theme
33

44
## Screenshot
55
![Screenshot BunsenLabs Beam](https://raw.github.com/vinzv/bunsen-plymouth/master/screenshot.png?raw=true "Screenshot BunsenLabs Beam")
66

77
## How to use
88

99
* ``cd /usr/share/plymouth/themes/``
10-
* ``sudo git clone https://github.com/vinzv/bunsen-plymouth-one.git bunsenlabs-beam``
11-
* ``sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/bunsenlabs-beam/bunsenlabs-beam.plymouth 100``
10+
* ``sudo git clone https://github.com/vinzv/bunsen-plymouth-one.git bunsenlabs``
11+
* ``sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/bunsenlabs/bunsenlabs.plymouth 100``
1212
* ``sudo update-alternatives --config default.plymouth``
1313
* ``sudo update-initramfs -u -k all``
1414

bunsenlabs-beam-scale-2.plymouth

Lines changed: 0 additions & 8 deletions
This file was deleted.

bunsenlabs-beam.plymouth

Lines changed: 0 additions & 8 deletions
This file was deleted.

bunsenlabs-scale-2.plymouth

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[Plymouth Theme]
2+
Name=BunsenLabs (Scale x2)
3+
Description=A theme that features the BunsenLabs logo on a blank dark background.
4+
ModuleName=script
5+
6+
[script]
7+
ImageDir=/usr/share/plymouth/themes/bunsenlabs
8+
ScriptFile=/usr/share/plymouth/themes/bunsenlabs/bunsenlabs-scale-2.script
File renamed without changes.
File renamed without changes.

bunsenlabs.plymouth

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[Plymouth Theme]
2+
Name=BunsenLabs
3+
Description=A theme that features the BunsenLabs logo on a blank dark background.
4+
ModuleName=script
5+
6+
[script]
7+
ImageDir=/usr/share/plymouth/themes/bunsenlabs
8+
ScriptFile=/usr/share/plymouth/themes/bunsenlabs/bunsenlabs.script
File renamed without changes.

0 commit comments

Comments
 (0)