Thread: Date and Time in Statusbar
-
10-18-2008, 12:12 AM #1
Date and Time in Statusbar
Last edited by rimigoca; 10-18-2008 at 12:26 AM.
-
-
10-18-2008, 05:36 PM #2
nice work
-
11-12-2008, 07:17 PM #3
is there anyway to simply add the date on the status bar without the skin?
-
11-13-2008, 01:40 PM #4
-
11-13-2008, 08:47 PM #5
just wandering where the info.plist was? /var? /etc?
-
11-13-2008, 10:34 PM #6

Something like this?... but this will be showed only in springboard, not when other apps are open, just tell me if its ok or if you want any change
private/var/stash/themes/(your theme name)just wandering where the info.plist was? /var? /etc?
-
11-14-2008, 06:55 AM #7
Yes, that is it! I tried adding the code from the post in your post but no luck... Any hints as to how/where to put the code to put time AND date?
Is there a simple way to make it so time AND date show in the status bar in ALL apps?
Also, I would prefer the date format to be 11.14.2008 (month.day.year)
THANKS!Last edited by helitx; 11-14-2008 at 01:13 PM.
-
The Following User Says Thank You to helitx For This Useful Post:
Filo01 (11-15-2008)
-
11-14-2008, 08:21 PM #8
-
11-14-2008, 08:23 PM #9ninja of MMi
- Join Date
- May 2008
- Location
- Draper, UT
- Posts
- 2,124
- Thanks
- 89
- Thanked 242 Times in 217 Posts
it is most definately a great job done but i agree that it is too bulky for the top. great job on the customization though
The beatings will continue until morale improves.

-
11-15-2008, 05:57 AM #10
Thanks rimgoca, found it!! could see it in my own custom theme becuase i never made one!
btw which font are you running? i love the look of it, theme? or font edit?
btw how did you add brackets to the date? that looks awsome & in whiteLast edited by Filo01; 11-15-2008 at 06:06 AM.
-
11-15-2008, 08:29 AM #11
The font is HERE, check post#13 for lockclock font; and if you want to change it to the new way change this lines in Wallpaper.html, line 108
and this for the position and color// Compose the string for display
var currentTimeString = "(" + this_date_string + " " + this_date + " " + this_month_string + ")"
DIV#clock {
margin-top: -6px;
margin-left: -70px;
font-family: Helvetica;
font-size: 14px;
font-weight: bold;
opacity: .9;
text-align: center;
color: white;
text-shadow: 0px 1px 2px black;
-
The Following User Says Thank You to rimigoca For This Useful Post:
Filo01 (11-16-2008)
-
11-16-2008, 08:16 AM #12
thanks rimigoca, could you add the coding for time as well? i'm only getting the date only now, i've lost the time!
-edit
nvm finally got it!! thanks
var currentTimeString = "(" + this_date_string + " " + this_date + " " + " " + this_month_string + ")" + " " + " " + currentHours + ":" + currentMinutes + timeOfDay;Last edited by Filo01; 11-16-2008 at 08:22 AM.
-
11-16-2008, 01:15 PM #13
How do you get your home screen status bar, transparent?? I have been failing with that for some odd reason like crazy.. any help is greatly appreciated...
-
11-16-2008, 10:16 PM #14
-
11-17-2008, 02:42 AM #15
I've got the status bar looking perfect, but the only problem now is that my wifi/3g icon keeps disappearing randomly, I can't figure out how to get around this, is this normal? or have i dun somthing wrong?


http://img354.imageshack.us/my.php?i...ture076cy0.png
-
The Following User Says Thank You to Filo01 For This Useful Post:
jakkrith (09-27-2010)



LinkBack URL
About LinkBacks
Reply With Quote
