Conky



Código:
background no
font DejaVu Sans Condensed:size=8
use_xft yes
xftalpha 0.9
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
minimum_size 1268 0
draw_shades yes
draw_outline no
draw_borders no
draw_graph_borders no
default_color white
default_shade_color black
default_outline_color green
alignment bottom_left
gap_x 10
gap_y 30
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale yes

TEXT
up: $uptime | cpu: ${cpu cpu1}/${cpu cpu2}% | ram: $mem | home: ${fs_free /home} | down: ${downspeed eth0}KB/s | up: ${upspeed eth0}KB/s

Extremamente simples, mas eu gosto.

PS: Fiz 'print screen' a todo o desktop porque não tenho aqui nenhuma ferramenta de edição de imagem.
 
boas, sou novo nisto (linux), mas gostei da conky do c3I5o. a partir da conky dele retirei algumas coisas e acrescentei outras (espero que ele nao se importe). o resultado é o seguinte:



Código:
background no
font DejaVu Sans:size=9
use_xft yes
xftalpha 0.9
update_interval 1 
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
minimum_size 220 5
maximum_width 110
draw_shades yes ### SHADOW ###
draw_outline no
draw_borders no
draw_graph_borders yes
default_color white ### Text Color ###
default_shade_color black
default_outline_color green
alignment top_right
gap_x 5
gap_y 5
no_buffers yes
cpu_avg_samples 2

#mpd
mpd_host 127.0.0.1
mpd_port 6600

TEXT
Uptime: $alignr$uptime

CPU: ${alignr}${freq} MHz
${cpubar}
Running:${alignr}$processes 
Ram ${alignr}$mem
swap ${alignr}$swap
Disco: ${alignr}${fs_free /home}
${fs_bar 2 /home}

vodafone:
${downspeed ppp0} k/s ${alignr} ${upspeed ppp0} k/s
${downspeedgraph ppp0 10,50} ${alignr}${upspeedgraph ppp0 10,50}
${totaldown ppp0} ${alignr}${totalup ppp0}

Wireless:
${downspeed wlan0} k/s ${alignr} ${upspeed wlan0} k/s
${downspeedgraph wlan0 10,50} ${alignr}${upspeedgraph wlan0 10,50}
${totaldown wlan0} ${alignr}${totalup wlan0}
cumps
PS: se quiserem o wallpaper digam :lol:
 
Última edição:
outra conky que fiz com mais umas coisas:



Código:
background no
font Sans:size=8
use_xft yes
xftalpha 0.9
update_interval 1
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
minimum_size 220 5
maximum_width 170
draw_shades yes ### SHADOW ###
draw_outline no
draw_borders no
draw_graph_borders yes
default_color white ### Text Color ###
default_shade_color black
default_outline_color green
alignment top_right
gap_x 7
gap_y 10
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale yes
uppercase no

TEXT
uptime: $alignr$uptime
battery: $alignr$battery_time
${battery_bar 4,150 BAT0} $alignr${battery_percent}%

CPU: ${alignr}${freq} MHz
${cpubar 4}
CPU ${alignr}${cpu}%
Proc ${alignr}$processes ($running_processes run)

temperatura:
CPU ${alignr}${acpitemp}ºC

utilização:
Ram: ${alignr}$mem
${membar 4}
swap: ${alignr}$swap
HDD: ${alignr}${fs_free /}
${fs_bar 3 /}

vodafone:
${downspeed ppp0} k/s ${alignr} ${upspeed ppp0} k/s
${downspeedgraph ppp0 15,82} ${alignr}${upspeedgraph ppp0 15,82}
${totaldown ppp0} ${alignr}${totalup ppp0}

Wireless:
conected to: ${wireless_essid wlan0}
signal: ${wireless_link_bar wlan0}
${downspeed wlan0} k/s ${alignr} ${upspeed wlan0} k/s
${downspeedgraph wlan0 15,82} ${alignr}${upspeedgraph wlan0 15,82}
${totaldown wlan0} ${alignr}${totalup wlan0}
wallpaper
 
Desconhecia por completo o conkygui:

Conky GUI is a graphic editor that aims to quicken the customization of Conky files.

capturaecraqu2.png


Link
 
Boas!
Nao e nada de especial, bastante simples até, mas aqui fica o meu conky, ainda tenciono fazer algumas alteraçoes, mas aqui fica.

Código:
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

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

# fiddle with window
use_spacer yes
use_xft no

# Update interval in seconds
update_interval 3.0

# Minimum size of text area
# minimum_size 250 5

# Draw shades?
draw_shades no

# Text stuff
draw_outline no # amplifies text if yes
draw_borders no
font arial
uppercase no # set to yes if you want all text to be in uppercase

# Stippled borders?
stippled_borders 3

# border margins
border_margin 9

# border width
border_width 10

# Default colors and also border colors, grey90 == #e5e5e5
default_color grey

own_window_colour brown
own_window_transparent yes

# 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
gap_x 10
gap_y 10

# stuff after 'TEXT' will be formatted on screen

