漂亮conky配置文件应该怎么让它启动

后使用快捷导航没有帐号?
查看: 5730|回复: 16
Deepin安装conky在桌面上显示系统运行状况,设置开机自动启动conky
1.安装conky&&
& &sudo apt-get install conky 或者打开新立得(synaptic)搜索conky安装&&
& &安装完成后可以测试下效果,终端下输入/usr/bin/conky,可以看到桌面已经出现conky了,不& &过效果不怎么好,所以就需要调整conky默认设置了。
2.复制以下代码到家目录下~/,文件名存为.conkyrc ,重新在终端下输入/usr/bin/conky测试,效果就变好了,以下conky文件属于简洁版。# set to yes if you want Conky to be forked in the background background nocpu_avg_samples 2net_avg_samples 2out_to_console no # X font when Xft is disabled, you can pick one with program xfontsel#font 7x12#font 6x10#font 7x13#font 8x13#font 7x12#font *mintsmild.se*#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*#font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1# Use Xft? use_xft yes # Xft font when Xft is enabled xftfont Sans:size=8&&own_window_argb_visual yes#own_window_colour hotpink# Text alpha when using Xftxftalpha 0.8# on_bottom yes# mail spoolmail_spool $MAIL# Update interval in secondsupdate_interval 1# Create own window instead of using desktop (required in nautilus)own_window yesown_window_transparent yesown_window_hints undecorated,below,sticky,skip_taskbar,skip_pager#own_window_type overrideown_window_type normal# Use double buffering (reduces flicker, may not work for everyone)double_buffer yes# Minimum size of text areaminimum_size 260 5 maximum_width 400# Draw shades?draw_shades no# Draw outlines?draw_outline no# Draw borders around textdraw_borders no# Stippled borders?stippled_borders no# border marginsborder_margin 4# border widthborder_width 1# Default colors and also border colorsdefault_color whitedefault_shade_color whitedefault_outline_color white# Text alignment, other possible values are commented#alignment top_left#minimum_size 10 10gap_x 15 gap_y 20 alignment top_right#alignment bottom_left#alignment bottom_right# Gap between borders of screen and text# Add spaces to keep things from moving about?&&This only affects # certain objects.use_spacer none# Subtract file system buffers from used memory?no_buffers yes# set to yes if you want all text to be in uppercaseuppercase no# none, xmms, bmp, audacious, infopipe (default is none)# xmms_player bmpTEXT${color white}SYSTEM ${hr 1}${color}Time:$alignr${time %Y.%m.%d}$alignc& &${time %H:%M:%S}$alignr& &Week:${time %w}Hostname: $alignr$nodenameKernel: $alignr$kernel Machine:$alignr$machineUptime: $alignr$uptimeTemp: ${alignr}${acpitemp} °CBattery:$alignr${battery BAT0}#Battery:$alignr${battery_percent BAT0}%&&CPU: ${alignr}${freq dyn} MHzProcesses: ${alignr}$processes ($running_processes running)Load: ${alignr}$loadavgCPU1 ${alignr}${cpu cpu1}%${cpubar 4 cpu1}CPU2 ${alignr}${cpu cpu2}%${cpubar 4 cpu2}Ram ${alignr}$mem / $memmax ($memperc%)${membar 4}swap ${alignr}$swap / $swapmax ($swapperc%)${swapbar 4}Highest CPU $alignr CPU% MEM%${top name 1}$alignr${top cpu 1} ${top mem 1}${top name 2}$alignr${top cpu 2} ${top mem 2}${top name 3}$alignr${top cpu 3} ${top mem 3}Highest MEM $alignr CPU% MEM%${top_mem name 1}$alignr${top_mem cpu 1} ${top_mem mem 1}${top_mem name 2}$alignr${top_mem cpu 2} ${top_mem mem 2}${top_mem name 3}$alignr${top_mem cpu 3} ${top_mem mem 3}${color white}FILE SYSTEM ${hr 1}${color}Root: ${alignr}${fs_free /} / ${fs_size /}${fs_bar 4 /}Home: ${alignr}${fs_free /home} / ${fs_size /home}${fs_bar 4 /home}${color white}NETWORK ${hr 1}${color}Down ${downspeed wlan0} k/s ${alignr}Up ${upspeed wlan0} k/s${downspeedgraph wlan0 25,107} ${alignr}${upspeedgraph wlan0 25,107}Total ${totaldown wlan0} ${alignr}Total ${totalup wlan0}#${color white}NEWS $color#${rss http://www.linuxeden.com/plus/rss.php?tid=1 5 item_titles 2}复制代码3.Deepin 2014.2 上设置开机启动&&
&&在家目录下即~/.config/autostart/文件夹下新建conky.desktop文件,输入以下内容[Desktop Entry]Type=ApplicationVersion=1.0Name=Conky&&Comment= Desktop monitor Manager&&Icon= Conky&&Exec=/usr/bin/conky&&Categories=AGStartupNotify=trueHidden=falseNoDisplay=false 复制代码
3.修改conky.desktop 文件权限&&
&&sudo chmod 777 conky.desktop
4.重启电脑sudo reboot
以下是安装好conky之后的效果:
(168.29 KB, 下载次数: 199)
13:28 上传
(824.05 KB, 下载次数: 211)
13:29 上传
主题帖子积分
-r--------, 积分 71, 距离下一级还需 129 积分
-r--------, 积分 71, 距离下一级还需 129 积分
Re: Deepin安装conky在桌面上显示系统运行状况,设置开机自动启动conky
密密麻麻的英文
主题帖子积分
-r--r-----, 积分 278, 距离下一级还需 122 积分
-r--r-----, 积分 278, 距离下一级还需 122 积分
Re: Deepin安装conky在桌面上显示系统运行状况,设置开机自动启动conky
看个人喜好啦,如果偏爱中文的话,也可以在.conkyrc中修改相应配置,然后重启conky就可以在桌面看到中文的
主题帖子积分
-r--------, 积分 94, 距离下一级还需 106 积分
-r--------, 积分 94, 距离下一级还需 106 积分
Re: Deepin安装conky在桌面上显示系统运行状况,设置开机自动...
本帖最后由 chenxuuu 于
17:12 编辑
我壁纸不一样~用你的配置会看不清
所以我改了改配置,加了边框和阴影
# set to yes if you want Conky to be forked in the background
background yes
cpu_avg_samples 2
net_avg_samples 2
out_to_console no
# X font when Xft is disabled, you can pick one with program xfontsel
#font 7x12
#font 6x10
#font 7x13
#font 8x13
#font 7x12
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
#font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
xftfont Sans:size=8&&
own_window_argb_visual yes
#own_window_colour hotpink
# Text alpha when using Xft
xftalpha 0.8
# on_bottom yes
# mail spool
mail_spool $MAIL
# Update interval in seconds
update_interval 1
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
#own_window_type override
own_window_type normal
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 260 5
maximum_width 400
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline yes
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders yes
# border margins
border_margin 4
# border width
border_width 1
# Default colors and also border colors
default_color white
default_shade_color black
default_outline_color black
# Text alignment, other possible values are commented
#alignment top_left
#minimum_size 10 10
alignment top_right
#alignment bottom_left
#alignment bottom_right
# Gap between borders of screen and text
# Add spaces to keep things from moving about?&&This only affects
# certain objects.
use_spacer none
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# none, xmms, bmp, audacious, infopipe (default is none)
# xmms_player bmp
${color white}SYSTEM ${hr 1}${color}
Time:$alignr${time %Y.%m.%d}$alignc& &${time %H:%M:%S}$alignr& &Week:${time %w}
Hostname: $alignr$nodename
Kernel: $alignr$kernel
Machine:$alignr$machine
Uptime: $alignr$uptime
Temp: ${alignr}${acpitemp} °C
Battery:$alignr${battery BAT0}
#Battery:$alignr${battery_percent BAT0}%&&
CPU: ${alignr}${freq dyn} MHz
Processes: ${alignr}$processes ($running_processes running)
Load: ${alignr}$loadavg
CPU1 ${alignr}${cpu cpu1}%
${cpubar 4 cpu1}
CPU2 ${alignr}${cpu cpu2}%
${cpubar 4 cpu2}
Ram ${alignr}$mem / $memmax ($memperc%)
${membar 4}
swap ${alignr}$swap / $swapmax ($swapperc%)
${swapbar 4}
Highest CPU $alignr CPU% MEM%
${top name 1}$alignr${top cpu 1} ${top mem 1}
${top name 2}$alignr${top cpu 2} ${top mem 2}
${top name 3}$alignr${top cpu 3} ${top mem 3}
Highest MEM $alignr CPU% MEM%
${top_mem name 1}$alignr${top_mem cpu 1} ${top_mem mem 1}
${top_mem name 2}$alignr${top_mem cpu 2} ${top_mem mem 2}
${top_mem name 3}$alignr${top_mem cpu 3} ${top_mem mem 3}
${color white}FILE SYSTEM ${hr 1}${color}
Root: ${alignr}${fs_free /} / ${fs_size /}
${fs_bar 4 /}
Home: ${alignr}${fs_free /home} / ${fs_size /home}
${fs_bar 4 /home}
${color white}NETWORK ${hr 1}${color}
Down ${downspeed wlan0} k/s ${alignr}Up ${upspeed wlan0} k/s
${downspeedgraph wlan0 25,107} ${alignr}${upspeedgraph wlan0 25,107}
Total ${totaldown wlan0} ${alignr}Total ${totalup wlan0}
#${color white}NEWS $color
#${rss http://www.linuxeden.com/plus/rss.php?tid=1 5 item_titles 2}
复制代码
主题帖子积分
-r--r-----, 积分 278, 距离下一级还需 122 积分
-r--r-----, 积分 278, 距离下一级还需 122 积分
Re: Deepin安装conky在桌面上显示系统运行状况,设置开机自动启动conky
我壁纸不一样~用你的配置会看不清
所以我改了改配置,加了边框和阴影# set to yes if you want Conky to be forked in the background background yescpu_avg_samples 2net_avg_samples 2out_to_console no # X font when Xft is disabled, you can pick one with program xfontsel#font 7x12#font 6x10#font 7x13#font 8x13#font 7x12#font *mintsmild.se*#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*#font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1# Use Xft? use_xft yes # Xft font when Xft is enabled xftfont Sans:size=8
own_window_argb_visual yes#own_window_colour hotpink# Text alpha when using Xftxftalpha 0.8# on_bottom yes# mail spoolmail_spool $MAIL# Update interval in secondsupdate_interval 1# Create own window instead of using desktop (required in nautilus)own_window yesown_window_transparent yesown_window_hints undecorated,below,sticky,skip_taskbar,skip_pager#own_window_type overrideown_window_type normal# Use double buffering (reduces flicker, may not work for everyone)double_buffer yes# Minimum size of text areaminimum_size 260 5 maximum_width 400# Draw shades?draw_shades no# Draw outlines?draw_outline yes# Draw borders around textdraw_borders no# Stippled borders?stippled_borders yes# border marginsborder_margin 4# border widthborder_width 1# Default colors and also border colorsdefault_color whitedefault_shade_color blackdefault_outline_color black# Text alignment, other possible values are commented#alignment top_left#minimum_size 10 10gap_x 15 gap_y 20 alignment top_right#alignment bottom_left#alignment bottom_right# Gap between borders of screen and text# Add spaces to keep things from moving about?
This only affects # certain objects.use_spacer none# Subtract file system buffers from used memory?no_buffers yes# set to yes if you want all text to be in uppercaseuppercase no# none, xmms, bmp, audacious, infopipe (default is none)# xmms_player bmpTEXT${color white}SYSTEM ${hr 1}${color}Time:$alignr${time %Y.%m.%d}$alignc
${time %H:%M:%S}$alignr
Week:${time %w}Hostname: $alignr$nodenameKernel: $alignr$kernel Machine:$alignr$machineUptime: $alignr$uptimeTemp: ${alignr}${acpitemp} °CBattery:$alignr${battery BAT0}#Battery:$alignr${battery_percent BAT0}%
CPU: ${alignr}${freq dyn} MHzProcesses: ${alignr}$processes ($running_processes running)Load: ${alignr}$loadavgCPU1 ${alignr}${cpu cpu1}%${cpubar 4 cpu1}CPU2 ${alignr}${cpu cpu2}%${cpubar 4 cpu2}Ram ${alignr}$mem / $memmax ($memperc%)${membar 4}swap ${alignr}$swap / $swapmax ($swapperc%)${swapbar 4}Highest CPU $alignr CPU% MEM%${top name 1}$alignr${top cpu 1} ${top mem 1}${top name 2}$alignr${top cpu 2} ${top mem 2}${top name 3}$alignr${top cpu 3} ${top mem 3}Highest MEM $alignr CPU% MEM%${top_mem name 1}$alignr${top_mem cpu 1} ${top_mem mem 1}${top_mem name 2}$alignr${top_mem cpu 2} ${top_mem mem 2}${top_mem name 3}$alignr${top_mem cpu 3} ${top_mem mem 3}${color white}FILE SYSTEM ${hr 1}${color}Root: ${alignr}${fs_free /} / ${fs_size /}${fs_bar 4 /}Home: ${alignr}${fs_free /home} / ${fs_size /home}${fs_bar 4 /home}${color white}NETWORK ${hr 1}${color}Down ${downspeed wlan0} k/s ${alignr}Up ${upspeed wlan0} k/s${downspeedgraph wlan0 25,107} ${alignr}${upspeedgraph wlan0 25,107}Total ${totaldown wlan0} ${alignr}Total ${totalup wlan0}#${color white}NEWS $color#${rss http://www.linuxeden.com/plus/rss.php?tid=1 5 item_titles 2}复制代码
挺好的,conky有个不错的特性就是可定制性,适合自己就好
主题帖子积分
-r--------, 积分 94, 距离下一级还需 106 积分
-r--------, 积分 94, 距离下一级还需 106 积分
Re: Deepin安装conky在桌面上显示系统运行状况,设置开机自动启动conky
[quote]我壁纸不一样~用你的配置会看不清
所以我改了改配置,加了边框和阴影# set to yes if you want Conky to be forked in the background background yescpu_avg_samples 2net_avg_samples 2out_to_console no # X font when Xft is disabled, you can pick one with program xfontsel#font 7x12#font 6x10#font 7x13#font 8x13#font 7x12#font *mintsmild.se*#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*#font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1# Use Xft? use_xft yes # Xft font when Xft is enabled xftfont Sans:size=8
own_window_argb_visual yes#own_window_colour hotpink# Text alpha when using Xftxftalpha 0.8# on_bottom yes# mail spoolmail_spool $MAIL# Update interval in secondsupdate_interval 1# Create own window instead of using desktop (required in nautilus)own_window yesown_window_transparent yesown_window_hints undecorated,below,sticky,skip_taskbar,skip_pager#own_window_type overrideown_window_type normal# Use double buffering (reduces flicker, may not work for everyone)double_buffer yes# Minimum size of text areaminimum_size 260 5 maximum_width 400# Draw shades?draw_shades no# Draw outlines?draw_outline yes# Draw borders around textdraw_borders no# Stippled borders?stippled_borders yes# border marginsborder_margin 4# border widthborder_width 1# Default colors and also border colorsdefault_color whitedefault_shade_color blackdefault_outline_color black# Text alignment, other possible values are commented#alignment top_left#minimum_size 10 10gap_x 15 gap_y 20 alignment top_right#alignment bottom_left#alignment bottom_right# Gap between borders of screen and text# Add spaces to keep things from moving about?
This only affects # certain objects.use_spacer none# Subtract file system buffers from used memory?no_buffers yes# set to yes if you want all text to be in uppercaseuppercase no# none, xmms, bmp, audacious, infopipe (default is none)# xmms_player bmpTEXT${color white}SYSTEM ${hr 1}${color}Time:$alignr${time %Y.%m.%d}$alignc
${time %H:%M:%S}$alignr
Week:${time %w}Hostname: $alignr$nodenameKernel: $alignr$kernel Machine:$alignr$machineUptime: $alignr$uptimeTemp: ${alignr}${acpitemp} °CBattery:$alignr${battery BAT0}#Battery:$alignr${battery_percent BAT0}%
CPU: ${alignr}${freq dyn} MHzProcesses: ${alignr}$processes ($running_processes running)Load: ${alignr}$loadavgCPU1 ${alignr}${cpu cpu1}%${cpubar 4 cpu1}CPU2 ${alignr}${cpu cpu2}%${cpubar 4 cpu2}Ram ${alignr}$mem / $memmax ($memperc%)${membar 4}swap ${alignr}$swap / $swapmax ($swapperc%)${swapbar 4}Highest CPU $alignr CPU% MEM%${top name 1}$alignr${top cpu 1} ${top mem 1}${top name 2}$alignr${top cpu 2} ${top mem 2}${top name 3}$alignr${top cpu 3} ${top mem 3}Highest MEM $alignr CPU% MEM%${top_mem name 1}$alignr${top_mem cpu 1} ${top_mem mem 1}${top_mem name 2}$alignr${top_mem cpu 2} ${top_mem mem 2}${top_mem name 3}$alignr${top_mem cpu 3} ${top_mem mem 3}${color white}FILE SYSTEM ${hr 1}${color}Root: ${alignr}${fs_free /} / ${fs_size /}${fs_bar 4 /}Home: ${alignr}${fs_free /home} / ${fs_size /home}${fs_bar 4 /home}${color white}NETWORK ${hr 1}${color}Down ${downspeed wlan0} k/s ${alignr}Up ${upspeed wlan0} k/s${downspeedgraph wlan0 25,107} ${alignr}${upspeedgraph wlan0 25,107}Total ${totaldown wlan0} ${alignr}Total ${totalup wlan0}#${color white}NEWS $color#${rss http://www.linuxeden.com/plus/rss.php?tid=1 5 item_titles 2}复制代码
挺好的,conky有个不错的特性就是可定制性,适合自己就好[/quote]
就是开机没启动←_←
主题帖子积分
-r--r-----, 积分 211, 距离下一级还需 189 积分
-r--r-----, 积分 211, 距离下一级还需 189 积分
深度截图58.png (1.13 MB, 下载次数: 16)
15:32 上传
我的是这样的
但是有一个问题
可能还是因为尝试桌面的问题
ctrl+D 会把conky的界面隐藏了
再用ctrl+D才能调出来
改了很多次窗口参数都不行
主题帖子积分
-rw-rw-r--, 积分 2988, 距离下一级还需 212 积分
-rw-rw-r--, 积分 2988, 距离下一级还需 212 积分
据说conky某些插件可能导致内存泄漏?
主题帖子积分
-r--r--r--, 积分 649, 距离下一级还需 151 积分
-r--r--r--, 积分 649, 距离下一级还需 151 积分
感谢楼主分享,但我用后,为什么网速不显示,Totoa都是0
品牌:联想E40笔记本
系统:Deepin 64位 15.3
处理器:Intel(R) Core(TM) i3-M330 4核
内存:2G& & 硬盘:300G
主题帖子积分
-r--r--r--, 积分 589, 距离下一级还需 211 积分
-r--r--r--, 积分 589, 距离下一级还需 211 积分
本帖最后由 liyujiang 于
06:24 编辑
汉化,加大字号,解决按Super_D或者ctrl_alt_D消失问题:
# set to yes if you want Conky to be forked in the background
background yes
cpu_avg_samples 2
net_avg_samples 2
out_to_console no
# X font when Xft is disabled, you can pick one with program xfontsel
#font 7x12
#font 6x10
#font 7x13
#font 8x13
#font 7x12
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
#font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
#xftfont Sans:size=8&&
xftfont Sans:size=14&&
own_window_argb_visual yes
#own_window_colour hotpink
# Text alpha when using Xft
xftalpha 0.8
# on_bottom yes
# mail spool
mail_spool $MAIL
# Update interval in seconds
update_interval 1
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
#own_window_type override
#own_window_type normal
own_window_type desktop
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 260 5
maximum_width 400
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders no
# border margins
border_margin 4
# border width
border_width 1
# Default colors and also border colors
default_color white
default_shade_color white
default_outline_color white
# Text alignment, other possible values are commented
#alignment top_left
#minimum_size 10 10
alignment top_right
#alignment bottom_left
#alignment bottom_right
# Gap between borders of screen and text
# Add spaces to keep things from moving about?&&This only affects
# certain objects.
use_spacer none
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# none, xmms, bmp, audacious, infopipe (default is none)
# xmms_player bmp
${color white}系统信息 ${hr 1}${color}
#日期时间:$alignr${time %Y.%m.%d}$alignc& &${time %H:%M:%S}$alignr& &星期:${time %w}
主机名称: $alignr$nodename
系统内核: $alignr$kernel
机器架构:$alignr$machine
开机时长: $alignr$uptime
主板温度: ${alignr}${acpitemp} °C
电池状态:$alignr${battery BAT0}
电池电量:$alignr${battery_percent BAT0}%&&
CPU频率: ${alignr}${freq dyn} MHz
进程总数: ${alignr}$processes ($running_processes 个运行中)
#Load: ${alignr}$loadavg
CPU1 ${alignr}${cpu cpu1}%
${cpubar 4 cpu1}
CPU2 ${alignr}${cpu cpu2}%
${cpubar 4 cpu2}
RAM ${alignr}$mem / $memmax ($memperc%)
${membar 4}
SWAP ${alignr}$swap / $swapmax ($swapperc%)
${swapbar 4}
CPU消耗排行榜 $alignr CPU% MEM%
${top name 1}$alignr${top cpu 1} ${top mem 1}
${top name 2}$alignr${top cpu 2} ${top mem 2}
${top name 3}$alignr${top cpu 3} ${top mem 3}
MEM消耗排行榜 $alignr CPU% MEM%
${top_mem name 1}$alignr${top_mem cpu 1} ${top_mem mem 1}
${top_mem name 2}$alignr${top_mem cpu 2} ${top_mem mem 2}
${top_mem name 3}$alignr${top_mem cpu 3} ${top_mem mem 3}
${color white}文件系统 ${hr 1}${color}
根文件夹存储: ${alignr}${fs_free /} / ${fs_size /}
${fs_bar 4 /}
主文件夹存储: ${alignr}${fs_free /home} / ${fs_size /home}
${fs_bar 4 /home}
#${color white}网络信息 ${hr 1}${color}
#下载速率 ${downspeed wlan0} k/s ${alignr}上传速率 ${upspeed wlan0} k/s
#${downspeedgraph wlan0 25,107} ${alignr}${upspeedgraph wlan0 25,107}
#总共 ${totaldown wlan0} ${alignr}总共 ${totalup wlan0}
#${color white}今日头条 $color
${rss http://www.linuxeden.com/plus/rss.php?tid=1 5 item_titles 2}
(1.99 MB, 下载次数: 22)
06:24 上传
Deepin Linux是个好东西,比COS(Copy Other System)等明明抄了人家的东西却死不承认的号称国产独立自主操作系统的打着国家民族招牌招摇撞骗的好的太多太多了。
主题帖子积分
-r--r--r--, 积分 589, 距离下一级还需 211 积分
-r--r--r--, 积分 589, 距离下一级还需 211 积分
我的是这样的
但是有一个问题
background yes
own_window_type desktop
Deepin Linux是个好东西,比COS(Copy Other System)等明明抄了人家的东西却死不承认的号称国产独立自主操作系统的打着国家民族招牌招摇撞骗的好的太多太多了。
主题帖子积分
-rw-rw-r--, 积分 1981, 距离下一级还需 1219 积分
-rw-rw-r--, 积分 1981, 距离下一级还需 1219 积分
主题帖子积分
-r--r--r--, 积分 649, 距离下一级还需 151 积分
-r--r--r--, 积分 649, 距离下一级还需 151 积分
老大,你说的自启动方法无效呀。输入Conky -d可以打开,一切正常。如图:
但用来自启的内容就不行了,我的操作都是严格按这帖子来的,如图:
1.建立文件
3.重启,没有自动打开。。。。。。
品牌:联想E40笔记本
系统:Deepin 64位 15.3
处理器:Intel(R) Core(TM) i3-M330 4核
内存:2G& & 硬盘:300G
主题帖子积分
老大,你说的自启动方法无效呀。输入Conky -d可以打开,一切正常。如图:
但用来自启的内容就不行了,我的 ...
我也不起作用
主题帖子积分
-r--------, 积分 119, 距离下一级还需 81 积分
-r--------, 积分 119, 距离下一级还需 81 积分
有没有高手可以把那那个文件中文注释下,小白看不懂呀
主题帖子积分
-rw-rw-r--, 积分 2036, 距离下一级还需 1164 积分
-rw-rw-r--, 积分 2036, 距离下一级还需 1164 积分
请教下,获取温度的参数 ${acpitemp}&&不会刷新啊。一直显示一个数值。
主题帖子积分
-r--------, 积分 96, 距离下一级还需 104 积分
-r--------, 积分 96, 距离下一级还需 104 积分
赞!!!!

我要回帖

更多关于 漂亮conky配置文件 的文章

 

随机推荐