You are not logged in.

#1 2005-07-26 00:28:45

jackmetal
Member
From: US
Registered: 2005-06-13
Posts: 164

Conky (Replacement for Torsmo)

Since Torsmo is no longer being actively developed, I found an alternative that is.  It is a drop-in replacement that can use the same config file you were using with Torsmo. 

I haven't had time to get a PKGBUILD made yet, but the homepage url is: http://conky.rty.ca/     and the sourceforge page is: http://sourceforge.net/projects/conky/

If anyone has time to make a PKGBUILD it would be greatly appreciated.  :-)    Otherwise, I'll make one as soon as I get a chance and post it.

Thanks, and have a great day!


--

Some of the world's greatest feats were
accomplished by people not smart enough
to know they were impossible.
-- Doug Larson

Offline

#2 2005-07-26 05:59:45

elasticdog
Member
From: Washington, USA
Registered: 2005-05-02
Posts: 995
Website

Re: Conky (Replacement for Torsmo)

There already is one, thanks to Mr Green...

Offline

#3 2005-07-26 10:11:12

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Conky (Replacement for Torsmo)

DOH!  lol

Offline

#4 2005-07-26 11:18:29

jackmetal
Member
From: US
Registered: 2005-06-13
Posts: 164

Re: Conky (Replacement for Torsmo)

Doooh, indeed!   ;-)

I checked the forums, but missed aur.

Mr Green, quick question:
I see that it's version 1.0.  I got that one to compile fine, but the new version 1.1 doesn't.  Have you tried 1.1 yet?

Thanks!!


--

Some of the world's greatest feats were
accomplished by people not smart enough
to know they were impossible.
-- Doug Larson

Offline

#5 2005-07-26 20:29:00

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Conky (Replacement for Torsmo)

I've tried 1.1 and got the error.  I think it's due to a missing #include statement.  I might investigate further.

BTW, what's the advantage of using conky instead of torsmo (besides development activity).  To me it seemed that it was the same program!

Offline

#6 2005-07-26 22:53:17

corky
Member
From: Norway
Registered: 2004-12-17
Posts: 76

Re: Conky (Replacement for Torsmo)

Snowman wrote:

I've tried 1.1 and got the error.  I think it's due to a missing #include statement.  I might investigate further.

BTW, what's the advantage of using conky instead of torsmo (besides development activity).  To me it seemed that it was the same program!

I got 1.1 to compile by putting procps into the build directory and recompiling, as thats was what is couldnt find for me (even though it was installed). 

Unfortuantely this doesnt work for the 1.2 (dev) version, even thought is seems to bail out of the compile on the same thing.

The main advantage for me so far over torsmo is the build in mpd support, it also has some other new features but I havent really explored them yet.


mov ah, 0
int 16h

Offline

#7 2005-07-26 23:21:00

max_sipos
Member
From: Ithaca, NY
Registered: 2004-10-31
Posts: 106
Website

Re: Conky (Replacement for Torsmo)

Just judging by the screenshot, it seems like the font is antialiased, as opposed to torsmo's (not that it matters too much).

Offline

#8 2005-07-27 02:45:05

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Conky (Replacement for Torsmo)

I got 1.2 to compile.
It needs includes file that "should" be in procps pkg. I'll submit a bug report.