TEXT
$color
${color #000066}${hr 2}$color
$nodename $sysname $kernel on $machine
Uptime: $uptime

${color #000066}${hr 2}$color
${freq}MHz   Load: ${loadavg}    Fan:${exec sensors |grep 'CPU Fan:' |cut -c 13-16} Rpm  Temp: ${exec sensors |grep 'CPU Temp:' |cut -c  15-21}
$cpubar
${cpugraph 000000 ffffff}
NAME             PID       CPU%      MEM%
${top name 1} ${top pid 1}   ${top cpu 1}    ${top mem 1}
${top name 2} ${top pid 2}   ${top cpu 2}    ${top mem 2}
${top name 3} ${top pid 3}   ${top cpu 3}    ${top mem 3}
${top name 4} ${top pid 4}   ${top cpu 4}    ${top mem 4}

${color #000066}${hr 2}$color
RAM:   $memperc%   ${membar 6}$color
Swap:  $swapperc%   ${swapbar 6}$color

Root:  ${fs_free_perc /}%   ${fs_bar 6 /}$color 
Data:  ${fs_free_perc /media/disk}%   ${fs_bar 6 /media/disk}$color
Docs:  ${fs_free_perc /media/disk-1}%   ${fs_bar 6 /media/disk-1}

${color #000066}NETWORK (${addr eth0}) ${hr 2}$color
Down: $color${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
${downspeedgraph eth0 25,140 000000 ff0000} ${alignr}${upspeedgraph eth0 
25,140 000000 00ff00}$color
Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}
Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768 
61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
Basicamente peguei numa configuraçao Base, e alterei apenas alguns parametros.
o resultado:

 
Bem pessoal depois de alguns problemas venho deixar aqui o meu conkyrc e uma fotozita..



Código:
background no
font Sans:size=8
#xftfont Sans:size=10
use_xft yes
xftalpha 0.9
update_interval 3.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
minimum_size 220 5
maximum_width 220
draw_shades yes
draw_outline no
draw_borders no
draw_graph_borders yes
default_color white
default_shade_color black
default_outline_color green
alignment top_right
gap_x 12
gap_y 35
no_buffers yes
uppercase no
override_utf8_locale no
uppercase yes # set to yes if you want all text to be in uppercase

TEXT
${color white}SYSTEM ${hr 1}${color}

Hostname: $alignr$nodename
Kernel: $alignr$kernel
Uptime: $alignr$uptime
Temp: ${alignr}${acpitemp}C
Battery: ${battery_percent}% ${alignr} ${battery_time}
${battery_bar 4}
CPU: ${alignr}${freq} MHz
Processes: ${alignr}$processes ($running_processes running)
Load: ${alignr}$loadavg

CPU ${alignr}${cpu cpu1}%
${cpubar 4 cpu1}

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}Filesystem ${hr 1}${color}

Root: ${alignr}${fs_used /} / ${fs_size /}
${fs_bar 4 /}
Home: ${alignr}${fs_used /home} / ${fs_size /home}
${fs_bar 4 /home}
XP: ${alignr}${fs_used /media/ACER} / ${fs_size /media/ACER}
${fs_bar 4 /media/ACER}

${color white}WIRELESS ${hr 1}${color}
Public ip: ${offset 19}${execi 3 curl -s www.whatismyip.com/automation/n09230945.asp}
Local ip:  ${offset 22}${addr eth0} | ${addr eth1}
SSID: ${offset 49}${exec iwconfig eth1 | grep -i essid | cut -d"\"" -f2}
Connection: ${wireless_link_qual_perc eth1}%

${downspeed eth1} k/s ${alignr} ${upspeed eth1} k/s
${downspeedgraph eth1 15,100} ${alignr}${upspeedgraph eth1 15,100}
${totaldown eth1} ${alignr}${totalup eth1}

${alignc}${color white}INFINITY ${color}

Provavelmente esta deve de ser a minha primeira "contribuizao para a comunidade techzone"..

Agradeço a todos aqueles que ja me ajudaram e ajudarao..

Cumps.

 
Já o tenho abandonado à algum tempo... mas decidi deixa-lo aqui, não vá eu perde-lo num format e depois não o encontrar :P

imagem
:



Código:
# set to yes if you want Conky to be forked in the background
background no

cpu_avg_samples 1
net_avg_samples 1

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 ProggyTinyTTSZ:size=12

own_window_transparent yes
own_window_colour hotpink
# Text alpha when using Xft
xftalpha 0.8

# mail spool
mail_spool $MAIL

# Update interval in seconds
update_interval 1
# Create own window instead of using desktop (required in nautilus)
own_window no

# 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 3

# border width
border_width 1

# Default colors and also border colors
default_color white
default_shade_color darkgray
default_outline_color yellow

# 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
gap_x 1
gap_y 1

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

# Subtract file system buffers from used memory?
no_buffers yes

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

# boinc (seti) dir
# seti_dir /opt/seti

# variable is given either in format $variable or in ${variable}. Latter
# allows characters right after the variable and must be used in network
# stuff because of an argument
#${font Dungeon:style=Bold:pixelsize=10}I can change the font as well
#${font Verdana:size=10}as many times as I choose
#${font Perry:size=10}Including UTF-8,
#${font Luxi Mono:size=10}justo como este texto que o google traduz fêz o português
# stuff after 'TEXT' will be formatted on screen
#${font Grunge:size=12}${time %a  %b  %d}${alignr -25}${time %k:%M}

short_units true

color0 white
color1 lightgrey
color2 red

TEXT
$color1»$color0 $nodename $color1»$color0 $uptime $color1» cpu$color0${cpu}%  ${freq_g}GHz ${i2c temp 2}ºC $color1» mem$color0$memperc% $mem ${i2c temp 1}ºC $color1» swap$color0$swapperc% $swap $color1» disk$color0${diskio_read sda} ${diskio_write sda} $color1» eth1$color0 ${downspeedf eth1}K${upspeedf eth1}K $color1» sda1$color0${fs_free /media/sda1}  ${color1}sda6$color0${fs_free /}  ${color1}sda7$color0${fs_free /home}  ${color1}sda8$color0${fs_free /media/disk} $color1» battery$color0 $battery_percent% $battery $color1«
 
Última edição:
pessoal dêem suporte também à parte de dúvidas do conky pois tenho uma dúvida que não consigo resolver...está lá colocada a questão...

cumps ;)
 
aqui fica a conky do user JoaoVr alterada por mim e postado com a devida autorização

mantenho os créditos...

semttulofc6.jpg


Código:
alignment top_right

background no

border_margin 2
border_width 1

top_cpu_separate false

default_color white
default_shade_color black
default_outline_color white

default_color white
default_shade_color black
default_outline_color white

double_buffer yes

draw_borders no
draw_graph_borders no
draw_outline no
draw_borders no
draw_shades no

gap_x 5
gap_y 5

override_utf8_locale no

own_window yes
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

short_units yes

stippled_borders 8

update_interval 1.5

use_spacer right

use_xft yes

xftalpha 0.8

xftfont Terminus:size=8

TEXT



${color slate grey}Uptime: ${color #ddaa00}$uptime

${color slate grey}Cpu:  ${color }Intel Core 2 Duo E6400
${color slate grey}Frequencia: ${color }${freq cpu0}MHz

${color slate grey}CPU Core 1: ${color }$alignr ${cpu cpu0}%
${cpubar cpu0}
${color slate grey}Temp: ${color } ${platform coretemp.1 temp 1}C

${color slate grey}CPU Core 2: ${color }$alignr ${cpu cpu1}%
${cpubar cpu1}
${color slate grey}Temp:${color } ${platform coretemp.1 temp 1}C

${color slate grey}Ram:  ${color }$mem de $memmax
${alignr}$memperc%
${membar}

${color slate grey}Hdd: ${color } 
${alignr}${fs_used /}ocupado / ${fs_free /}livres
${fs_bar /}
${color slate grey}Temp: ${color }${hddtemp /dev/sda}  ${alignr}${color slate grey}Total: ${color }${fs_size /}

${color slate grey}Processos: ${color }$processes ($running_processes)

${color slate grey}Ram:
${color #ddaa00} ${top_mem name 1}${top_mem mem 1}
${color lightgrey} ${top_mem name 2}${top_mem mem 2}
${color lightgrey} ${top_mem name 3}${top_mem mem 3}
${color lightgrey} ${top_mem name 4}${top_mem mem 4}

${downspeed eth0} k/s ${alignr} ${upspeed eth0} k/s
${downspeedgraph eth0 10,50} ${alignr}${upspeedgraph eth0 10,50}
${color slate grey}${totaldown eth0} ${alignr}${totalup eth0}
 
Última edição:
a minha conky actual:



Código:
background no
font Sans:size=8
use_xft yes
xftalpha 0.9
update_interval 1
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
minimum_size 220 5
maximum_width 250
draw_shades yes ### SHADOW ###
draw_outline no
draw_borders no
draw_graph_borders yes
default_color white ### Text Color ###
default_shade_color black
default_outline_color red
alignment top_right
gap_x 13
gap_y 30
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale yes
uppercase no

TEXT
system: ${hr 1}
${font StyleBats:size=16}p${font} cpu temperature: ${alignr}${acpitemp}ºC
${font StyleBats:size=16}A${font} cpu: ${freq_g} (${cpu}%) ${alignr}${cpubar 8,100}
${font StyleBats:size=16}y${font} ram:  $mem ${alignr}${membar 8,100}
${font StyleBats:size=16}j${font} swap: ${swap} ${alignr}${swapbar 8,100}
${font StyleBats:size=16}q${font} uptime: ${alignr}${uptime}
date: ${hr 1}
            ${font Sans:size=26}${time %H:%M}${font}
${alignc}${time %A %d %Y}
hdd: ${hr 1}
${font CharmingSymbols:size=16}f${font} /:
${fs_used /}/${fs_size /} $alignr${fs_bar 8,110 /}

wireless: ${hr 1}
connected to: ${alignr}${wireless_essid eth1}
${voffset 4}${font PizzaDude Bullets:size=14}r${font} down: ${downspeed eth1} kb/s $alignr${downspeedgraph 
eth1 15,110 906043 D65200}
${voffset -6}${font PizzaDude Bullets:size=14}v${font} up: ${upspeed eth1} kb/s $alignr${upspeedgraph eth1 15,110 906043 D65200}
${voffset 4}${font PizzaDude Bullets:size=14}T${font} download: $alignr${totaldown eth1}
${voffset 4}${font PizzaDude Bullets:size=14}N${font} upload: $alignr${totalup eth1}

internet: ${hr 1}
${voffset 4}${font PizzaDude Bullets:size=14}r${font} down: ${downspeed ppp0} kb/s $alignr${downspeedgraph ppp0 15,110 906043 D65200}
${voffset -6}${font PizzaDude Bullets:size=14}v${font} up: ${upspeed ppp0} kb/s $alignr${upspeedgraph ppp0 15,110 906043 D65200}
${voffset 4}${font PizzaDude Bullets:size=14}T${font} download: $alignr${totaldown ppp0}
${voffset 4}${font PizzaDude Bullets:size=14}N${font} upload: $alignr${totalup ppp0}

cumps :001:
 
aqui fica o conky para portátil...

espero que gostem

cumps



Código:
alignment top_right

background no

border_margin 2
border_width 1

top_cpu_separate false

default_color white
default_shade_color black
default_outline_color white

default_color white
default_shade_color black
default_outline_color white

double_buffer yes

draw_borders no
draw_graph_borders no
draw_outline no
draw_borders no
draw_shades no

gap_x 5
gap_y 5

override_utf8_locale no

own_window yes
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

short_units yes

stippled_borders 8

update_interval 1.5

use_spacer right

use_xft yes

xftalpha 0.8

xftfont Terminus:size=8

TEXT


${color slate grey}Uptime: ${color #ddaa00}$uptime

${color slate grey}Bateria: ${color #ddaa00}$alignr$battery_time
${color }${battery_bar BAT0} 
$alignr${battery_percent}%

${color slate grey}Cpu:  ${color }Intel Core 2 Duo T7500
${color slate grey}Temp: ${color }${acpitemp}C
${color slate grey}Frequencia: ${color }${freq cpu0}MHz

${color slate grey}CPU Core 1: ${color }$alignr ${cpu cpu0}%
${cpubar cpu0}

${color slate grey}CPU Core 2: ${color }$alignr ${cpu cpu1}%
${cpubar cpu1}

${color slate grey}Ram:  
${alignr}${color }$mem de $memmax
${membar}
${alignr}$memperc%

${color slate grey}Disco: ${color } 

${alignr}${fs_used /}ocupado / ${fs_free /}livres
${fs_bar /}
${color slate grey}Total: ${color }${fs_size /}${alignr}${color slate grey} Temp:${color }${hddtemp /dev/sda}

${color slate grey}Processos: ${color }$processes ($running_processes)

${color slate grey}Ram:
${color #ddaa00} ${top_mem name 1}${top_mem mem 1}
${color lightgrey} ${top_mem name 2}${top_mem mem 2}
${color lightgrey} ${top_mem name 3}${top_mem mem 3}
${color lightgrey} ${top_mem name 4}${top_mem mem 4}

${color #ddaa00}${alignc}Cabo

${color slate grey}Download   ${alignr}Upload
${color lightgrey}${downspeed eth0} k/s ${alignr} ${color slate grey}${color lightgrey}${alignr}${upspeed eth0} k/s
${downspeedgraph eth0 10,50} ${alignr}${upspeedgraph eth0 10,50}
${color slate grey}${totaldown eth0} ${alignr}${totalup eth0}

${color #ddaa00}${alignc}Wireless

${color slate grey}Ligado a:${color lightgrey} ${wireless_essid wlan0}
${color slate grey}Sinal: ${color lightgrey}${wireless_link_bar wlan0}

${color slate grey}Download   ${alignr}Upload
${color lightgrey}${downspeed wlan0} k/s ${alignr} ${upspeed wlan0} k/s
${downspeedgraph wlan0 10,50} ${alignr}${upspeedgraph wlan0 10,50}
${color slate grey}${totaldown wlan0} ${alignr}${totalup wlan0}
 
ATM, anda assim:

2dv5z4l.png


Código:
#avoid flicker
double_buffer yes

#own window to run simultanious 2 or more conkys
own_window  yes
own_window_transparent yes
own_window_type normal
own_window_hints undecorate,sticky,skip_taskbar,skip_pager 

#borders
draw_borders no
border_margin 1

#shades
draw_shades no

#position
gap_x 735
gap_y 3
alignment bottom_left

#behaviour
update_interval 1

#colour
default_color  ffffff

#default_shade_color 000000
own_window_colour 000000

#font
use_xft yes
xftfont DejavuSans:pixelsize=11

#to prevent window from moving
use_spacer none
minimum_size 700 0

#mpd
mpd_host localhost
mpd_port 6600

#Other
no_buffers true

- Up: $uptime | Mail: ${execi 60 perl ~/Stuff/scripts/gmail.pl n} | CPU1: ${cpu cpu1}% - CPU2: ${cpu cpu2}% | Ram: $mem | / ${fs_free /} | ↓: ${downspeed eth0} k/s - ${totaldown eth0} | ↑: ${upspeed eth0} k/s - ${totalup eth0}
- Mail: ${execi 60 perl ~/Stuff/scripts/gmail.pl n} | MPD: ${mpd_artist} - ${mpd_title} - ${mpd_bar}

TEXT
↓: ${downspeed eth0} kB/s | ↑: ${upspeed eth0} kB/s | Mail: ${execi 180 perl ~/Stuff/scripts/gmail.pl n} | MPD: ${mpd_artist} - ${mpd_title} - ${mpd_bar}

Ideia veio daqui
 
Conky do meu laptop:




.conkyrc

Código:
# Generated by Conky GUI
# Check http://conkygui.sourceforge.net/
# For the latest version of Conky GUI

#23-Jan-09 02:58:50 PM
#
#

# Conky
background yes
no_buffers yes
out_to_console no
top_cpu_separate no
max_port_monitor_connections 256
cpu_avg_samples 2
net_avg_samples 3
total_run_times 0
update_interval 3
music_player_interval 3

# Text
uppercase no
override_utf8_locale yes
short_units no
pad_percents 0
text_buffer_size 128
max_user_text 16384
font Bitstream Charter:style=Regular
use_xft yes
xftalpha 0.5
xftfont HandelGotD:size=9

# Window
own_window yes
own_window_colour ffffff
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_type override

# Graphics
double_buffer yes
draw_borders no
draw_graph_borders yes
draw_shades no
draw_outline yes
stippled_borders 8
max_specials 512

# Layout
alignment top_right
gap_x 12
gap_y 2
maximum_width 260
minimum_size 250 5
use_spacer none
border_margin 4
border_width 1

# Colors
default_color ffffff
default_outline_color 84adb3
default_shade_color ff0000
color0 ff0000
color1 0000ff
color2 ffff00
color3 00ff00
color4 ffafaf
color5 ffc800
color6 ff00ff
color7 00ffff
color8 808080
color9 404040

# Net

# stuff after 'TEXT' will be formatted on screen

TEXT
$sysname $kernel on $machine
${font StyleBats:size=18}P${font} Uptime $alignr $uptime
${font StyleBats:size=18}X${font} Load $alignr $loadavg
${font StyleBats:size=18}V${font} Public IP $alignr ${color}${execi 14400 wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]\|.]//g' | tail}${color}
${font StyleBats:size=18}T${font} $processes processes ($running_processes running)

${font PizzaDude Bullets:size=16}N${font} ${color white}Highest CPU:
${color de0b0b}${top name 1}${top cpu 1}
${color white}${top name 2}${top cpu 2}
${top name 3}${top cpu 3}
${top name 4}${top cpu 4}
${top name 5}${top cpu 5}
${font PizzaDude Bullets:size=16}O${font} ${color white}Highest MEM:
${color de0b0b}${top_mem name 1}${top_mem mem 1}
${color white}${top_mem name 2}${top_mem mem 2}
${top_mem name 3}${top_mem mem 3}
${top_mem name 4}${top_mem mem 4}
${top_mem name 5}${top_mem mem 5}

${font StyleBats:size=18}A${font} CPU Core 1 $alignr ${cpu cpu0}%
${cpubar cpu0}
${font StyleBats:size=18}A${font} CPU Core 2 $alignr ${cpu cpu1}%
${cpubar cpu1}

${font PizzaDude Bullets:size=16}J${font} MEM $alignc $mem / $memmax $alignr $memperc%
$membar
${font StyleBats:size=18}B${font} swap $alignc $swap / $swapmax $alignr $swapperc%
${swapbar}

${font StyleBats:size=18}F${font} / $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_free_perc /}%
${fs_bar /}
${font StyleBats:size=18}G${font} /usr $alignc ${fs_used /usr} / ${fs_size /usr} $alignr ${fs_free_perc /usr}%
${fs_bar /usr}
${font StyleBats:size=18}G${font} /home $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_free_perc /home}%
${fs_bar /home}
${font StyleBats:size=18}G${font} /drive-D $alignc ${fs_used /drive-D} / ${fs_size /drive-D} $alignr ${fs_free_perc /drive-D}%
${fs_bar /drive-D}
${font StyleBats:size=18}G${font} /drive-G $alignc ${fs_used /drive-G} / ${fs_size /drive-G} $alignr ${fs_free_perc /drive-G}%
${fs_bar /drive-G}

${font weather:size=28}z${font}CPU Core 1 Core 2  $alignr ${hwmon 1 temp 1}C / ${hwmon 0 temp 1}C
${font weather:size=28}z${font}GPU $alignr ${exec /usr/bin/nvidia-settings -q gpucoretemp |grep Attribute |cut -c 41-43}C
${font weather:size=28}x${font} Hard Drives $alignr /dev/sda ${hddtemp /dev/sda}
$alignr /dev/sdb ${hddtemp /dev/sdb}
.conkyrc2

Código:
# Generated by Conky GUI
# Check http://conkygui.sourceforge.net/
# For the latest version of Conky GUI

#23-Jan-09 02:58:24 PM
#
#

# Conky
background yes
no_buffers yes
out_to_console no
top_cpu_separate no
max_port_monitor_connections 256
cpu_avg_samples 2
net_avg_samples 3
total_run_times 0
update_interval 3
music_player_interval 3

# Text
uppercase no
override_utf8_locale yes
short_units no
pad_percents 0
text_buffer_size 128
max_user_text 16384
font Bitstream Charter:style=Regular
use_xft yes
xftalpha 0.5
xftfont HandelGotD:size=9

# Window
own_window yes
own_window_colour ffffff
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_type override

# Graphics
double_buffer yes
draw_borders no
draw_graph_borders yes
draw_shades no
draw_outline yes
stippled_borders 8
max_specials 512

# Layout
alignment top_right
gap_x 320
gap_y 23
maximum_width 260
minimum_size 250 5
use_spacer none
border_margin 4
border_width 1

# Colors
default_color ffffff
default_outline_color 84adb3
default_shade_color ff0000
color0 ff0000
color1 0000ff
color2 ffff00
color3 00ff00
color4 ffafaf
color5 ffc800
color6 ff00ff
color7 00ffff
color8 808080
color9 404040

# Net

# stuff after 'TEXT' will be formatted on screen

TEXT
${font openlogos:size=130}q${font}




${font StyleBats:size=18}R${font}
LAN:$alignr ${addr eth0}
${font PizzaDude Bullets:size=16}r${font} Down:${color} $alignr ${downspeed eth0} k/s${color} ${offset 80}
${font PizzaDude Bullets:size=16}v${font} Up:${color} $alignr ${upspeed eth0} k/s${color} ${offset 80}

${downspeedgraph eth0 40,130} ${alignr}${upspeedgraph eth0 40,130}
Down: ${totaldown eth0} ${alignr}Up: ${totalup eth0}




${font StyleBats:size=18}n${font}
LAN:$alignr ${addr wlan0}
ESSID: ${wireless_essid wlan0} 
${font PizzaDude Bullets:size=16}r${font} Down:${color} $alignr ${downspeed wlan0} k/s${color} ${offset 80}
${font PizzaDude Bullets:size=16}v${font} Up:${color} $alignr ${upspeed wlan0} k/s${color} ${offset 80}
${font PizzaDude Bullets:size=16}]${font} Bitrate: ${wireless_bitrate wlan0}${alignr}${wireless_link_qual_perc wlan0}
${font PizzaDude Bullets:size=16}<${font} Signal: $alignr ${wireless_link_qual_perc wlan0}%
${wireless_link_bar 5,260 wlan0}

${downspeedgraph wlan0 40,130} ${alignr}${upspeedgraph wlan0 40,130}
Down: ${totaldown wlan0} ${alignr}Up: ${totalup wlan}
Diz conkyGUI nos .conkyrc mas a maior parte das vezes uso mesmo um editor, mas o conkyGUI tambem é muito util.
 
um pequeno guia
8 Beautiful Conky Desktop Monitor Setup

By Pavs on May 7th, 2009
Conky is a highly customizable desktop monitor for X Window System. Think of it as KDE4 desktop widgets on crack. Conky, a fork of torsmo, has been around for a long time but new Linux users usually stay away from it because customizing it requires editing the scripted configuration file, which can be a bit intimidating for new users. Thankfully there is a whole group of conky users who share their beautifully customized conky setups, which can be installed (in most cases) by simply replacing the original conky config file, located at /etc/conky/conky.conf, with the customized one. Of course, if you want to customize your own conky setup, you might want to check out the official documentation and this excellent tutorial.
Here are 8 of the most beautiful Conky desktop monitor setups with links to download and instructions to install them:
1) Crinosconky:

Download & Instructions


2) Conky Flavors:

Download & Instructions

3) Conky Colors:

Download & Instructions

4) Conky Box:

Download & Instructions

5) Conky Fullscreen:

