Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Dberhane

macrumors member
Original poster
Jun 25, 2010
37
0
Just wondering if anyone knows how to make the icons letters glow like this? Not sure if its an SSH mod or through Cydia...Thanks
 

Attachments

  • e3d7aa92.jpg
    e3d7aa92.jpg
    148.6 KB · Views: 164
Very simple mod.

SSH to your winterboard themes folder and edit white icon labels themes .plist and replace it with this

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"><dict>

<key>UndockedIconLabelStyle</key>
<string>color: white; text-shadow: #FFFFFF 0px 0px 5px</string>

<key>DockedIconLabelStyle</key>
<string>color: white; text-shadow: #FFFFFF 0px 0px 5px</string>

</dict></plist>
 
New to SSHing

Very simple mod.

SSH to your winterboard themes folder and edit white icon labels themes .plist and replace it with this

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"><dict>

<key>UndockedIconLabelStyle</key>
<string>color: white; text-shadow: #FFFFFF 0px 0px 5px</string>

<key>DockedIconLabelStyle</key>
<string>color: white; text-shadow: #FFFFFF 0px 0px 5px</string>

</dict></plist>


Hey sorry to bother but im kinda new to SSHing so how exactly would i go about putting in this code?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.