The console app tzclock, available via Synaptic is only 6.5K and displays the time from multiple timezones. I might make a little wrapper for it to turn it into an on-screen-display with a transparent aterm.
I also installed intclock from here:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://users.skynet.be/Peter.Verthez/projects/intclock/"
linktext was:"http://users.skynet.be/Peter.Verthez/projects/intclock/"
====================================
It's a nice little GTK app written in Perl but I had to install libgtk2-perl which cost about 6.5M of disk space.
Are there other lightweight apps for displaying the time from various timezones?
topic title: International clock
4 posts
• Page 1 of 1
-
Posts: 1,308
- Joined: 31 Aug 2009
-
Posts: 1,228
- Joined: 15 Jun 2008
#2
How about these two Seamonkey addons:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://addons.mozilla.org/en-US/seamonkey/search?q=timezone"
linktext was:"https://addons.mozilla.org/en-US/seamon ... q=timezone"
====================================
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://addons.mozilla.org/en-US/seamonkey/search?q=timezone"
linktext was:"https://addons.mozilla.org/en-US/seamon ... q=timezone"
====================================
-
Posts: 1,308
- Joined: 31 Aug 2009
#3
Interesting. I don't know if I would get used to looking for a browser status-bar to find the time, although it seems rather appropriate for a World Wide web.
I made a transparent aterm and I have it run the following script which I call my-tz-clock:
I put the following in my .Xdefaults to make aterms default to transparent:
The foreground color is a lavender that goes well with my dark backgrounds. I've got a couple of aterms, two conkys, gkrellm, and a desktop pager scattered around. They're all borderless and except for the pager, they are all transparent. Maybe I will tire of it but for now, I like the way it looks. I like having informative text on my desktop that looks like it's part of the background image.
I made a transparent aterm and I have it run the following script which I call my-tz-clock:
Code: Select all
#!/bin/bash
watch -t -n 30 'tzwatch -f"%a %I:%M %P"'
Code: Select all
aterm*transparent:1
aterm*foreground:#c4a6ff
aterm*borderLess:1
aterm*scrollBar:0
-
Posts: 1,228
- Joined: 15 Jun 2008
#4
There might be a way for you to show that info in Conky too.