Download & Instructions

6) Bruce Conky:

Download & Instructions

7) Conky + Screenlets:

Download & Instructions

8) Simple Conky:

Download & Instructions

Do you use conky? If so, what does your conky setup look like? Please share with us.
Fonte
 
O meu conky. Mistura de alguns dos que andam por aqui. Nada de muito complicado acho que está bastante funcional pelo menos para as minhas necessidades.

imagem:



Código:
#avoid flicker
double_buffer yes

#own window to run simultanious 2 or more conkys
own_window yes
own_window_transparent yes
own_window_type normal
own_window_hints undecorate,sticky,skip_taskbar,skip_pager

#borders
draw_borders no
border_margin 1

#shades
draw_shades no

#position
gap_x 1
gap_y 25
alignment bottom_right

#behaviour
update_interval 1

#colour
default_color black

#default_shade_color 000000
own_window_colour 3d352a

#font
use_xft yes
xftfont DejavuSans:pixelsize=11

#to prevent window from moving
use_spacer none
minimum_size 1440 0

#mpd
mpd_host localhost
mpd_port 6600

#Other
no_buffers true

TEXT
Up: $uptime | CPU1: ${cpu cpu1}% - CPU2: ${cpu cpu2}% | Ram: $mem | / ${fs_free /} | ${if_existing /proc/net/route wlan0} ${downspeed wlan0} kb/s | ${upspeed wlan0} kb/s | download: ${totaldown wlan0} | upload: ${totalup wlan0} | signal: ${wireless_link_qual wlan0}% ${wireless_essid wlan0} | ip:${addr wlan0} ${else}${if_existing /proc/net/route eth0} | ${downspeed eth0} kb/s | ${upspeed eth0} kb/s | download: ${totaldown eth0} | upload: ${totalup eth0} | ip: ${addr eth0} ${endif} $alignr Alexandre Estrafalhote
Espero que gostem :p
Fico à espera de opiniões.
 
