PDA

View Full Version : Time on status bar




Nicenluvle
Aug 4, 2009, 12:41 PM
How do I make the time on the status bar invisible?



ViViDboarder
Aug 4, 2009, 01:25 PM
How do I make the time on the status bar invisible?

Black electricians tape. Works like a charm!

Roessnakhan
Aug 4, 2009, 02:04 PM
Make a new theme with a file called Info.plist that contains the following (enable in Winterboard):

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

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

Once of these may work. Granted I cannot test it because I just re-jailed my phone, but the properties are essentially CSS.