Display Properties

The Display Properties aim to define the behavior of images and other pre-defined settings

NTP_LOGO_ALTERNATE


Property used to change the Google logo on the NTP.

If you use "theme_ntp_background", the value will always be 1 (white) !

Google changed the behavior of ntp_logo, now you can only get the original logo if you DO NOT use any visual changes to the NTP!

If you're using only colors, you'll have two options here: 1 or 0.

If you choose option 1, it means 'yes, I want the logo to be changed according to the colors. So, then Google does some calculations with your color; if it's dark, the logo will be white:

"ntp_logo_alternate": 1
Google Logo for dark backgrounds

And for light backgrounds:

Google Logo for light backgrounds

For the original option, you have to set to 0 and can't use any of NTP change types:

"ntp_logo_alternate": 0
Google's Logo without changes on NTP

NTP_BACKGROUND_ALIGNMENT


Property responsible for aligning the 'theme_ntp_background' setting the initial position of the image.

The values can be: "center", "left", "right", "top" and "bottom".

You need to assign an image to 'theme_ntp_background' to be able to use this property

"ntp_background_alignment": "center"
Background align to Center
Background align to Bottom

NTP_BACKGROUND_REPEAT


This property controls how the 'theme_ntp_background' will repeat on the screen. It can have four values: "no-repeat", "repeat-x", "repeat-y" and "repeat".

"ntp_background_repeat": "repeat-x"
Printscreen of NTP with Goku's PNG repeated on X axis
Printscreen of NTP with Goku's PNG repeated on Y axis
Printscreen of NTP with Goku's PNG repeated on all axis

Last updated

Was this helpful?