nice APLinhares :P, esse conky flavours desconhecia mas é bastante parecido com o conky-colors :)

PS : para quem não tem um cpu dual-core (como eu) tem de alterar a linha do conkyrc que mostra a info do cpu
 
oi , Slackware-12.2 + GSlacky-2.26.1 + icones gnome-colors + tema shiki-colors



e o meu .conkyrc é o seguinte:

Código:
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type root
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager

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

# fiddle with window
use_spacer yes
use_xft no

# Update interval in seconds
update_interval 3.0

# Minimum size of text area
# minimum_size 250 5

# Draw shades?
draw_shades no

# Text stuff
draw_outline no # amplifies text if yes
draw_borders no
font arial
uppercase no # set to yes if you want all text to be in uppercase

# Stippled borders?
stippled_borders 3

# border margins
border_margin 9

# border width
border_width 10

# Default colors and also border colors, grey90 == #e5e5e5
default_color grey

own_window_colour brown

# 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
gap_x 10
gap_y 50 
 
# stuff after ‘TEXT’ will be formatted on screen

TEXT
$color
${color orange}SYSTEM ${hr 2}$color
$nodename $sysname $kernel on $machine

${color orange}CPU ${hr 2}$color
${freq}MHz Load: ${loadavg} Temp: ${acpitemp}
$cpubar
${cpugraph 000000 ffffff}
NAME PID CPU% MEM%
${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}

