Ideas and ideas and more ideas. I knew you all had some nice lock screens with notifications.
Thanks for contributing.
Thanks for contributing.
is this what you wanted...or more like mine?
In Cydia, search for "BetterLockinfoStatusBarIcons" and "BetterLockinfoSectionsIcons". They're actually two different Winterboard themes in one and you can enable one or both at the same time.
Worked perfectly. Thanks for sharing the information.
What package was this one? I tried adding it but it didn't show up. Activated in Winterboard, too.
What package was this one?
anybody know how to get the weather to update properly? I've used the yahoo weather codes, regular yahoo weather app, etc. And nothing.
Can you share your battery percentage font theme please![]()
Can you share your battery percentage font theme please![]()
Would you tell me how you got your locksceeen the way you do?
Like how yours is all divided up by each header. Also, looks like your text is a little bigger?
Thanks nerd![]()
<plist>
<dict>
<key>HeaderStyle</key>
<dict>
<key>FontSize</key>
<string>14px</string>
<key>FontStyle</key>
<string>bold</string>
<key>TextColor</key>
<string>0.9,0.9,0.9,1</string>
</dict>
<key>SummaryStyle</key>
<dict>
<key>FontSize</key>
<string>12px</string>
<key>FontStyle</key>
<string>bold</string>
<key>TextColor</key>
<string>0.9,0.9,0.9,1</string>
</dict>
<key>DetailStyle</key>
<dict>
<key>TextColor</key>
<string>0.9,0.9,0.9,1</string>
</dict>
<key>BackgroundColor</key>
<string>0,0,0,1</string>
</dict>
</plist>
I don't think nerd has posted an image here and think you mean me.
I have a modified version of LockInfo Klarglas with is on cydia but you can make most of these changes yourself. You can change the .png that is used for the header. Mine is just a simple gradient from photoshop. I can share it if you want.
Text size can be changed in the themes .plist.
/Library/LockInfo/Themes/themename/Themes.plist (this is where the header image is located too LIHeaderBG.png and/or LIHeaderBG@2x.png)
I changed my Themes.plist to
Code:<plist> <dict> <key>HeaderStyle</key> <dict> <key>FontSize</key> <string>14px</string> <key>FontStyle</key> <string>bold</string> <key>TextColor</key> <string>0.9,0.9,0.9,1</string> </dict> <key>SummaryStyle</key> <dict> <key>FontSize</key> <string>12px</string> <key>FontStyle</key> <string>bold</string> <key>TextColor</key> <string>0.9,0.9,0.9,1</string> </dict> <key>DetailStyle</key> <dict> <key>TextColor</key> <string>0.9,0.9,0.9,1</string> </dict> <key>BackgroundColor</key> <string>0,0,0,1</string> </dict> </plist>
The rest was done mostly through LockInfo settings. Have a go. Post and image and I will help you finish it if necessary.
check the first page again.
Sorry my bad. Will leave it here any way. Might help someone.
I don't think nerd has posted an image here and think you mean me.
I have a modified version of LockInfo Klarglas with is on cydia but you can make most of these changes yourself. You can change the .png that is used for the header. Mine is just a simple gradient from photoshop. I can share it if you want.
Text size can be changed in the themes .plist.
/Library/LockInfo/Themes/themename/Themes.plist (this is where the header image is located too LIHeaderBG.png and/or LIHeaderBG@2x.png)
I changed my Themes.plist to
Code:<plist> <dict> <key>HeaderStyle</key> <dict> <key>FontSize</key> <string>14px</string> <key>FontStyle</key> <string>bold</string> <key>TextColor</key> <string>0.9,0.9,0.9,1</string> </dict> <key>SummaryStyle</key> <dict> <key>FontSize</key> <string>12px</string> <key>FontStyle</key> <string>bold</string> <key>TextColor</key> <string>0.9,0.9,0.9,1</string> </dict> <key>DetailStyle</key> <dict> <key>TextColor</key> <string>0.9,0.9,0.9,1</string> </dict> <key>BackgroundColor</key> <string>0,0,0,1</string> </dict> </plist>
The rest was done mostly through LockInfo settings. Have a go. Post and image and I will help you finish it if necessary.