Re: stupid xfce clock question

2008-10-07 Thread cpghost
On Mon, Oct 06, 2008 at 04:39:20AM -0400, Aryeh M. Friedman wrote:
 I work remotely with a company that is across the international date 
 line from me and I can do the math in my head but want to know if it is 
 possible to add a clock to my xfce panel that shows the time their (and 
 keep the one that has my time on it)

It's not as elegant as an additional clocklet in a task bar, but how
about running multiple instances of xclock instead?

  #!/bin/sh
  # tzxclock -- run a timezoned instance of xclock
  
  env TZ=$1 xclock -digital -twentyfour -title $1

That wouldn't depend on the specifics of the window manager, and
can still be customized with multiple flags like -fn, -fg, -bg,
-geometry, -strftime etc...

Regards,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


stupid xfce clock question

2008-10-06 Thread Aryeh M. Friedman
I work remotely with a company that is across the international date 
line from me and I can do the math in my head but want to know if it is 
possible to add a clock to my xfce panel that shows the time their (and 
keep the one that has my time on it)

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: stupid xfce clock question

2008-10-06 Thread Giorgos Keramidas
On Mon, 06 Oct 2008 04:39:20 -0400, Aryeh M. Friedman [EMAIL PROTECTED] 
wrote:
 I work remotely with a company that is across the international date
 line from me and I can do the math in my head but want to know if it
 is possible to add a clock to my xfce panel that shows the time their
 (and keep the one that has my time on it)

If you are using XFCE4 then you are reaping all the benefits of the
freely available work of others.  This style of subject is offensive to
their efforts to provide a light-weight, beautiful, functional and fast
performing desktop environment in a multitude of UNIX platforms.

Please consider using a less confrontational style for posting questions
in the future.

Now, regarding the timezone question: You can use the `Orage Clock'.  It
is bundled with the current XFCE4 in the FreeBSD Ports, and its startup
options include one that sets the clock timezone.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: stupid xfce clock question

2008-10-06 Thread Jeremy Chadwick
On Mon, Oct 06, 2008 at 02:45:21PM +0300, Giorgos Keramidas wrote:
 On Mon, 06 Oct 2008 04:39:20 -0400, Aryeh M. Friedman [EMAIL PROTECTED] 
 wrote:
  I work remotely with a company that is across the international date
  line from me and I can do the math in my head but want to know if it
  is possible to add a clock to my xfce panel that shows the time their
  (and keep the one that has my time on it)
 
 If you are using XFCE4 then you are reaping all the benefits of the
 freely available work of others.  This style of subject is offensive to
 their efforts to provide a light-weight, beautiful, functional and fast
 performing desktop environment in a multitude of UNIX platforms.
 
 Please consider using a less confrontational style for posting questions
 in the future.

It depends on how you read it.  I read the Subject line to mean I'm
asking a stupid question, not xfce is stupid.  I'm pretty sure Aryeh
meant the lesser, not the latter.

-- 
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: stupid xfce clock question

2008-10-06 Thread Aryeh M. Friedman

Jeremy Chadwick wrote:

On Mon, Oct 06, 2008 at 02:45:21PM +0300, Giorgos Keramidas wrote:
  

On Mon, 06 Oct 2008 04:39:20 -0400, Aryeh M. Friedman [EMAIL PROTECTED] 
wrote:


I work remotely with a company that is across the international date
line from me and I can do the math in my head but want to know if it
is possible to add a clock to my xfce panel that shows the time their
(and keep the one that has my time on it)
  

If you are using XFCE4 then you are reaping all the benefits of the
freely available work of others.  This style of subject is offensive to
their efforts to provide a light-weight, beautiful, functional and fast
performing desktop environment in a multitude of UNIX platforms.

Please consider using a less confrontational style for posting questions
in the future.



It depends on how you read it.  I read the Subject line to mean I'm
asking a stupid question, not xfce is stupid.  I'm pretty sure Aryeh
meant the lesser, not the latter.

  
Just for clarity thats what I meant... I use it specifically because it 
is the best desktop out there and has not made the same mistakes gnome 
and/or kde did (the only complaint I have is it your be nice if the 
desktop would updat7e it self as you change the contents of ~/Desktop)

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: stupid xfce clock question

2008-10-06 Thread Giorgos Keramidas
On Mon, 06 Oct 2008 09:28:12 -0400, Aryeh M. Friedman [EMAIL PROTECTED] 
wrote:
 If you are using XFCE4 then you are reaping all the benefits of the
 freely available work of others.  This style of subject is offensive
 to their efforts to provide a light-weight, beautiful, functional
 and fast performing desktop environment in a multitude of UNIX
 platforms.

 Please consider using a less confrontational style for posting
 questions in the future.

 It depends on how you read it.  I read the Subject line to mean I'm
 asking a stupid question, not xfce is stupid.  I'm pretty sure
 Aryeh meant the lesser, not the latter.

 Just for clarity thats what I meant... I use it specifically because it
 is the best desktop out there and has not made the same mistakes gnome
 and/or kde did (the only complaint I have is it your be nice if the
 desktop would updat7e it self as you change the contents of ~/Desktop)

Ok, an apology from me is in order then.  My non-native English failed
to parse the subject correctly, sorry about that :-/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: stupid xfce clock question

2008-10-06 Thread Jason C. Wells

Aryeh M. Friedman wrote:
I work remotely with a company that is across the international date 
line from me and I can do the math in my head but want to know if it 
is possible to add a clock to my xfce panel that shows the time their 
(and keep the one that has my time on it)

___
You can run two instances of orage.  I think they read the same config 
file.  I think you would have little trouble hacking up a TZ1, TZ2 
variable for seperate instances to read.


Later,
Jason
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]