${color orange}MEMORY / DISK ${hr 2}$color
RAM: $memperc% ${membar 6}$color
Swap: $swapperc% ${swapbar 6}$color

Root: ${fs_free_perc /}% ${fs_bar 6 /}$color
/home: ${fs_free_perc /home}% ${fs_bar 6 /home}$color
/home2: ${fs_free_perc /home2}% ${fs_bar 6 /home2}$color

${color orange}NETWORK (${addr eth0}) ${hr 2}$color
Down: $color${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
${downspeedgraph eth0 25,140 000000 ff0000} ${alignr}${upspeedgraph eth0
25,140 000000 00ff00}$color
Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}
Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768
61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}

${color orange}LOGGING ${hr 2}$color
${execi 30 tail -n3 /var/log/messages | fold -w50}

${color orange}FORTUNE ${hr 2}$color
${execi 120 fortune -s | fold -w50}

encontrei algures e fiz algumas modificações.

até+ ckt1g3r
 
Última edição pelo moderador:
Uma coisa bastante simples:



Código:
use_xft yes
xftfont Liberation Sans:size=8

update_interval 1
total_run_times 0
double_buffer yes
text_buffer_size 1024

own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

minimum_size 185 0
maximum_width 185

default_color 1E1C1A
draw_shades no

color0 1E1C1A
color1 729FCF
color2 1E1C1A

