Thank You for your continued support and contributions!
Does anybody know how to get the Lock Screen to stay lit for a while? it looks great but all is lost when it times out instantly.
OK, I'm finished working with this theme now.I made a few edits:Modified the Track display to also include the playlist track totalChanged the clock on the lock screen to correctly display in either 12 or 24 hour modeReplaced the 'xxx' string on the lock screen with AM or PM only if in 12 hour clock mode (otherwise no string)Pregenerated correct theme config files with the complete color information (Black,Green and Orange)Added bitrate and samplerate to the codec displayWhen repeat mode is set to 'shuffle' (the longest string) REPEAT is replaced with RPT because of space occupied by file informationI've attached the replacement WPS and CFG files in this post.I'll attach more screenshots in another reply (4 attachment limit per post).
#__Battery %%Vl(mainDisplay,250,40,40,14,2)%ar%bl%%
Now playing screen doesn't display the seconds correctly. They are being cut of in the middle.Surfans f20/AIGO EROS Q / K.
#__Time Elapsed%Vl(mainDisplay,30,190,40,15,2)%al%pc##__Time Total%Vl(mainDisplay,-70,190,40,15,2)%ar%pt
#__Time Elapsed%Vl(mainDisplay,30,190,50,15,2)%al%pc##__Time Total%Vl(mainDisplay,-80,190,50,15,2)%ar%pt#
Heyo! While I was using this I got really bothered that I can't see the battery level from the while playing screen so I tucked it in there. Loved how it looked on the hold screen so I just placed the percentage across from the track number on top.Code: [Select]#__Battery %%Vl(mainDisplay,250,40,40,14,2)%ar%bl%%[/code]
#__Battery Bar%Vl(mainDisplay,240,21,75,11,-)%xd(BB2)##__Battery %%Vl(mainDisplay,260,20,30,14,2)%ar%bl%%#
#__Preload Images%xl(BB2,bb2.bmp,0,0)
Updated the theme. Thanks everyone for all the comments and ideas.Fixed a couple of alignment and spacing issues.Track remaining time now fits.Fixed the clock on the hold screen to correctly display 12/24h time (thanks rockboxdev_123). It still shows the bones xxx in 24h time and AM/PM in 12h time.I understand the requests for a battery display and more file info on the WPS but I would like to keep the minimal aesthetic to the theme and decided not to ruin it by adding more clutter.As you guys have shown you are more than capable of adding what you need P.S. New theme in the works.
-selector type:-line selector start color:-line selector text color:-filetype colours: -+selector type: bar (inverse)
#__Time Elapsed-%Vl(mainDisplay,30,190,40,15,2)+%Vl(mainDisplay,30,190,60,15,2)
#__Time Total-%Vl(mainDisplay,-70,190,40,15,2)+%Vl(mainDisplay,-90,190,60,15,2)
#__Time %Vl(holdScreen,30,70,160,60,5)-%cH:%cM+%?cf<%cH|%cI>:%cM
#__xxx %Vl(holdScreen,-110,100,80,22,3)-%arxxx+%ar%?cf<xxx|%cP>
#__Battery Bar-%Vl(holdScreen,70,31,180,11,-)+%Vl(holdScreen,70,32,180,11,-)
Quote from: chuck_lardo on November 13, 2024, 03:52:29 AMUpdated the theme. Thanks everyone for all the comments and ideas.Fixed a couple of alignment and spacing issues.Track remaining time now fits.Fixed the clock on the hold screen to correctly display 12/24h time (thanks rockboxdev_123). It still shows the bones xxx in 24h time and AM/PM in 12h time.I understand the requests for a battery display and more file info on the WPS but I would like to keep the minimal aesthetic to the theme and decided not to ruin it by adding more clutter.As you guys have shown you are more than capable of adding what you need P.S. New theme in the works.Thanks Chuck. Looking forward to seeing a new theme.I made a diff below of the original theme and your updates so that it is easier to visualize the new changes. (I've omitted the version change patches from 1.0 to 1.1)BONES/themes/BONES.cfgCode: [Select]-selector type:-line selector start color:-line selector text color:-filetype colours: -+selector type: bar (inverse)BONES_update/wps/BONES.wpsCode: [Select] #__Time Elapsed-%Vl(mainDisplay,30,190,40,15,2)+%Vl(mainDisplay,30,190,60,15,2)Code: [Select] #__Time Total-%Vl(mainDisplay,-70,190,40,15,2)+%Vl(mainDisplay,-90,190,60,15,2)Code: [Select]#__Time %Vl(holdScreen,30,70,160,60,5)-%cH:%cM+%?cf<%cH|%cI>:%cMCode: [Select]#__xxx %Vl(holdScreen,-110,100,80,22,3)-%arxxx+%ar%?cf<xxx|%cP>Code: [Select] #__Battery Bar-%Vl(holdScreen,70,31,180,11,-)+%Vl(holdScreen,70,32,180,11,-)
#__Time%V(20,20,97,-,5)%al%?cf<%cH|%cl>:%cM:%cS#
When using %cl to show 12h time, hiding the leading digit. Alignment still counts the space of the hidden character.Code: [Select]#__Time%V(20,20,97,-,5)%al%?cf<%cH|%cl>:%cM:%cS#Anyone know a trick to fix this.
%?cf<%cH:%cM|%?cl<1|2|3|4|5|6|7|8|9|10|11|12>:%cM%cp>
Quote from: chuck_lardo on November 14, 2024, 01:15:56 AMWhen using %cl to show 12h time, hiding the leading digit. Alignment still counts the space of the hidden character.Code: [Select]#__Time%V(20,20,97,-,5)%al%?cf<%cH|%cl>:%cM:%cS#Anyone know a trick to fix this.I had issues with alignment too, it has an extra space at the left. The best solution I found was to explicitly write the numbers from a conditional tag for the hour. This is my whole time display solution, feel free to use it Code: [Select]%?cf<%cH:%cM|%?cl<1|2|3|4|5|6|7|8|9|10|11|12>:%cM%cp>
Page created in 0.165 seconds with 22 queries.