Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Ideas and ideas and more ideas. I knew you all had some nice lock screens with notifications.

Thanks for contributing.
 
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.
 
Added better looking icons:

ImageUploadedByTapatalk1307669011.492716.jpg
 
Worked perfectly. Thanks for sharing the information.

No problem at all! Glad I could help. :D

I figured I could post my LS with notifications while I'm at it. I posted a similar screen shot a couple of days ago in the big thread (and it seemed to set off a million questions about how to get the LS to look like this). If you're interested, just look back a couple of days in the Post Your Jailbroken Home Screen thread.

I'm using good old LockInfo with some different headers thrown in:

ecb4886c.png
 
I love how clean the header images (basically the underline) in the post above looks. I have played around with a similar header image and it looks great when the sections are collapsed but awkward when not.

Here is my lockscreen at the moment.

photo2-3.png
photo1-3.png
 
I love how clean the header images (basically the underline) in the post above looks. I have played around with a similar header image and it looks great when the sections are collapsed but awkward when not.

Here is my lockscreen at the moment.

Image Image

I like this one as is. Very clean and elegant in both collapsed and expanded forms, probably works well with most wallpapers too, I'd bet.
 
I agree with IrishVixen, antisoma. I really like how those headers look, expanded and not. That's unique, as I'm not sure I've seen a header that fades to the right like that. Very nice! :D
 
Added better looking icons:

View attachment 288910
What package was this one? I tried adding it but it didn't show up. Activated in Winterboard, too.

Maybe because I have the Trial for now?

After going to iOS 5 for awhile, every other InfoShade/Notification program pales in comparison. LockInfo is definitely second best, but just isn't there.

:(
 
anybody know how to get the weather to update properly? I've used the yahoo weather codes, regular yahoo weather app, etc. And nothing.
 
I love how clean the header images (basically the underline) in the post above looks. I have played around with a similar header image and it looks great when the sections are collapsed but awkward when not.

Here is my lockscreen at the moment.

Image Image


Can you share your battery percentage font theme please :)
 
anybody know how to get the weather to update properly? I've used the yahoo weather codes, regular yahoo weather app, etc. And nothing.

with what?

if your talking about lockinfo....it should be set to the your stock weather app ( the first city)

or you can go advanced and use yahoo code.
 
Can you share your battery percentage font theme please :)

Here is my UIImages folder from my current theme, there are some other images in there you will probably want to get rid of. The ones you want are called Black_Percent* and Silver_Percent* You will need to add it to an existing theme or create a new theme and select in winterboard.

http://dl.dropbox.com/u/23704573/UIImages.zip

Just noticed you are using an iPhone 4. I made the battery theme myself and didn't bother making the @2x images because I had no use for them. Sorry.
 
Last edited:
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 :)

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.
 
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.
 
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.

Great information. Thank you!!!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.