diff options
author | juxuanu | 2021-02-22 22:42:39 +0100 |
---|---|---|
committer | juxuanu | 2021-02-22 22:42:39 +0100 |
commit | 4c75bd3e01656e27eaca79479920e6eac2114f7b (patch) | |
tree | e7a88fb2dfbad07ea838f9deb034f328baacad70 /bgrt-better-luks.plymouth | |
download | aur-4c75bd3e01656e27eaca79479920e6eac2114f7b.tar.gz |
First commit. PKGBUILD, SRCINFO, .install and .plymouth files.
Diffstat (limited to 'bgrt-better-luks.plymouth')
-rw-r--r-- | bgrt-better-luks.plymouth | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/bgrt-better-luks.plymouth b/bgrt-better-luks.plymouth new file mode 100644 index 000000000000..ba9b540ff8b9 --- /dev/null +++ b/bgrt-better-luks.plymouth @@ -0,0 +1,58 @@ +[Plymouth Theme] +Name=BGRT-better-luks +Description=Jimmac's spinner theme using the ACPI BGRT graphics as background with a couple small tweaks 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 |