jakiman
|
2010-01-29
, 21:34
|
Posts: 1,427 |
Thanked: 2,077 times |
Joined on Aug 2009
@ Sydney
|
#111
|
The Following User Says Thank You to jakiman For This Useful Post: | ||
|
2010-01-30
, 02:54
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#112
|
The Following User Says Thank You to F2thaK For This Useful Post: | ||
|
2010-01-30
, 11:16
|
Posts: 353 |
Thanked: 263 times |
Joined on Dec 2009
@ Finland
|
#113
|
i dont like how new version displays scripts, text needs to re right aligned/////
|
2010-01-30
, 18:17
|
Posts: 13 |
Thanked: 3 times |
Joined on Jan 2010
|
#114
|
cat /var/lib/dsme/boot_count
The Following User Says Thank You to BugHunter For This Useful Post: | ||
|
2010-02-02
, 21:06
|
Posts: 1,427 |
Thanked: 2,077 times |
Joined on Aug 2009
@ Sydney
|
#115
|
|
2010-02-03
, 04:39
|
Posts: 112 |
Thanked: 122 times |
Joined on Dec 2009
@ London, United Kingdom
|
#116
|
I saw 0.8 in devel today. Not sure what changes there are. Any ideas?
update: it seems to align the output to the right. nice.
The Following User Says Thank You to cpscotti For This Useful Post: | ||
|
2010-02-04
, 07:25
|
Posts: 10 |
Thanked: 5 times |
Joined on Jan 2010
@ Tasmania, Australia
|
#117
|
export TZ="Europe/London" date "+%H:%M"
#!/bin/sh if [ $# -gt 1 ] then DATEFORMAT="$2" else DATEFORMAT="%H:%M" fi if [ $# -gt 2 ] then TIMETOSHOW="-d \"$3\"" else TIMETOSHOW="" fi export TZ=$1 date "+$DATEFORMAT" $TIMETOSHOW
echo "London: " `/usr/bin/worldtime Europe/London` " | Denver: " `/usr/bin/worldtime America/Denver`
date +<formatcode>
|
2010-02-04
, 07:50
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#118
|
I love this widget more than life itself. Truly madly deeply. ..........Did I mention I love this widget?
|
2010-02-04
, 08:14
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#119
|
i dont like how new version displays scripts, text needs to re right aligned/////
|
2010-02-04
, 08:25
|
Posts: 123 |
Thanked: 33 times |
Joined on Jan 2010
@ Stockholm
|
#120
|
Also, word to the wise: avoid giving your widget a blank title. I did this as a don't-display-title hack. It worked, until I did two of them.