You are not logged in.

#1 2007-11-27 10:55:59

anadyr
Member
Registered: 2005-02-10
Posts: 214

What program is this?

Hi,

could someone tell me what nifty transparent system monitoring app is displayed in this screenshot (left top)?
http://fluxbox.sourceforge.net/zoom.php … luxbox.jpg

I'd like to install it as well, but I don't know its name

Thanks
Rogier

Offline

#2 2007-11-27 10:57:47

luca
Member
From: Rome
Registered: 2005-10-30
Posts: 280

Re: What program is this?

Hi anadyr,
it should be conky:

pacman -S conky

Offline

#3 2007-11-27 22:18:56

paul_au
Member
Registered: 2006-04-13
Posts: 38

Re: What program is this?

for different configs people use have a look at:

http://bbs.archlinux.org/viewtopic.php?id=39906

Offline

#4 2007-11-28 15:18:59

anadyr
Member
Registered: 2005-02-10
Posts: 214

Re: What program is this?

I installed it, and after some tweaking it looks really nice. But now I am ready for the next step: using a script so that I can see my gmail inbox. I downloaded a script from the conky website (gmail.pl), but I don'y understand this info:

# Put this in ~/.gmail/ and use "crontab -e" to add something like
# "* * * * * ~/.gmail/gmail.pl > /dev/null" to run it every minute.
# ${exec cat ~/.gmail/.gmail_top} shows your inbox in Conky.

So I added it in ~/.gmail, but I don't know what " use "crontab -e" to add something like "* * * * * ~/.gmail/gmail.pl > /dev/null" means, And now, I do not have a .gmail_top which can be executed from .conkyrc.

What command should I exactly issue, and how do I get a .gmail_top executable?

Thanks
Rogier

Offline

#5 2007-11-28 16:06:14

sunn
Member
From: Norway
Registered: 2007-10-24
Posts: 41

Re: What program is this?

Without actually looking at the script, it seems like gmail.pl checks your your gmail account, and writes something (my guess is the subject of the emails or something like that) to ~/.gmail/.gmail_top. .gmail_top seems to be a text file - not an executable, as you're using cat to print it in conky.

Adding "* * * * * ~/.gmail/gmail.pl > /dev/null" to your crontab will, as it says, run the script it every minute, updating ~/.gmail/.gmail_top, and send any output to /dev/null. You can read about the crontab file syntax in the crontab man page.

Offline

#6 2007-11-28 20:33:27

peets
Member
From: Montreal
Registered: 2007-01-11
Posts: 936
Website

Re: What program is this?

cron will execute commands at given times. You tell it which commands to execute when in the crontab file, which you edit with "$ crontab -e". Try

$ man cron
$ man crontab

Offline

Board footer

Powered by FluxBB