diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-10-21 13:42:06 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-10-21 13:42:06 +0300 |
commit | af069fea96c10ae6946bccbaad36175d3e013363 (patch) | |
tree | 7a0acc05098f9b7d2abe10d209c878db6a7a1875 /system/plymouth | |
parent | 6983c1eb909e4c7182ff208da139f2a4469d1514 (diff) | |
download | swayrice-af069fea96c10ae6946bccbaad36175d3e013363.tar.gz swayrice-af069fea96c10ae6946bccbaad36175d3e013363.zip |
Some cleanup
Diffstat (limited to 'system/plymouth')
-rw-r--r-- | system/plymouth/bgrt.plymouth | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/system/plymouth/bgrt.plymouth b/system/plymouth/bgrt.plymouth deleted file mode 100644 index bf3e15e..0000000 --- a/system/plymouth/bgrt.plymouth +++ /dev/null @@ -1,60 +0,0 @@ -[Plymouth Theme] -Name=BGRT -Description=Jimmac's spinner theme using the ACPI BGRT graphics as background -ModuleName=two-step - -[two-step] -Font=Cantarell 12 -TitleFont=Cantarell Light 28 -ImageDir=/usr/share/plymouth/themes/spinner -DialogHorizontalAlignment=.5 -DialogVerticalAlignment=.8 -TitleHorizontalAlignment=.5 -TitleVerticalAlignment=.4 -HorizontalAlignment=.5 -VerticalAlignment=.7 -WatermarkHorizontalAlignment=.5 -WatermarkVerticalAlignment=.96 -Transition=fade -TransitionDuration=1.0 -BackgroundStartColor=0x1b1e25 -BackgroundEndColor=0x1b1e25 -ProgressBarBackgroundColor=0x606060 -ProgressBarForegroundColor=0xffffff -DialogClearsFirmwareBackground=false -MessageBelowAnimation=true - -[boot-up] -DialogClearsFirmwareBackground=false -UseFirmwareBackground=true -UseProgressBar=true - -[shutdown] -UseFirmwareBackground=false -_Title=Powering off... - -[reboot] -UseFirmwareBackground=false -_Title=Rebooting... - -[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 -UseFirmwareBackground=true -_Title=Upgrading Firmware... -_SubTitle=Do not turn off your computer |