rokytnji wrote:...
deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org/debian/"
linktext was:"http://ftp.us.debian.org/debian/"
====================================
testing main contrib non-free
deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://security.debian.org/"
linktext was:"http://security.debian.org/"
====================================
testing/updates main contrib non-free
...
I use cmus also. So if wanting how my conkyrc is set up. Go to the conky thread post33335.html#p33335
I had no sources.list yet, so I made one and added the 2 mentioned sources, updated, installed the MOC-beta and then uncommented the sources.
All went well; nothing broke as far as I can tell
__{{emoticon}}__
I'll check out the conky later too, thanks for the help and advise in all the comments above!
EDIT: I tried to get the conky right, but it doesn't work.
Code: Select all
$ apt-cache policy python
python:
Installed: 2.7.3-4+deb7u1
Candidate: 2.7.3-4+deb7u1
Version table:
*** 2.7.3-4+deb7u1 0
500 http://ftp.us.debian.org/debian/ wheezy/main i386 Packages
100 /var/lib/dpkg/status
added this in conkyrc
Code: Select all
${exec echo $(cmus-remote -Q | grep -m 1 artist | cut -d"" -f 3-)}
${exec echo $(cmus-remote -Q | grep title | cut -d"" -f 3-)}
${execpi 10 python /home/ludo/.mocpdata.py}
At first I put only the 3rd line, but since it didn't work I added also the cmus-lines.
I guess I need to install cmus also to get this right?