|
2011-01-03
, 20:26
|
Posts: 1,522 |
Thanked: 392 times |
Joined on Jul 2010
@ São Paulo, Brazil
|
#192
|
|
2011-01-03
, 21:06
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#193
|
|
2011-01-04
, 01:50
|
Posts: 130 |
Thanked: 13 times |
Joined on Nov 2005
|
#194
|
The Following User Says Thank You to jdr93 For This Useful Post: | ||
|
2011-01-04
, 01:51
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#195
|
|
2011-01-04
, 02:40
|
Posts: 671 |
Thanked: 1,630 times |
Joined on Aug 2010
|
#196
|
|
2011-01-04
, 02:52
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#197
|
|
2011-01-04
, 04:36
|
Posts: 482 |
Thanked: 550 times |
Joined on Oct 2010
|
#198
|
The Following User Says Thank You to skykooler For This Useful Post: | ||
|
2011-01-04
, 05:36
|
Posts: 1,522 |
Thanked: 392 times |
Joined on Jul 2010
@ São Paulo, Brazil
|
#199
|
Attached is a first run at a CustomClock. As you can see, with some changes to the settings UI it could easily replace the datetimeclock, decimalclock, as well as the ISO clock posted on this thread. It can do anything the date command can do: unix time, etc. It can also handle an arbitrary number of lines (though more than 3 is basically illegible). Seperate lines in the format string using ~
|
2011-01-04
, 06:57
|
Posts: 671 |
Thanked: 1,630 times |
Joined on Aug 2010
|
#200
|
The Following 2 Users Say Thank You to theonelaw For This Useful Post: | ||
Meanwhile, if anyone's interested in how my clock style is going:
I got WiFi Signal Applet functionality replicated (except instead of hiding it, I am going to have it show a different letter both for when the wifi driver is unloaded [as in WiFi Switcher and Advance Interface Switcher functionality], and when the wifi driver is loaded, but you're not connected to anything. I'm thinking gray X for unloaded and white X for loaded and not connected, but as with everything else, suggestions for what letters to use would be appreciated, and I may end up using them.)
I also haven't figured out at what dBm value the WiFi Signal Applet changes from 9 to 10. I know all the cut-offs before 9 cut at > -10(n) dBm, where n = 10 - [the signal level]. So signal level 8 is displayed when the signal is any value over -20 dBm (remembering that with negative numbers, -19 > -20, etc); it's just that I've only gotten 10 signal when right next to my home WiFi router, and following that pattern, both 9 and 10 signal clarity are somewhere between 0 dBm and -10 dBm. And I wasn't able to tell in the source code of WiFi Signal Applet where the cut-off is. The only difference is the WiFi Signal Applet does some weird checking voodoo, where it checks somewhere between every zero seconds and every two seconds (not sure how it determines when exactly), so every so often you'll see the wifi signal applet update slightly before or slightly after the clone in my clock style.
At any rate, still planned are support for displaying when the WiFi driver is in monitor mode, AND, if possible, when it's actively injecting (since lxp released that driver a little while ago, albeit in a 'so long as you donate some amount' forced-donation manner). And, of course, internet/data traffic bars, similar to the CPU/RAM bars, for the WiFi, USB, BlueTooth, and GSM/GPRS interfaces are coming eventually. (Again, if possible. I'm sure it must be, just not sure if I'll be able to figure it out.)
Screenshots/code-so-far on request, since I didn't feel this was important enough of progress to post up just yet.
- Replies -
Duy2anh: This happens because Maemo 5 has a 'feature' where it saves a screenshot of some programs, that it displays before launching. It's just a little on the abysmally bad side when it comes to updating some of these screenshots. So, open up X-Terminal, and type:
pusak gaoq: What you're asking for it doable, but the math required is somewhat more complex for a rectangle clock instead of a circular/square clock... Should be doable, I just haven't brushed up on my calculus/trigonometry knowledge since Complex Variables class a year ago, so it might be a while before someone makes it for you.
jdr93: Thanked your post for reporting the bug - but I did not have the same error. Try installing it again, and see if the same problem comes up?
Last edited by Mentalist Traceur; 2011-01-03 at 19:24. Reason: Forgot to reply to a bunch of people.