summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2019-03-25 09:39:24 +0000
committerRay Strode <halfline@gmail.com>2019-05-29 17:52:40 +0000
commitcd4a6010942c6765f5659a2eb88686121db4ccd8 (patch)
treee0472b045e4506bfa3b99d3f6834ff44b1f4040e /themes
parentf7142e72f3df6c0c2c2c4ca86ee090e36697dcb2 (diff)
Add a new firmware-upgrade mode for use by fwupd
This allows us to have accurate localised text, and also to use the vendor BIOS logo when applying firmware updates.
Diffstat (limited to 'themes')
-rw-r--r--themes/bgrt/bgrt.plymouth.in8
-rw-r--r--themes/spinner/spinner.plymouth.in8
2 files changed, 16 insertions, 0 deletions
diff --git a/themes/bgrt/bgrt.plymouth.in b/themes/bgrt/bgrt.plymouth.in
index 39bfdc53..ac07bc9f 100644
--- a/themes/bgrt/bgrt.plymouth.in
+++ b/themes/bgrt/bgrt.plymouth.in
@@ -46,3 +46,11 @@ 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
diff --git a/themes/spinner/spinner.plymouth.in b/themes/spinner/spinner.plymouth.in
index 5c0b297c..5e5078e8 100644
--- a/themes/spinner/spinner.plymouth.in
+++ b/themes/spinner/spinner.plymouth.in
@@ -36,3 +36,11 @@ 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