Skip to content

Commit

Permalink
Change plymouth theme to bgrt-better-luks (AUR)
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-dufour committed Aug 9, 2024
1 parent e5135d2 commit b65cdea
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ RUN \
virt-viewer \
&& \
systemctl enable rpm-ostreed-automatic.timer && \
rpm-ostree initramfs --enable \
ostree container commit
2 changes: 2 additions & 0 deletions files/etc/plymouth/plymouthd.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[Daemon]
Theme=bgrt-better-luks
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[Plymouth Theme]
Name=BGRT-better-luks
Description=Jimmac's spinner theme using the ACPI BGRT graphics as background with a couple small tweaks from juxuanu to show the LUKS passphrase prompt under the OEM logo.
ModuleName=two-step

[two-step]
Font=Cantarell 12
TitleFont=Cantarell Light 30
ImageDir=/usr/share/plymouth/themes//spinner
DialogHorizontalAlignment=.5
DialogVerticalAlignment=.7
TitleHorizontalAlignment=.5
TitleVerticalAlignment=.382
HorizontalAlignment=.5
VerticalAlignment=.7
WatermarkHorizontalAlignment=.5
WatermarkVerticalAlignment=.96
Transition=none
TransitionDuration=0.0
BackgroundStartColor=0x000000
BackgroundEndColor=0x000000
ProgressBarBackgroundColor=0x606060
ProgressBarForegroundColor=0xffffff
DialogClearsFirmwareBackground=false
MessageBelowAnimation=true

[boot-up]
UseEndAnimation=false
UseFirmwareBackground=true

[shutdown]
UseEndAnimation=false
UseFirmwareBackground=true

[reboot]
UseEndAnimation=false
UseFirmwareBackground=true

[updates]
SuppressMessages=true
ProgressBarShowPercentComplete=true
UseProgressBar=true
Title=Installing Updates...
SubTitle=Do not turn off your computer

[system-upgrade]
SuppressMessages=true
ProgressBarShowPercentComplete=true
UseProgressBar=true
Title=Upgrading System...
SubTitle=Do not turn off your computer

[firmware-upgrade]
SuppressMessages=true
ProgressBarShowPercentComplete=true
UseProgressBar=true
Title=Upgrading Firmware...
SubTitle=Do not turn off your computer

[system-reset]
SuppressMessages=true
ProgressBarShowPercentComplete=true
UseProgressBar=true
Title=Resetting System...
SubTitle=Do not turn off your computer

0 comments on commit b65cdea

Please sign in to comment.