diff --git a/src/plugins/splash/two-step/plugin.c b/src/plugins/splash/two-step/plugin.c index c1e75a8e..8f1ad584 100644 --- a/src/plugins/splash/two-step/plugin.c +++ b/src/plugins/splash/two-step/plugin.c @@ -813,8 +813,7 @@ create_plugin (ply_key_file_t *key_file) free (color); - /* Boolean option, true if the key is present */ - if (ply_key_file_get_value (key_file, "two-step", "UseBGRT")) + if (ply_key_file_get_bool (key_file, "two-step", "UseFirmwareBackground")) plugin->background_bgrt_image = ply_image_new ("/sys/firmware/acpi/bgrt/image"); progress_function = ply_key_file_get_value (key_file, "two-step", "ProgressFunction"); diff --git a/themes/bgrt/bgrt.plymouth.in b/themes/bgrt/bgrt.plymouth.in index b5cc8432..dc5eaf5c 100644 --- a/themes/bgrt/bgrt.plymouth.in +++ b/themes/bgrt/bgrt.plymouth.in @@ -13,4 +13,4 @@ Transition=none TransitionDuration=0.0 BackgroundStartColor=0x202020 BackgroundEndColor=0x202020 -UseBGRT=true +UseFirmwareBackground=true