# $Id: PKGBUILD,v 1.37 2005/07/06 05:38:12 judd Exp $
# Maintainer: judd <jvinet@zeroflux.org>
pkgname=procps
pkgver=3.2.5
pkgrel=3
pkgdesc="Utilities for monitoring your system and processes on your system"
url="http://procps.sf.net"
depends=('ncurses')
backup=('etc/sysctl.conf')
source=(http://procps.sourceforge.net/procps-$pkgver.tar.gz sysctl.conf)
md5sums=('cde0e3612d1d7c68f404d46f01c44fb4' '03571b4a24037f8ac283f3d8af02423f')

build() {
  cd $startdir/src/$pkgname-$pkgver
  make || return 1
  make DESTDIR=$startdir/pkg ldconfig=/bin/true install
  install -D -m644 ../sysctl.conf $startdir/pkg/etc/sysctl.conf
  install -d $startdir/pkg/usr/include/proc
  install  -m644  proc/*.h $startdir/pkg/usr/include/proc
}

Use the sysctl.conf from abs.

Offline

#9 2005-07-27 06:47:53

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: Conky (Replacement for Torsmo)

Hi,

Snowman is right 1.2 requires procps to be able to compile it .....

**EDIT have updated conky to 1.1 ...

I am hosting package atm as it includes /proc files needed by build

please let me know if its ok  smile


Mr Green

Offline

#10 2005-07-27 14:03:41

neri
Forum Fellow
From: Victoria, Canada
Registered: 2003-05-04
Posts: 553

Re: Conky (Replacement for Torsmo)

max_sipos wrote:

Just judging by the screenshot, it seems like the font is antialiased, as opposed to torsmo's (not that it matters too much).

xft used to be a compiletime (read ./configure) option in torsmo.

-neri

Offline

#11 2005-07-27 14:07:31

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: Conky (Replacement for Torsmo)

./configure --help

even....

Conky has most of Torsmo features plus some new tricks  wink


Mr Green

Offline

#12 2005-07-27 19:40:04

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Conky (Replacement for Torsmo)

Thanks to Judd, this missing header problem  will be fixed in next procps pkg:
http://bugs.archlinux.org/index.php?do=details&id=2999

Offline

#13 2005-07-27 19:48:21

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: Conky (Replacement for Torsmo)

Yay!  tongue  ... Will upload to AUR a.s.a.p

Thanks for your help  wink


Mr Green

Offline

#14 2005-07-28 12:09:07

jackmetal
Member
From: US
Registered: 2005-06-13
Posts: 164

Re: Conky (Replacement for Torsmo)

Excellent!!


--

Some of the world's greatest feats were
accomplished by people not smart enough
to know they were impossible.
-- Doug Larson

Offline

#15 2005-07-28 12:30:28

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Conky (Replacement for Torsmo)

Hey, guys - I am hosting a CVS version of this in my [dibble] repo but I also wanted to say if you guys haul ass over to the AUR and get voting then this will happily go straight into [community] smile

I see it has no votes yet roll

Offline

#16 2005-07-28 12:32:45

jackmetal
Member
From: US
Registered: 2005-06-13
Posts: 164

Re: Conky (Replacement for Torsmo)

Alrighty, I'm a little dense this morning...  How do I go about voting?  :-)

*EDIT* - well it helps if I actually log "IN" on the AUR..  :oops:


--

Some of the world's greatest feats were
accomplished by people not smart enough
to know they were impossible.
-- Doug Larson

Offline

#17 2005-07-28 12:57:29

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Conky (Replacement for Torsmo)

I take it the reason for your pm is also resolved?  I was quite shocked as it spontaneously disappeared from my inbox!

Offline

#18 2005-07-28 13:06:45

jackmetal
Member
From: US
Registered: 2005-06-13
Posts: 164

Re: Conky (Replacement for Torsmo)

:oops:   Yep!     Thanks, though!   

I noticed I hadn't logged in..  Once I logged into AUR, I cast my votes on all of my favorites.  ;-)


--

Some of the world's greatest feats were
accomplished by people not smart enough
to know they were impossible.
-- Doug Larson

Offline

#19 2006-01-11 16:51:23

atze
Member
From: Netherlands (Leiden)
Registered: 2005-10-22
Posts: 76
Website

Re: Conky (Replacement for Torsmo)

any idea how to get conky working in a good way in e17?

Offline

#20 2006-01-11 16:55:21

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Conky (Replacement for Torsmo)

define "working in a good way" ->  What problems is it giving you?

Offline

#21 2006-01-11 17:05:27

atze
Member
From: Netherlands (Leiden)
Registered: 2005-10-22
Posts: 76
Website

Re: Conky (Replacement for Torsmo)

wel if i move a window over it, the text (the part where the window was) disapears util conky refreshish (-> is that good english?)  it self.

Offline

#22 2006-01-11 18:01:06

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: Conky (Replacement for Torsmo)

atze wrote:

wel if i move a window over it, the text (the part where the window was) disapears util conky refreshish (-> is that good english?)  it self.

We'll probably need more details... what window manager are you using and how are you starting conky?


oz

Offline

#23 2006-01-11 18:03:22

atze
Member
From: Netherlands (Leiden)
Registered: 2005-10-22
Posts: 76
Website

Re: Conky (Replacement for Torsmo)

ozar wrote:
atze wrote:

wel if i move a window over it, the text (the part where the window was) disapears util conky refreshish (-> is that good english?)  it self.

We'll probably need more details... what window manager are you using and how are you starting conky?

Enlightenment DR17

Offline

#24 2006-01-11 18:21:52

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Conky (Replacement for Torsmo)

Try using a smaller update interval in your ~/.conkyrc:

# Update interval in seconds
update_interval 1.0

Offline

#25 2006-01-11 18:27:44

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: Conky (Replacement for Torsmo)

I'm still not really sure how you are starting Conky, but if you are starting it from within E17, maybe try starting it in your .xinitrc file, instead:

conky &

oz

Offline

Board footer

Powered by FluxBB