From owner-freebsd-questions@FreeBSD.ORG Sat Aug 21 15:52:29 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E81E10656A7 for ; Sat, 21 Aug 2010 15:52:29 +0000 (UTC) (envelope-from parv@pair.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.125]) by mx1.freebsd.org (Postfix) with ESMTP id 596D08FC12 for ; Sat, 21 Aug 2010 15:52:29 +0000 (UTC) X-Authority-Analysis: v=1.1 cv=GErw3X8Lcf3Z9lMGtD9UKGVOjv9oy6ZCQt0FNm8Yy60= c=1 sm=0 a=V_uz6TdEaU4A:10 a=kj9zAlcOel0A:10 a=wTwVZmRG0EeNCYhkxzeBEQ==:17 a=sjTfmvquvlAdUJBSaCEA:9 a=uFV_RQ85t4Ugo0iOASO6WM4c5zEA:4 a=CjuIK1q_8ugA:10 a=jKRid43F7UoA:10 a=wTwVZmRG0EeNCYhkxzeBEQ==:117 X-Cloudmark-Score: 0 X-Originating-IP: 67.49.189.17 Received: from [67.49.189.17] ([67.49.189.17:53581] helo=localhost.hawaii.res.rr.com) by hrndva-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.2.39 r()) with ESMTP id A1/17-06787-B36FF6C4; Sat, 21 Aug 2010 15:52:28 +0000 Received: from holstein.holy.cow (parv [127.0.0.2]) by localhost.hawaii.res.rr.com (Postfix) with ESMTP id E9C275CB1; Sat, 21 Aug 2010 05:56:26 -1000 (HST) Received: (from parv@localhost) by holstein.holy.cow (8.14.3/8.14.3/Submit) id o7LFuPre006096; Sat, 21 Aug 2010 05:56:25 -1000 (HST) (envelope-from parv@pair.com) X-Authentication-Warning: holstein.holy.cow: parv set sender to parv@pair.com using -f Date: Sat, 21 Aug 2010 05:56:25 -1000 From: Parv To: Polytropon Message-ID: <20100821155625.GA1803@holstein.holy.cow> Mail-Followup-To: Polytropon , FreeBSD Questions References: <20100821055224.ec9f0d12.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100821055224.ec9f0d12.freebsd@edvax.de> Cc: FreeBSD Questions Subject: Re: Customizable wall clock for several time zones X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Aug 2010 15:52:29 -0000 in message <20100821055224.ec9f0d12.freebsd@edvax.de>, wrote Polytropon thusly... > > I'm searching for a round-clock style clock application for X, > and I would prefer a standalone program (not integrated with > KDE, Gnome, or else). It should be possible to define several > timezones and attach a label to each clock ... > []========= The clock =========X > | ____ ____ ____ | > | / | \ / \ \ / /\ | > | | +- | | -+ | | + | | > | \____/ \____/ \__|_/ | > | BLAH MEOW DOGFOOD! | > +------------------------------+ You could place multiple x11-clocks/rclock instances side by side with different time zones (-adjust option) to partially reach there, as it does not allow to set the title (I only tested -title option). - parv --