I need some help Thread last updated on 2005-11-11 11:20:32

Posted by member 283351 on 2005-11-10 17:03:28

I really like everything about litestep just two problems is there a way to change my clock so it is not in military time and also i am listening to music and doing stuff on my computer and the music is choppy and so is my interacting with my computer, any way to fix? And lastly the "Icons" that are on my desktop i want just one more to my messenger how do i get that?

Posted by member 5575 on 2005-11-10 18:35:28 link

You'll need to find the line that specifies the format of your clock, and the module that's used to display it. I use xlabel, and my format (24 hour AKA military) is:

TimeText "[time('ii:nn:ss')]"

Then read the docs for that module and see what the 12 hour time format string is. The details will depend on the module, so I can't be any more specific here.

Posted by member 1949 on 2005-11-10 20:02:55 link

TimeText "[time('h:nn:ss')]"

Posted by member 283351 on 2005-11-11 06:28:36 link

Ok where is that file located and if it is a .dll how what program do i need

Posted by member 5575 on 2005-11-11 11:20:32 link

The setting is located somewhere in your theme configuration (.rc) files. Exactly where depends on what theme you are using. Every module has its own settings and comes with its own documentation. You need to see which module (DLL) the theme uses for the clock, and then read the docs.