传说中的conky。。

系统字体配置、中文显示和输入法问题
头像
xiooli
帖子: 6956
注册时间: 2007-11-19 21:51
来自: 成都
联系:

传说中的conky。。

#1

帖子 xiooli » 2008-10-14 12:16

RT

从solcomo童鞋的变化而来,主要变了天气预报的脚本和监视邮件的脚本(我几乎不用gmail :em03 )。闲话少说,亮图:
最新的conkyrc及脚本点附件下载,图标字体上这儿10楼下:viewtopic.php?t=123267&highlight=
附件
conky.tar.bz2
(2.55 KiB) 已下载 116 次
Screenshot.png
Screenshot.png
yclwl
帖子: 37
注册时间: 2007-05-27 10:30
来自: 江苏

Re: 传说中的conky。。

#2

帖子 yclwl » 2008-10-14 14:07

:em01 配置贴上来
头像
xiooli
帖子: 6956
注册时间: 2007-11-19 21:51
来自: 成都
联系:

Re: 传说中的conky。。

#3

帖子 xiooli » 2008-10-14 15:03

代码: 全选

background yes
override_utf8_locale yes
font Microsoft YaHei:size=9
xftfont Microsoft YaHei:size=9
use_xft yes
xftalpha 0.1

update_interval 1.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
minimum_size 165 5
maximum_width 165

#alignment top_left
#alignment top_right
#alignment bottom_left
alignment bottom_right
#alignment none
gap_x 5
gap_y 45
no_buffers yes
cpu_avg_samples 2
override_utf8_locale yes
uppercase no # set to yes if you want all text to be in uppercase
use_spacer none
out_to_console no


default_color white
default_shade_color black
default_outline_color grey90

#${color slate grey}根文件系统:$alignr${color}${fs_free /}/${fs_size /}
#${fs_bar 3,160 /}

