Linux Kodi Plymouth Theme
#16
Hey Guys
I made a little tweak to this kodi plymouth on my system because It was not filling the entire screen whole booting therefore giving a black border and had a purplish/blue background to the plymouth box which didn't look right.

So what I did was changed the background color in the script to use black background instead

/lib/plymouth/themes/kodibuntu-animated-logo/kodibuntu-animated-logo.script
Code:
Window.SetBackgroundTopColor (0.00, 0.00, 0.00);
Window.SetBackgroundBottomColor (0.00, 0.00, 0.00);

now it looks much better.

also can someone tell me why the plymouth does not fill the entire screen whole booting ?

Thanks
Reply
#17
I also applied a small change to center the logo and animation vertically.

Code:
#textlogo.y = Window.GetY () + window_height/3 - textlogo.height/2;
textlogo.y = Window.GetY () + window_height/2 - textlogo.height/2;
...
#logo_sprite.SetY( Window.GetY () + window_height  / 3  - frame_image[0].GetHeight ()/2 );
logo_sprite.SetY( Window.GetY () + window_height  / 2  - frame_image[0].GetHeight ()/2 );

Of course, this a matter of individual taste, but I prefer having the logo positioned right in the middle of the screen.
Reply
#18
Update theme that is compatible with Ubuntu 16.04

https://dl.dropboxusercontent.com/u/2241...i-logo.deb
Reply
#19
Thanks for the update ! Wink
Reply
#20
+1 Big Grin
Reply
#21
Thanks, unfortunately I still seem to have the Ubuntu text loading screen, purple screen with Ubuntu 16.04 loading screen but just before kodi opens I get a very quick kodi logo.
anything special I have to look out for?
Reply
#22
(2016-07-22, 13:52)teeedubb Wrote: Update theme that is compatible with Ubuntu 16.04

https://dl.dropboxusercontent.com/u/2241...i-logo.deb
Somebody can re-share this file?
This 404
Reply
#23
I repackaged the Plymouth theme for 16.04 and newer and hosted it on GitHub. You'll need to package the file yourself, and the instructions are in the readme.
Reply
#24
(2017-06-06, 11:02)okhsap Wrote:
(2016-07-22, 13:52)teeedubb Wrote: Update theme that is compatible with Ubuntu 16.04

https://dl.dropboxusercontent.com/u/2241...i-logo.deb
Somebody can re-share this file?
This 404

https://www.dropbox.com/s/0v7pn4b9nvipd1...o.deb?dl=1
Reply
#25
(2017-06-06, 14:33)solbero Wrote: I repackaged the Plymouth theme for 16.04 and newer and hosted it on GitHub. You'll need to package the file yourself, and the instructions are in the readme.

Awesome theme!
Thx all
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi Plymouth Theme1