分页: 1 / 1
笨学生找找老师讲解conky的使用方法!!!!!
发表于 : 2009-11-08 0:01
由 yus253
折腾了2天了没鼓秋出来。我就现弄出这个效果。怎么弄呀。
http://www.gnome-look.org/content/show. ... 26204aaf6c
他也没在/home/****下创建 .conkyrc呀?!
我之前不知怎么弄出来一个半成品。没有天气预报。
Re: 笨学生找找老师讲解conky的使用方法!!!!!
发表于 : 2009-11-08 0:02
由 yus253
现在好像哪出错了!!!!
yus253@ubuntu:~$ conky
Conky: missing text block in configuration; exiting
***** Imlib2 Developer Warning ***** :
This program is calling the Imlib call:
imlib_context_free();
With the parameter:
context
being NULL. Please fix your program.
yus253@ubuntu:~$
Re: 笨学生找找老师讲解conky的使用方法!!!!!
发表于 : 2009-11-08 0:06
由 xiooli
呀,conky可以上图片了?
Re: 笨学生找找老师讲解conky的使用方法!!!!!
发表于 : 2009-11-08 0:09
由 JiangHui
把别人的配置存为 ~/.conkyrc
自己慢慢改最简单了
Re: 笨学生找找老师讲解conky的使用方法!!!!!
发表于 : 2009-11-08 18:36
由 yus253
xiooli 写了:呀,conky可以上图片了?
应该是conky_color,按gnome-look的帖子说,是个傻瓜型软件,可以简单配置conky,我就想问如何用。
Re: 笨学生找找老师讲解conky的使用方法!!!!!
发表于 : 2009-11-08 18:37
由 yus253
用它可以上当前的所有状态,比如:目前浏览的图片,听得CD信息等
Re: 笨学生找找老师讲解conky的使用方法!!!!!
发表于 : 2009-11-08 18:38
由 yus253
JiangHui 写了:把别人的配置存为 ~/.conkyrc
自己慢慢改最简单了
真不是这样用。
Re: 笨学生找找老师讲解conky的使用方法!!!!!
发表于 : 2009-11-20 12:00
由 ryoohki
抢劫背景来的...
Re: 笨学生找找老师讲解conky的使用方法!!!!!
发表于 : 2010-05-09 22:19
由 dcbakkk
很花哨阿。。
Re: 笨学生找找老师讲解conky的使用方法!!!!!
发表于 : 2010-06-24 20:09
由 Google86
嗯 我这两天也研究了下 其实官方的说明倒也清楚 这是我转的别人的。
关键是这段命令:
$make
$./conky-colors --help (参看可设置的参数)
$./conky-colors (设定参数,这步很关键,请看下面)
$make install
它会在目录下生成配置文件:conkyrc 将其拷贝至home文件夹中,即可完成配置。
(例子)
Ex: if your cpu is quad-core and you want the noble color, with hd, network and pidgin monitor and all in portuguese
./conky-colors --theme=gnome-noble --lang=pt --cpu=4 --network --hd=default --pidgin
注意第二步设定参数时 一定要一定把参数输进去,不可分开
如 你想设 theme为 gnome-noble,cpu为 1 ,
其正确格式为 $./conky-colors --theme=gnome-noble --cpu=1
不可分开
如 $./conky-colors --theme=gnome-noble
$./conky-colors --cpu=1
附我的参数:
$./conky-colors --cpu=2 --swap --updates --proc=3 --clock=classic --calendar --network --eth=0 --hd=mix --root=sda3 --E=sda5 --F=sda6 --unit=C --weather=CHXX0097 --side=right --ubuntu
Re: 笨学生找找老师讲解conky的使用方法!!!!!
发表于 : 2010-06-30 10:07
由 Crazier
Google86 写了:嗯 我这两天也研究了下 其实官方的说明倒也清楚 这是我转的别人的。
关键是这段命令:
$make
$./conky-colors --help (参看可设置的参数)
$./conky-colors (设定参数,这步很关键,请看下面)
$make install
它会在目录下生成配置文件:conkyrc 将其拷贝至home文件夹中,即可完成配置。
(例子)
Ex: if your cpu is quad-core and you want the noble color, with hd, network and pidgin monitor and all in portuguese
./conky-colors --theme=gnome-noble --lang=pt --cpu=4 --network --hd=default --pidgin
注意第二步设定参数时 一定要一定把参数输进去,不可分开
如 你想设 theme为 gnome-noble,cpu为 1 ,
其正确格式为 $./conky-colors --theme=gnome-noble --cpu=1
不可分开
如 $./conky-colors --theme=gnome-noble
$./conky-colors --cpu=1
附我的参数:
$./conky-colors --cpu=2 --swap --updates --proc=3 --clock=classic --calendar --network --eth=0 --hd=mix --root=sda3 --E=sda5 --F=sda6 --unit=C --weather=CHXX0097 --side=right --ubuntu
我想知道你的天气是怎么实现的,有没有去weather.com注册呀,效果怎么样,能不能上个图啊?