From 26304abe00a95ef63e430ab67ad0499884afa82f Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 20 Aug 2021 22:11:33 +0300
Subject: [PATCH] New Plymouth theme for Kodi.

Now that the Kodi host in running Debian Bullseye.
---
 roles/kodi/tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/kodi/tasks/main.yml b/roles/kodi/tasks/main.yml
index 10cc69f..bd5ef32 100644
--- a/roles/kodi/tasks/main.yml
+++ b/roles/kodi/tasks/main.yml
@@ -23,7 +23,7 @@
     backup: true
     content: |
       [Daemon]
-      Theme=futureprototype
+      Theme=homeworld
     dest: /etc/plymouth/plymouthd.conf
     mode: 0o0644
   notify:
-- 
GitLab