
Conky [Only Now Playing]
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
billybag
12 years ago
Report
EseMns
12 years ago
Report
Sunsparc
12 years ago
Thanks for spelling SRV's name correctly, too. :p
Report
shappie
12 years ago
It is a really nice script, i use exaile now and i cant get exaile to work with conky. So im thinking about using amarok because my pc is fast enough for it.
Ps. is it possible to run 2 different conky's?
Report
Masayuki
12 years ago
Thanks!
>shappie
Thanks!>comments & your great AWN's icon
conky + exail
${color e0e0e0}${font Bitstream Vera Sans:size=10}${execi 10 exaile --get-title} - ${execi 10 exaile --get-artist} ${color adadad}${font Bitstream Vera Sans:size=8}${execi 10 exaile --get-album}
>>Ps. is it possible to run 2 different conky's?
maybe...
own_window yes
own_window_type desktop
$ conky &
$ conky -c .conkyrc2 &
$ conky -c .conkyrc3 &
Report
shappie
12 years ago
Report