9 Jun 2018, 17:54

@supernature2k said in (Help Needed) Carousel customization and clock display:

@fagnerpc

ps4.xml

 <theme>
<formatVersion>4</formatVersion>


<view name="system">
      <carousel name="systemcarousel">
        <pos>-0.48 0.18</pos>
		<origin>0 0</origin>
        <size>1.5 1</size>
        <logoScale>1.7</logoScale>
        <logoSize>0.20 0.20</logoSize>
        <color>00000000</color>
        <maxLogoCount>9</maxLogoCount>
 		<logoAlignment>top</logoAlignment>
		<zIndex>80</zIndex>
		<defaultTransition>instant</defaultTransition>			
      </carousel>
	  
      <image name="overlay" extra="true">
         <origin>0 0</origin>
         <pos>0 0</pos>
         <size>1 1</size>
         <zIndex>41</zIndex>                 
         <path>./../_inc/overlay.png</path>
      </image> 
	  
      <text name="tagsys" extra="true">
	     <alignment>left</alignment> 
	     <pos>0.39 0.46</pos>
	     <color>FFFFFF</color>
         <fontPath>./../_inc/fonts/Homizio.ttf</fontPath>
	     <fontSize>0.0720</fontSize>     
		 <zIndex>41</zIndex>        
      </text>	  
</view>

</theme>

Many thanks, @supernature2k 🙂
This is exactly what I was trying to do.