alignment top_right
gap_x 25
gap_y 50

no_buffers no
net_avg_samples 2

override_utf8_locale yes

TEXT
SISTEMA ${hr 2}
${voffset 2}${color0}${font OpenLogos:size=16}J${font}${color}   Kernel:  ${alignr}${color2}${kernel}${color}
${color0}${font StyleBats:size=16}q${font}${color}   Atividade: ${alignr}${color2}${uptime}${color}

DATA ${hr 2}
${alignc 45}${color2}${font Arial Black:size=30}${time %H:%M}${font}${color}
${voffset 4}${color0}${font RsbillsDng:size=20}O${font}${color}${voffset -4}${font Liberation Mono:size=8}${execpi 3600 DJS=`date +%_d`; cal | sed 's/^/${alignc} /' | sed s/" $DJS "/" "'${color1}'"$DJS"'${color}'" "/}${font}
 



Código:
background yes
use_xft yes
xftfont HandelGotD:size=8
xftalpha 0.5
update_interval 3.0
total_run_times 0
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 225 5
maximum_width 225
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
default_color white
default_shade_color red
default_outline_color green
alignment top_right
gap_x 12
gap_y 48
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale yes

TEXT
$sysname $kernel on $machine
${font StyleBats:size=18}P${font} Uptime $alignr $uptime
${font StyleBats:size=18}V${font} Public IP $alignr ${color}${execi 14400 wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]\|.]//g' | tail}${color}
${font StyleBats:size=18}T${font} $processes processes ($running_processes running)

