简易实用又好看的conky配置

仅供存放个人的配置文件,不要在本版发问。
mindcraft
帖子: 6
注册时间: 2011-05-22 3:52

简易实用又好看的conky配置

#1

帖子 mindcraft » 2011-05-22 3:59

基于mira_conky的conky配置
个人喜欢用右上角显示时间天气,所以conky就不用显示了
结果是只需要conkyrc就行,不需要任何其他代码或者图片

效果图:
图片

conky配置:
# Use Xft?
use_xft yes
xftfont cure:size=8

# Update interval in seconds
update_interval 1

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent no
own_window_type widget
own_window_hints undecorate,sticky,skip_taskbar,skip_pager
own_window_argb_visual yes
own_window_argb_value 200

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
minimum_size 280 5

maximum_width 150

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_margin 5

# border width
border_width 1

# Default colors and also border colors
default_color 303030
#default_shade_color white
#default_outline_color black
own_window_colour 262524

# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 20
gap_y 47

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer yes

TEXT
${color FFC125}Kernel:${color ffffff}${alignr}$kernel
${color FFC125}UpTime:${color ffffff}${alignr}$uptime

${color FFC125}${font Ubuntu:style=Bold:size=9}SYSTEM: ${font}
${color FFC125}CPU 1:${color ffffff}${alignr}${cpu cpu1}%
${color DAA520}${cpugraph cpu1 20,150 DAA520 FFC125}
${color FFC125}CPU 2:${color ffffff}${alignr}${cpu cpu2}%
${color DAA520}${cpugraph cpu2 20,150 DAA520 FFC125}
${color FFC125}RAM:${color ffffff}${alignr}$mem
${color DAA520}${membar 3,150}
${color FFC125}GPU:${color ffffff}${alignr}${execi 20 nvidia-settings -q GPUCurrentClockFreqs |grep Attribute |awk '{print $4}' |cut -c1-7}Hz ${color DAA520}${execi 20 nvidia-settings -q gpucoretemp |grep Attribute |awk '{print $4}' |cut -c1-2}°C
${color FFC125}Disk IO:${color ffffff}${alignr}$diskio
${color DAA520}${diskiograph 20,150 DAA520 FFC125}
${color FFC125}Root: ${color ffffff}${alignr}${fs_free /}
${color DAA520}${fs_bar 3,150 /}

${color FFC125}${font Ubuntu:style=Bold:size=9}Internet: ${font}
${color FFC125}Wireless signal: ${color ffffff}${alignr}${wireless_link_qual wlan0}%
${color FFC125}IP address: ${color ffffff}${alignr}${addr wlan0}
${color FFC125}Up:${color ffffff}${alignr}${upspeed wlan0}KB/s
${color DAA520}${upspeedgraph wlan0 20,150 DAA520 FFC125}
${color FFC125}Total: ${color ffffff}${totalup wlan0}
${color FFC125}Down:${color ffffff}${alignr}${downspeed wlan0}KB/s
${color DAA520}${downspeedgraph wlan0 20,150 DAA520 FFC125}
${color FFC125}Total: ${color ffffff}${totaldown wlan0}

${color FFC125}${font Ubuntu:style=Bold:size=9}Process: ${font}
${color FFC125}Running: ${color ffffff}${alignr}$running_processes
${color FFC125}Total: ${color ffffff}${alignr}$processes

${color FFC125}NAME $alignr PID CPU${color ffffff}
${top name 1} $alignr ${top pid 1} ${top cpu 1}
${top name 2} $alignr ${top pid 2} ${top cpu 2}
${top name 3} $alignr ${top pid 3} ${top cpu 3}
${top name 4} $alignr ${top pid 4} ${top cpu 4}
${top name 5} $alignr ${top pid 5} ${top cpu 5}
${top name 6} $alignr ${top pid 6} ${top cpu 6}
${top name 7} $alignr ${top pid 7} ${top cpu 7}
${top name 8} $alignr ${top pid 8} ${top cpu 8}
头像
qy117121
论坛版主
帖子: 50546
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: 简易实用又好看的conky配置

#2

帖子 qy117121 » 2011-05-22 7:37

该图片仅限百毒用户交流使用
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

Ubuntu 20.04 快速设置指南,请配合浏浏览器自动翻译使用

邮箱 chuan@ubuntu.org.cn
头像
UbuntuTeachMe
帖子: 64
注册时间: 2011-05-10 20:07
联系:

Re: 简易实用又好看的conky配置

#3

帖子 UbuntuTeachMe » 2011-05-22 8:29

色彩搭配不错,跟我的博客主题一样http://daiwliang.tumblr.com
A person is a person because of other persons.
Google+ http://gplus.to/wliangdai
头像
gbcwbz
帖子: 297
注册时间: 2009-05-09 14:58
来自: 江苏