TEXT
${color #A62525}${font OpenLogos:size=28}[${font Ubuntu Titling:size=28} ubuntu 
${voffset -20}${color}${font StyleBats:size=12}O ${font}${color slate grey}运行时间:$alignr${color}$uptime
${color}${font StyleBats:size=12}Q ${font}${color slate grey}内核版本:$alignr${color }$kernel
${color}${font StyleBats:size=12}A ${font}${color slate grey}CPU负载:$alignr${color } $cpu% ${acpitemp}C
${cpugraph 20,160 000000 ffffff}
${color slate grey}进程总数:$alignr${color }$processes  ($running_processes 个运行中)
${color}${font Webdings:size=12}i${font}${color slate grey}CPU 最高占用:$alignr PID  CPU%
${color #ddaa00}${top name 1}$alignr${top pid 1}${top cpu 1}
${color lightgrey}${top name 2}$alignr${top pid 2}${top cpu 2}
${color lightgrey}${top name 3}$alignr${top pid 3}${top cpu 3}
${color}${font Webdings:size=12}i${font}${color slate grey}内存最高占用:$alignr PID  MEM%
${color #ddaa00}${top_mem name 1}$alignr${top_mem pid 1}${top_mem mem 1}
${color lightgrey}${top_mem name 2}$alignr${top_mem pid 2}${top_mem mem 2}
${color lightgrey}${top_mem name 3}$alignr${top_mem pid 3}${top_mem mem 3}
${color slate grey}内存:${color} $memperc%$alignr$mem/$memmax
${membar 3,160}
${color slate grey}SWAP:${color} $swapperc%$alignr$swap/$swapmax
${swapbar 3,160}
${color slate grey}家目录:$alignr${color}${fs_free /home}/${fs_size /home}
${fs_bar 3,160 /home}
${color slate grey}读盘:${alignr}${color}$diskio_read
${color}${diskiograph_read /dev/sda 10,160 000000 ffffff}
${color slate grey}写盘:${alignr}${color}$diskio_write
${color}${diskiograph_write /dev/sda 10,160 000000 ffffff}
${color slate grey}互联网:
${color}${font PizzaDude Bullets:size=12}M${font} 总共上传 ${totalup eth0}
${voffset 1}${color}${font PizzaDude Bullets:size=12}v${font} 上传速度: ${color }${upspeed eth0}k/s
${upspeedgraph eth0 20,160 000000 ffffff}
${voffset 6}${color}${font PizzaDude Bullets:size=12}S${font} 总共接收 ${totaldown eth0}
${voffset 1}${color}${font PizzaDude Bullets:size=12}r${font} 接收速度: ${color }${downspeed eth0}k/s
${downspeedgraph eth0 20,160 000000 ffffff}
${color}${font weather:size=22}k${color slate grey}${font} 天气预报:   ${execi 1800 ~/.bin/weather -n}
${color}${font :size=10}${execi 1800 ~/.bin/weather}
${voffset -14}${color}${font Martin Vogel's Symbols:size=22}B${font}${color slate grey}邮箱状态:
${color}${font :size=8}${alignc}${texeci 1800 ~/.bin/check_mail}
${color}${font SimpMusic Base:size=22}~${color slate grey}${font}  音乐状态:
${color slate grey}State:${alignr}${color}Now $mpd_status
${color slate grey}Title:${color}${font DejaVu Sans YuanTi:size=8}${alignr}$mpd_title
${color slate grey}${font}Artist:${color}${font DejaVu Sans YuanTi:size=8}${alignr}$mpd_artist
${color slate grey}${font}Volume:${color}$mpd_vol%${alignr}${color slate grey}Bitrate:${color}$mpd_bitrate kbps
${color}${mpd_bar 3,160}
头像
xiooli
帖子: 6956
注册时间: 2007-11-19 21:51
来自: 成都
联系:

Re: 传说中的conky。。

#4

帖子 xiooli » 2008-10-14 15:05

脚本,放~/.bin下面,需要fetchmail
附件
conky_shells.tar.bz2
(1.11 KiB) 已下载 106 次
头像
HuntXu
帖子: 5776
注册时间: 2007-09-29 3:09

Re: 传说中的conky。。

#5

帖子 HuntXu » 2008-10-14 15:26

你的是啥子U?占用挺低的...

我是不敢开conky哦~ :em02
HUNT Unfortunately No Talent...
头像
dogfox
论坛版主
帖子: 5311
注册时间: 2006-09-02 14:18
来自: 汉桑城
联系:

Re: 传说中的conky。。

#6

帖子 dogfox » 2008-10-14 15:37

貌似conky不支持kde4 ,郁闷
全世界linux爱好者联合起来 !
头像
xiooli
帖子: 6956
注册时间: 2007-11-19 21:51
来自: 成都
联系:

Re: 传说中的conky。。

#7

帖子 xiooli » 2008-10-14 16:03

HuntXu 写了:你的是啥子U?占用挺低的...

我是不敢开conky哦~ :em02
很古董的u阿,intel 赛扬530 :em03
头像
yaoms
帖子: 4952
注册时间: 2007-10-19 14:51
来自: 深圳

Re: 传说中的conky。。

#8

帖子 yaoms » 2008-10-14 16:14

支持fvwm 不?
Nothing 有事请发邮件到 yms541 AT gmail.com
alias 爱慕颇雷尔='mplayer'
头像
xiooli
帖子: 6956
注册时间: 2007-11-19 21:51
来自: 成都
联系:

Re: 传说中的conky。。

#9

帖子 xiooli » 2008-10-14 16:53

yaoms 写了:支持fvwm 不?
那是嘿明显的噻,当然支持咯 :em04
头像
daf3707
论坛版主
帖子: 12731
注册时间: 2007-06-13 15:57
来自: 在他乡

Re: 传说中的conky。。

#10

帖子 daf3707 » 2008-10-14 17:13

借用参观一下
头像
daf3707
论坛版主
帖子: 12731
注册时间: 2007-06-13 15:57
来自: 在他乡

Re: 传说中的conky。。

#11

帖子 daf3707 » 2008-10-14 17:41

xiooli 写了:

代码: 全选

background yes
override_utf8_locale yes
font Microsoft YaHei:size=9
xftfont Microsoft YaHei:size=9
use_xft yes
xftalpha 0.1

update_interval 1.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
minimum_size 165 5
maximum_width 165

#alignment top_left
#alignment top_right
#alignment bottom_left
alignment bottom_right
#alignment none
gap_x 5
gap_y 45
no_buffers yes
cpu_avg_samples 2
override_utf8_locale yes
uppercase no # set to yes if you want all text to be in uppercase
use_spacer none
out_to_console no


default_color white
default_shade_color black
default_outline_color grey90

#${color slate grey}根文件系统:$alignr${color}${fs_free /}/${fs_size /}
#${fs_bar 3,160 /}

TEXT
${color #A62525}${font OpenLogos:size=28}[${font Ubuntu Titling:size=28} ubuntu 
${voffset -20}${color}${font StyleBats:size=12}O ${font}${color slate grey}运行时间:$alignr${color}$uptime
${color}${font StyleBats:size=12}Q ${font}${color slate grey}内核版本:$alignr${color }$kernel
${color}${font StyleBats:size=12}A ${font}${color slate grey}CPU负载:$alignr${color } $cpu% ${acpitemp}C
${cpugraph 20,160 000000 ffffff}
${color slate grey}进程总数:$alignr${color }$processes  ($running_processes 个运行中)
${color}${font Webdings:size=12}i${font}${color slate grey}CPU 最高占用:$alignr PID  CPU%
${color #ddaa00}${top name 1}$alignr${top pid 1}${top cpu 1}
${color lightgrey}${top name 2}$alignr${top pid 2}${top cpu 2}
${color lightgrey}${top name 3}$alignr${top pid 3}${top cpu 3}
${color}${font Webdings:size=12}i${font}${color slate grey}内存最高占用:$alignr PID  MEM%
${color #ddaa00}${top_mem name 1}$alignr${top_mem pid 1}${top_mem mem 1}
${color lightgrey}${top_mem name 2}$alignr${top_mem pid 2}${top_mem mem 2}
${color lightgrey}${top_mem name 3}$alignr${top_mem pid 3}${top_mem mem 3}
${color slate grey}内存:${color} $memperc%$alignr$mem/$memmax
${membar 3,160}
${color slate grey}SWAP:${color} $swapperc%$alignr$swap/$swapmax
${swapbar 3,160}
${color slate grey}家目录:$alignr${color}${fs_free /home}/${fs_size /home}
${fs_bar 3,160 /home}
${color slate grey}读盘:${alignr}${color}$diskio_read
${color}${diskiograph_read /dev/sda 10,160 000000 ffffff}
${color slate grey}写盘:${alignr}${color}$diskio_write
${color}${diskiograph_write /dev/sda 10,160 000000 ffffff}
${color slate grey}互联网:
${color}${font PizzaDude Bullets:size=12}M${font} 总共上传 ${totalup eth0}
${voffset 1}${color}${font PizzaDude Bullets:size=12}v${font} 上传速度: ${color }${upspeed eth0}k/s
${upspeedgraph eth0 20,160 000000 ffffff}
${voffset 6}${color}${font PizzaDude Bullets:size=12}S${font} 总共接收 ${totaldown eth0}
${voffset 1}${color}${font PizzaDude Bullets:size=12}r${font} 接收速度: ${color }${downspeed eth0}k/s
${downspeedgraph eth0 20,160 000000 ffffff}
${color}${font weather:size=22}k${color slate grey}${font} 天气预报:   ${execi 1800 ~/.bin/weather -n}
${color}${font size=7}${execi 1800 ~/.bin/weather}
${voffset -14}${color}${font Martin Vogel's Symbols:size=22}B${font}${color slate grey}邮箱状态:
${color}${font size=8}${alignc}${texeci 1800 ~/.bin/check_mail}
${color}${font SimpMusic Base:size=22}~${color slate grey}${font}  音乐状态:
${color slate grey}State:${alignr}${color}Now $mpd_status
${color slate grey}Title:${color}${font DejaVu Sans YuanTi:size=8}${alignr}$mpd_title
${color slate grey}${font}Artist:${color}${font DejaVu Sans YuanTi:size=8}${alignr}$mpd_artist
${color slate grey}${font}Volume:${color}$mpd_vol%${alignr}${color slate grey}Bitrate:${color}$mpd_bitrate kbps
${color}${mpd_bar 3,160}
:em06
还是传文本文件上来吧,粘贴的都断了行了,乱七八糟。
头像
daf3707
论坛版主
帖子: 12731
注册时间: 2007-06-13 15:57
来自: 在他乡

Re: 传说中的conky。。

#12

帖子 daf3707 » 2008-10-14 17:44

:em06 原来是nano的问题
phonen
帖子: 97
注册时间: 2006-10-24 23:40
联系:

Re: 传说中的conky。。

#13

帖子 phonen » 2008-10-17 9:16

字体文件是哪些阿?
Laptop:HP Compaq Presario V3511

OS:Ubuntu 7.10

Phone:nokia 6600

OS:sybian s60 2nd
头像
tonytam
帖子: 485
注册时间: 2006-09-23 12:28

Re: 传说中的conky。。

#14

帖子 tonytam » 2008-10-17 9:50

font Microsoft YaHei:size=9
头像
xiooli
帖子: 6956
注册时间: 2007-11-19 21:51
来自: 成都
联系:

Re: 传说中的conky。。

#15

帖子 xiooli » 2008-10-17 9:51

phonen 写了:字体文件是哪些阿?
viewtopic.php?t=123267&highlight=上10楼去下 :em01
回复