${font PizzaDude Bullets:size=16}N${font} ${color white}Highest CPU:
${color de0b0b}${top name 1}${top cpu 1}
${color white}${top name 2}${top cpu 2}
${top name 3}${top cpu 3}
${top name 4}${top cpu 4}
${top name 5}${top cpu 5}
${font PizzaDude Bullets:size=16}O${font} ${color white}Highest MEM:
${color de0b0b}${top_mem name 1}${top_mem mem 1}
${color white}${top_mem name 2}${top_mem mem 2}
${top_mem name 3}${top_mem mem 3}
${top_mem name 4}${top_mem mem 4}
${top_mem name 5}${top_mem mem 5}

${font StyleBats:size=18}A${font} CPU Core 1 - ${platform coretemp.0 temp 1}Cº$alignr ${cpu cpu0}%
${cpubar cpu0}
${font StyleBats:size=18}A${font} CPU Core 2 - ${platform coretemp.1 temp 1}Cº$alignr ${cpu cpu1}%
${cpubar cpu1}
${font StyleBats:size=18}A${font} CPU Core 3 - ${platform coretemp.2 temp 1}Cº$alignr ${cpu cpu2}%
${cpubar cpu2}
${font StyleBats:size=18}A${font} CPU Core 3 - ${platform coretemp.3 temp 1}Cº$alignr ${cpu cpu3}%
${cpubar cpu3}