Re: 简易实用又好看的conky配置

#4

帖子 gbcwbz » 2011-05-22 12:37

不错,不过不是中文的
头像
枫叶饭团
帖子: 14683
注册时间: 2010-06-16 1:05
系统: Mac OS X
来自: Tencent
联系:

Re: 简易实用又好看的conky配置

#6

帖子 枫叶饭团 » 2011-05-22 14:25

我擦,你们怎么看见图的
头像
月下叹逍遥
论坛版主
帖子: 33994
注册时间: 2010-10-07 14:23
系统: Archdows10
来自: 某系某星某洲某国某省某市
联系:

Re: 简易实用又好看的conky配置

#7

帖子 月下叹逍遥 » 2011-05-22 14:26

枫叶饭团 写了:我擦,你们怎么看见图的
浮生七十今三十,从此凄惶未可知
头像
remeber
论坛版主
帖子: 13030
注册时间: 2009-01-06 15:18
来自: 人间

Re: 简易实用又好看的conky配置

#8

帖子 remeber » 2011-05-22 14:55

枫叶饭团 写了:我擦,你们从来不看图的!
“有一种被人抛诸脑后的过去,包含一些不该遗忘的点点滴滴。欢笑之余,我将故旧拾起,才刹见自己的薄情。人世间似乎存在着某种公平,每个人都曾被抛掷在他人的遗忘中;而今你所有哽咽难宣的话语,也正是你曾为人所期盼,却永远听不见的字句。” —赫曼 赫塞
头像
Ubuntu-Cookie
帖子: 201
注册时间: 2011-05-09 10:02
来自: 苏州
联系:

Re: 简易实用又好看的conky配置

#9

帖子 Ubuntu-Cookie » 2011-05-22 16:29

月下叹逍遥 写了:
枫叶饭团 写了:我擦,我看不见图的
宁静致远,勿忘心安!
linux,windows只不过是我们手里的工具而已,比来比去的没有意义……
点这里,你会有大发现
什么叫双赢,点一下你就知道了
我的博客
头像
qy117121
论坛版主
帖子: 50546
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: 简易实用又好看的conky配置

#10

帖子 qy117121 » 2011-05-22 16:30

Ubuntu-Cookie 写了:
月下叹逍遥 写了:
枫叶饭团 写了:我擦,我看不见图的
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

Ubuntu 20.04 快速设置指南,请配合浏浏览器自动翻译使用

邮箱 chuan@ubuntu.org.cn
头像
qy117121
论坛版主
帖子: 50546
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: 简易实用又好看的conky配置

#11

帖子 qy117121 » 2011-05-22 16:31

图片
就 是这张
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

Ubuntu 20.04 快速设置指南,请配合浏浏览器自动翻译使用

邮箱 chuan@ubuntu.org.cn
头像
remeber
论坛版主
帖子: 13030
注册时间: 2009-01-06 15:18
来自: 人间

Re: 简易实用又好看的conky配置

#12

帖子 remeber » 2011-05-22 16:36

:em11 实用信息。
“有一种被人抛诸脑后的过去,包含一些不该遗忘的点点滴滴。欢笑之余,我将故旧拾起,才刹见自己的薄情。人世间似乎存在着某种公平,每个人都曾被抛掷在他人的遗忘中;而今你所有哽咽难宣的话语,也正是你曾为人所期盼,却永远听不见的字句。” —赫曼 赫塞
头像
SmallV
论坛版主
帖子: 9017
注册时间: 2011-01-26 17:52
来自: 万林丛中的一抹浓绿,夹带落日余晖的安祥

Re: 简易实用又好看的conky配置

#13

帖子 SmallV » 2011-08-20 23:52

remeber 写了::em11 实用信息。
Just do it, you will succeed!
头像
nmsfan
帖子: 18958
注册时间: 2009-10-16 22:46
来自: finland

Re: 简易实用又好看的conky配置

#14

帖子 nmsfan » 2011-08-21 0:03

有毛好看的?
>>>>推Ubuntu 桌面培训~~<<<<
>>>>想加入/了解gimp汉化吗,点我吧~<<<<
——————————————————————
不推荐wubi,也不推荐你给别人推荐wubi…………
随心而为的感觉真好……
强推mayhem!!
强推ensiferum
lubcat
帖子: 2061
注册时间: 2010-09-27 12:59

Re: 简易实用又好看的conky配置

#15

帖子 lubcat » 2011-08-21 1:51

看的就是毛啊。。。
生活里,有很多转瞬即逝,像在车站的告别,刚刚还相互拥抱,转眼已各自天涯。很多时候,你不懂,我也不懂,就这样,说着说着就变了,听着听着就倦了,看着看着就厌了,跟着跟着就慢了,走着走着就散了,爱着爱着就淡了,想着想着就算了。
回复