${font PizzaDude Bullets:size=16}J${font} MEM $alignc $mem / $memmax $alignr $memperc%
$membar
${font StyleBats:size=18}B${font} swap $alignc $swap / $swapmax $alignr $swapperc%
${swapbar}

${font StyleBats:size=18}G${font} /home $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_free_perc /home}%
${fs_bar /home}

HW Monitor:
${font StyleBats:size=18}F${font}  CPU Fan $alignr ${platform w83627ehf.656 fan 2}RPM${offset 80}
${font weather:size=18}z${font}    CPU $alignr ${platform w83627ehf.656 temp 2}Cº${offset 80}
${font weather:size=18}z${font}    GPU $alignr ${exec /usr/bin/nvidia-settings -q gpucoretemp |grep Attribute |cut -c 47-49}Cº${offset 80}
${font weather:size=18}z${font}    M/B $alignr ${platform w83627ehf.656 temp 1}Cº${offset 80}
${font weather:size=18}z${font}    Case $alignr ${platform w83627ehf.656 temp 3}Cº${offset 80}
${font weather:size=18}z${font}    HDD $alignr ${hddtemp /dev/sda}Cº${offset 80}

LAN: $alignr ${addr eth0}
${font PizzaDude Bullets:size=16}r${font} Down:${color} $alignr ${downspeed eth0} k/s / ${totaldown eth0}${color} ${offset 80}
${font PizzaDude Bullets:size=16}v${font} Up:${color} $alignr ${upspeed eth0} k/s / ${totalup eth0} ${offset 80}



Baseado no Conky do Inacio77, mas ajustado ao meu gosto (maioritariamente HW Monitoring) e adaptado para Quad Core e para os sensores da minha mainboard.
 
battousai, realmente essa configuração do conky está muito engraçada. Se fizeres o favor. Obrigado!

tass bem... esta aqui:
Código:
# Use Xft?
use_xft yes
xftfont Aerial:style=Bold:pixelsize=9
xftalpha 0.8
text_buffer_size 2048

# 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 yes
own_window_type override
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

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

# Minimum size of text area
minimum_size 230
#maximum_width 200

# 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 white
#default_shade_color white
#default_outline_color black
own_window_colour 1E1C1A

# 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 10
gap_y 10

# 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
draw_graph_borders no
# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer none

TEXT
SYSTEM ${hr 2}
${voffset 2}${font OpenLogos:size=16}u${font}   Kernel:  ${alignr}${kernel}
${font StyleBats:size=16}q${font}   Uptime: ${alignr}${uptime}
${font StyleBats:size=16}A${font}   CPU1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,140}
${font StyleBats:size=16}A${font}   CPU2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,140}
${font StyleBats:size=16}g${font}   RAM: $memperc% ${alignr}${membar 8,140}

DATE ${hr 2}
${alignc 39}${font Aerial:style=Bold:pixelsize=23}${time %I:%M %P}${font}
${voffset 4}${alignc}${font Aerial:style=Bold:pixelsize=8}${time %A %d}
${alignc}${execi 60 date +"%B %Y" | tr "[:lower:]" "[:upper:]"}

HD ${hr 2}
${voffset 4}${font Pie charts for maps:size=14}6${font} Temperature: ${alignr}${exec nc localhost 7634 | perl -ne 'print $1 if /\/sda\|.*?\|(\d+)\|C/;'}°C
${voffset 6}${font Pie charts for maps:size=14}7${font}   ${voffset -5}Root:
${voffset 4}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,128 /}
${font Pie charts for maps:size=14}7${font}   ${voffset -5}Media:
${voffset 4}${fs_free /media/disk}/${fs_size /media/disk} ${alignr}${fs_bar 8,128 /media/disk}

${if_running rhythmbox}RHYTHMBOX ${hr 2}
${font Musicelements:size=14}U${font} title: ${execi 10 conkyRhythmbox -d TI}
${font Musicelements:size=14}s${font}   artist: ${execi 10 conkyRhythmbox -d AR}
${font Musicelements:size=14}K${font}   album: ${execi 10 conkyRhythmbox -d AL}
${font Musicelements:size=14}m${font}  lenght: ${execi 10 conkyRhythmbox -d LE}
${font Musicelements:size=14}t${font}  position: ${execi 3 conkyRhythmbox -d PT}${endif}

NETWORK ${hr 2}

${if_existing /proc/net/route wlan0}${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 12,100 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 12,100 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}Z${font}   Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,100 wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Ip: ${alignr}${addr wlan0}
${else}${if_existing /proc/net/route eth0}${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,100 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup eth0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown eth0}
${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Ip: ${alignr}${addr eth0}
${endif}${else}${if_existing /proc/net/route ppp0}${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed ppp0} kb/s ${alignr}${upspeedgraph ppp0 8,100 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed ppp0} kb/s ${alignr}${downspeedgraph ppp0 8,100 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup ppp0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown ppp0}
${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Ip: ${alignr}${addr ppp0}
${endif}${else}
${alignc}${font PizzaDude Bullets:size=14}4${font}   Network Unavailable
${endif}

PS: tens que ter o conkyRhythmbox instalado, acho que esta nos repositorios do ubuntu

cumps e obrigado:kfold:

EDIT: sorry, esqueci me do screenshot

aqui esta ele:

 
Última edição:
Back
Topo