Postea el pantallazo de tu conky y comparte tu .conkyrc.

samsagaz77

Bovino maduro
#1
Vi esta idea en otro foro, y se me ocurrió que es buena idea compartir los archivos de configuración de nuestros conkys para ir aprendiendo y dándonos ideas de su configuración.

De mientras, aqui el mio.

Código:
# maintain spacing between certain elements
use_spacer yes

# set to yes if you want conky to be forked in the background
background no

use_xft yes

# Xft font when Xft is enabled
xftfont Bitstream Vera Sans Mono-8
#xftfont Andale Mono-10
#xftfont Clean-9
#xftfont cubicfive10:pixelsize=8
#xftfont squaredance10:pixelsize=14
#xftfont swf!t_v02:pixelsize=10

# Text alpha when using Xft
xftalpha 1
mail_spool $MAIL

# Update interval in seconds
update_interval 4.0

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_type override 
on_bottom yes

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

# Minimum size of text area
minimum_size 250 5

# Draw shades?
draw_shades yes

# Draw outlines?
draw_outline no # amplifies text

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_margin 9

# border width
border_width 1

# Default colors and also border colors, grey90 == #ffffff
default_color grey90
default_shade_color black
default_outline_color DarkGrey

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

# Subtract file system buffers from used memory?
no_buffers yes

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

# stuff after 'TEXT' will be formatted on screen

TEXT
${color #ffffff}$nodename$color 
Ubuntu 8.10 "Intrepid Ibex 
${color #828282}$sysname $kernel on 
$machine$color

${font Tengwar Annatar:size=20} Samsagaz {font}
${font IncisedBlackWide:size=40}${color #DEDDDF}Samsagaz${font}


${color #ffcb48}PROCESSING$color
   ${color #ffffff}CPU:$color     ${execi 5 cpuspeed}MHz       $cpu% 
   ${execi 5 cputemp}°C
   ${color #ffffff}$cpubar
   ${color #ffffff}${cpugraph 000099 ffffff}

   ${color #c0c0c0}NAME             PID       CPU%      MEM%
   ${color #e5e5e5}${top name 1} ${top pid 1}   ${top cpu 1}    ${top mem 1}
   ${color #c4c4c4}${top name 2} ${top pid 2}   ${top cpu 2}    ${top mem 2}
   ${color #a3a3a3}${top name 3} ${top pid 3}   ${top cpu 3}    ${top mem 3}
   ${color #828282}${top name 4} ${top pid 4}   ${top cpu 4}    ${top mem 4}

${color #ffcb48}DATA$color
   ${color #98c2c7}RAM:$color     $memperc%         ${color 
#ffffff}${membar 6}
   ${color}$mem${color #888888}/$memmax 

   ${color #98c2c7}NAME             PID       CPU%      MEM%
   ${color #e5e5e5}${top_mem name 1} ${top_mem pid 1}   ${top_mem cpu 1} 
    ${top_mem mem 1}
   ${color #c4c4c4}${top_mem name 2} ${top_mem pid 2}   ${top_mem cpu 2} 
    ${top_mem mem 2}
   ${color #a3a3a3}${top_mem name 3} ${top_mem pid 3}   ${top_mem cpu 3} 
    ${top_mem mem 3}
   ${color #828282}${top_mem name 4} ${top_mem pid 4}   ${top_mem cpu 4} 
    ${top_mem mem 4}

   ${color #98c2c7}Swap:$color    $swapperc%         ${color 
#ffffff}${swapbar 6}$color
   ${color #98c2c7}/:$color        ${fs_free_perc /}%  $fs_free  ${color 
#ffffff}${fs_bar 6 /}$color
   ${color #98c2c7}/home:$color    ${fs_free_perc /home}%  ${fs_free /home} ${color 
#ffffff}${fs_bar 6 /home}$color
   ${color #98c2c7}/respaldo:$color${fs_free_perc /respaldo}%  ${fs_free /respaldo} ${color 
#ffffff}${fs_bar 6 /respaldo}$color

   ${color #98c2c7}Upload:$color  ${upspeed eth0}kb/s${color #98c2c7} 
   Download:$color  ${downspeed eth0}kb/s
Y aquí como se ve:



Ojalá les guste.
 

ringomaister

Bovino Milenario
#4
El mio es super clásico y ya esta viejito pero a mi me gusta

# set to yes if you want Conky to be forked in the background
# background yes

acpitemp ACPI temperature.
adt746xcpu CPU temperature from therm_adt746x

cpu_avg_samples 2
net_avg_samples 2

out_to_console no

# Use Xft?
use_xft yes

# Xft font when Xft is enabled
#xftfont Bitstream Vera Sans Mono:size=7
xftfont Bitstream Vera Sans Mono:size=8

# Create own window instead of drawing to desktop.
own_window yes
own_window_transparent yes
own_window_colour navyblue
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_type normal

# Text alpha when using Xft
xftalpha 0.8

#deprecated — use ‘own_window_hints below’
#on_bottom yes

wm_class_name Conky

# mail spool
mail_spool $MAIL

# Update interval in seconds
update_interval 5

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

# Minimum size of text area
minimum_size 330 10
maximum_width 330

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 2

# border margins
#border_margin 4

# border width
border_width 1

# Default colors and also border colors
#default_color lightblue
default_color lightslategrey
default_shade_color white
default_outline_color white

# Text alignment, other possible values are commented
#minimum_size 10 10
gap_x 25
gap_y 40
#alignment top_left
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 yes

# Subtract file system buffers from used memory?
no_buffers yes

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

# drawn 1 pixel border around graphs or not
draw_graph_borders yes

# Allow for the creation of at least this number of port monitors (if 0 or not set, default is 16)
min_port_monitors 8

# Allow each port monitor to track at least this many connections (if 0 or not set, default is 256)
min_port_monitor_connections 64

TEXT
${color #0077ff}Ubuntu, kernel: $kernel ${alignr}$color${time %H:%M}

${color #0077ff}Encendido:$color $uptime ${color #0077ff} ${color #0077ff}CPU Usada:$color ${cpu}% ${color #0077ff}${cpubar}
${color black}${cpugraph 0 32, 330 104E8B 0077ff}
${color #0077ff}RAM:$color $mem/$memmax – $memperc% ${color #0077ff}${alignr}Swap:$color $swap/$swapmax – $swapperc%
${color #0077ff}/ $color${fs_used /}/${fs_size /}${alignr}${color #0077ff}${fs_bar 5,120 /}
${color #0077ff}/home $color${fs_used /home}/${fs_size /home}${alignr}${color #0077ff}${fs_bar 5,120 /home}

${color #0077ff}Procesos${color #0077ff}${alignr} CPU % MEM %
$color ${top name 1} ${alignr} ${top cpu 1} ${top mem 1}
$color ${top name 2} ${alignr} ${top cpu 2} ${top mem 2}
$color ${top name 3} ${alignr} ${top cpu 3} ${top mem 3}
${color #0077ff}Memoria
$color ${top_mem name 1} ${alignr} ${top_mem cpu 1} ${top_mem mem 1}
$color ${top_mem name 2} ${alignr} ${top_mem cpu 2} ${top_mem mem 2}
$color ${top_mem name 3} ${alignr} ${top_mem cpu 3} ${top_mem mem 3}

${color #0077ff}Puerto(s)${alignr}Conexiones
$color Entrada: ${tcp_portmon 1 32767 count} Salida: ${tcp_portmon 32768 61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
${color #0077ff}Conexiones de entrada ${alignr} Servicio Remoto/Puerto$color
${tcp_portmon 1 32767 rhost 0} ${alignr} ${tcp_portmon 1 32767 lservice 0}
${tcp_portmon 1 32767 rhost 1} ${alignr} ${tcp_portmon 1 32767 lservice 1}
${tcp_portmon 1 32767 rhost 2} ${alignr} ${tcp_portmon 1 32767 lservice 2}
${tcp_portmon 1 32767 rhost 3} ${alignr} ${tcp_portmon 1 32767 lservice 3}
${color #0077ff}Conexiones de salida ${alignr} Servicio Remoto/Puerto$color
${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}
${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000 rservice 3}



 

pipelote

Bovino Milenario
#5
La neta soy algo nuevo en Linux, podrias explicar que es un conky, estoy por instalar Sabayon y psss espero me vaya bien
 

samsagaz77

Bovino maduro
#6
Como ves en los pantallazos, conky es un gestor de gadgets de escritorio, pero con la característica de que casi no consume recursos, y que es altamente configurable. Es decir, ¿recuerdas que Windows Vista tiene una aplicación que se llama "sidebar" en donde esta el reloj, los lectores rss y demás? Bueno, es algo similar, pero más orientado a vigilar tus recursos.

El caso es que el archivo de configuración de Conky se llama .conkyrc (el punto es para que aparezca oculto dentro de la carpeta del usuario), que es solamente un archivo de texto en donde van todas las opciones que le puedes poner. Como ves, el mío tiene incluso mi nombre de usuario en letras bonitas :D así que lo puedes enchular como sea.

Para que te des una idea, ve a la página oficial de Conky http://conky.sourceforge.net/ y ve a la parte de screenshots, alli hay unos ejemplos y con su respectivo archivo de configuración para que veas como esta construido.

Saludos, y anímate a instalar tu Sabayon y lo enchulas con un conky, no te vas a arrepentir.
 

AlexFonseca

Bovino adicto
#8
yo uso conky colors es facil de configurar mas bien ya viene configurado y pus ta bonito y ya trae todas las fuentes que se necesitan y los plugins de gmail de forecast y un buen mas.
aca lo encuentran
http://www.gnome-look.org/content/show.php?content=92328


Gracias por el dato y esta muy bueno tu wallpaper postealo, no !!! También les he de comentar y si querer herir a nadie; pero esto es muy viejo; para Kde estan los plasmoides y para Gnome estan los Screenlets, que pueden hacer esto y más vistosos, también revisé y la verdad jalan su memoria claro entre los nuevos y los viejos pues los viejos jalan menos memoria, Saludos a todos.
 

Tota77

Bovino maduro
#10
Recien acabo de instalar el concky en mi ubuntu, estoy aprendiendo a configurarlo, ake les dejo una muestra de como kedo !!!

:metal::metal::metal::metal::metal:





Código:
use_xft yes

xftfont Liberation Sans:size=8


update_interval 1

total_run_times 0

double_buffer yes

no_buffers 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 white

draw_shades no


color0 white

color1 FCAF3E

color2 white


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}u${font}${color} Kernel: ${alignr}${color2}${kernel}${color}

${color0}${font StyleBats:size=16}A${font}${color} CPU1: ${font Liberation Sans:style=Bold:size=8}${color1}${cpu cpu1}%${color}${font} ${alignr}${color2}${cpubar cpu1 8,60}${color}

${color0}${font StyleBats:size=16}A${font}${color} CPU1: ${font Liberation Sans:style=Bold:size=8}${color1}${cpu cpu2}%${color}${font} ${alignr}${color2}${cpubar cpu2 8,60}${color}

${color0}${font StyleBats:size=16}g${font}${color} RAM: ${font Liberation Sans:style=Bold:size=8}${color1}$memperc%${color}${font} ${alignr}${color2}${membar 8,60}${color}

${color0}${font StyleBats:size=16}j${font}${color} SWAP: ${font Liberation Sans:style=Bold:size=8}${color1}$swapperc%${color}${font} ${alignr}${color2}${swapbar 8,60}${color}

${color0}${font StyleBats:size=16}q${font}${color} Uptime: ${alignr}${color2}${uptime}${color}




DISCO ${hr 2}


${voffset 4}${font Pie charts for maps:size=14}7${font} ${voffset -5}Sistema:

${voffset 4}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,60 /}



FECHA ${hr 2}

${alignc 45}${color2}${font Arial Black:size=30}${time %H:%M}${font}${color}

${alignc}${time %A %d %Y}


RED ${hr 2}


${voffset -6}${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60}

${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60}

${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}Z${font} Señal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}
 
#11
Gracias por el dato y esta muy bueno tu wallpaper postealo, no !!! También les he de comentar y si querer herir a nadie; pero esto es muy viejo; para Kde estan los plasmoides y para Gnome estan los Screenlets, que pueden hacer esto y más vistosos, también revisé y la verdad jalan su memoria claro entre los nuevos y los viejos pues los viejos jalan menos memoria, Saludos a todos.
hey como le hiciste para que te muestre la caratula del album con rhythmbox en tu conky-colors? a mi no me lo muestra
 

demoer

Bovino maduro
#14


# conky configuration

# set to yes if you want tormo to be forked in the background
background no

# X font when Xft is disabled, you can pick one with program xfontsel
#font 5x7
#font 6x10
#font 7x13
#font 8x13
#font 9x15
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*

# Use Xft?
use_xft yes

# Print everything to stdout?
# out_to_console no

# MPD host/port
# mpd_host localhost
# mpd_port 6600

# Print everything to console?
# out_to_console no

# Xft font when Xft is enabled
xftfont Bitstream Vera Sans:size=10

# Text alpha when using Xft
xftalpha 0.8

# mail spool
mail_spool $MAIL

# Update interval in seconds
update_interval 2.0

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

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

# Minimum size of text area
minimum_size 620 5

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 8

# 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
#alignment top_right
alignment top_right
#alignment bottom_right

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 0
gap_y 10
mmm
# 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 8

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

# 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

# mldonkey_hostname Hostname for mldonkey stuff, defaults to localhost
# mldonkey_port Mldonkey port, 4001 default
# mldonkey_login Mldonkey login, default none
# mldonkey_password Mldonkey password, default none

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

# Possible variables to be used:
#
# Variable Arguments Description

# addr (interface) IP address for an interface
# acpiacadapter ACPI ac adapter state.
# acpifan ACPI fan state
# acpitemp ACPI temperature.
# adt746xcpu CPU temperature from therm_adt746x
# adt746xfan Fan speed from therm_adt746x
# alignr (num) Right-justify text, with space of N
# alignc Align text to centre
# battery (num) Remaining capasity in ACPI or APM
# battery. ACPI battery number can be
# given as argument (default is BAT0).
# buffers Amount of memory buffered
# cached Amount of memory cached
# color (color) Change drawing color to color
# cpu CPU usage in percents
# cpubar (height) Bar that shows CPU usage, height is
# bar's height in pixels
# cpugraph (height),(width) (gradient colour 1) (gradient colour 2)
# CPU usage graph
# downspeed net Download speed in kilobytes
# downspeedf net Download speed in kilobytes with one
# decimal
# downspeedgraph net (height),(width) (gradient colour 1) (gradient colour 2)
# Download speed graph
# exec shell command Executes a shell command and displays
# the output in conky. warning: this
# takes a lot more resources than other
# variables. I'd recommend coding wanted
# behaviour in C and posting a patch :).
# execbar shell command Same as exec, except if the first value
# return is a value between 0-100, it
# will use that number for a bar.
# The size for the bar is currently fixed,
# but that may change in the future.
# execgraph shell command Same as execbar, but graphs values
# execi interval, shell Same as exec but with specific interval.
# command Interval can't be less than
# update_interval in configuration.
# fs_bar (height), (fs) Bar that shows how much space is used on
# a file system. height is the height in
# pixels. fs is any file on that file
# system.
# fs_free (fs) Free space on a file system available
# for users.
# fs_free_perc (fs) Free percentage of space on a file
# system available for users.
# fs_size (fs) File system size
# fs_used (fs) File system used space
# hr (height) Horizontal line, height is the height in
# pixels
# i2c (dev), type, n I2C sensor from sysfs (Linux 2.6). dev
# may be omitted if you have only one I2C
# device. type is either in (or vol)
# meaning voltage, fan meaning fan or
# temp/tempf (first in C, second in F)
# meaning temperature. n is number of the
# sensor. See /sys/bus/i2c/devices/ on
# your local computer.
# if_running (process) if PROCESS is running, display
# everything if_running and the matching $endif
# if_existing (file) if FILE exists, display everything between
# if_existing and the matching $endif
# if_mounted (mountpoint) if MOUNTPOINT is mounted, display everything between
# if_mounted and the matching $endif
# else Text to show if any of the above are not true
# kernel Kernel version
# linkstatus (interface) Get the link status for wireless connections
# loadavg (1), (2), (3) System load average, 1 is for past 1
# minute, 2 for past 5 minutes and 3 for
# past 15 minutes.
# machine Machine, i686 for example
# mails Mail count in mail spool. You can use
# program like fetchmail to get mails from
# some server using your favourite
# protocol. See also new_mails.
# mem Amount of memory in use
# membar (height) Bar that shows amount of memory in use
# memmax Total amount of memory
# memperc Percentage of memory in use
#
# metar_ob_time
# metar_temp
# metar_tempf Temp in F
# metar_windchill
# metar_dew_point There are a bunch of these
# metar_rh and they are self-explanatory
# metar_windspeed
# metar_winddir
# metar_swinddir
# metar_cloud
# metar_u2d_time

# ml_upload_counter total session upload in mb
# ml_download_counter total session download in mb
# ml_nshared_files number of shared files
# ml_shared_counter total session shared in mb, buggy
# in some mldonkey versions
# ml_tcp_upload_rate tcp upload rate in kb/s
# ml_tcp_download_rate tcp download rate in kb/s
# ml_udp_upload_rate udp upload rate in kb/s
# ml_udp_download_rate udp download rate in kb/s
# ml_ndownloaded_files number of completed files
# ml_ndownloading_files number of downloading files
#
# mpd_artist Artist in current MPD song
# (must be enabled at compile)
# mpd_album Album in current MPD song
# mpd_bar (height) Bar of mpd's progress
# mpd_bitrate Bitrate of current song
# mpd_status Playing, stopped, et cetera.
# mpd_title Title of current MPD song
# mpd_vol MPD's volume
# mpd_elapsed Song's elapsed time
# mpd_length Song's length
# mpd_percent Percent of song's progress
# new_mails Unread mail count in mail spool.
# nodename Hostname
# outlinecolor (color) Change outline color
# pre_exec shell command Executes a shell command one time before
# conky displays anything and puts output
# as text.
# processes Total processes (sleeping and running)
# running_processes Running processes (not sleeping),
# requires Linux 2.6
# shadecolor (color) Change shading color
# stippled_hr (space), Stippled (dashed) horizontal line
# (height)
# swapbar (height) Bar that shows amount of swap in use
# swap Amount of swap in use
# swapmax Total amount of swap
# swapperc Percentage of swap in use
# sysname System name, Linux for example
# offset pixels Move text over by N pixels
# tail logfile, lines (interval)
# Displays last N lines of supplied text
# text file. If interval is not supplied,
# Conky assumes 2x Conky's interval.
# Max of 30 lines.
# Max of 30 lines can be displayed.
# time (format) Local time, see man strftime to get more
# information about format
# totaldown net Total download, overflows at 4 GB on
# Linux with 32-bit arch and there doesn't
# seem to be a way to know how many times
# it has already done that before conky
# has started.
# top type, num This takes arguments in the form:
# top <name> <number>
# Basically, processes are ranked from
# highest to lowest in terms of cpu
# usage, which is what <num> represents.
# The types are: "name", "pid", "cpu", and
# "mem".
# There can be a max of 10 processes listed.
# top_mem type, num Same as top, except sorted by mem usage
# instead of cpu
# totalup net Total upload, this one too, may overflow
# updates Number of updates (for debugging)
# upspeed net Upload speed in kilobytes
# upspeedf net Upload speed in kilobytes with one
# decimal
# upspeedgraph net (height),(width) (gradient colour 1) (gradient colour 2)
# Upload speed graph
# uptime Uptime
# uptime_short Uptime in a shorter format
#
# seti_prog Seti@home current progress
# seti_progbar (height) Seti@home current progress bar
# seti_credit Seti@hoome total user credit


# 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

# stuff after 'TEXT' will be formatted on screen

TEXT
${color #ccddff} $mpd_bar $color
${alignc 50}${font Bitstream Vera Sans:size=10}Local System: Ubuntu, $kernel${font Bitstream Vera Sans Mono:size=10}${alignr 3} ${color #FF5555}${top name 1}${top cpu 1}${top mem 1}
${alignc 75}$color${font Bitstream Vera Sans:size=10}CPU: $cpu% ${cpubar 4,65}${font Bitstream Vera Sans Mono:size=10}${alignr 3} ${color #FFaa55} ${top name 2}${top cpu 2}${top mem 2}
${alignc 50}${color grey}Filesystem: $color${fs_used /}/${fs_size /}${font Bitstream Vera Sans Mono:size=10}${alignr 3} ${color #FFff55} ${top name 3}${top cpu 3}${top mem 3}
${alignc 50} ${color grey}RAM:$color $mem/$memmax ${color grey} Swap:$color $swap/$swapmax ${font Bitstream Vera Sans Mono:size=10}${alignr 3} ${color #aaFF55} ${top name 4}${top cpu 4}${top mem 4}
${color orange} ${alignc 50}Synced: ${execi 180 date --date="`cat /var/cache/edb/dep/timestamp.chk`" +%c}${font Bitstream Vera Sans Mono:size=10}${alignr 3} ${color #55ff55} ${top name 5}${top cpu 5}${top mem 5}
${alignc 40} ${color red}Up: $color ${upspeedf eth0}k/s${color green} Down: $color ${downspeedf eth0}k/s${font Bitstream Vera Sans Mono:size=10}${alignr 3} ${color #55ffdd}${top name 6}${top cpu 6}${top mem 6}
 

pipelote

Bovino Milenario
#16
Excelente se ven dee lujo los conkys, y gracias por la explicacion, solo que sabayon no funciono bien en mi maquina, se me reiniciaba asi no mas. Probare linux mint a ver que tal me va, Saludos

Como ves en los pantallazos, conky es un gestor de gadgets de escritorio, pero con la característica de que casi no consume recursos, y que es altamente configurable. Es decir, ¿recuerdas que Windows Vista tiene una aplicación que se llama "sidebar" en donde esta el reloj, los lectores rss y demás? Bueno, es algo similar, pero más orientado a vigilar tus recursos.

El caso es que el archivo de configuración de Conky se llama .conkyrc (el punto es para que aparezca oculto dentro de la carpeta del usuario), que es solamente un archivo de texto en donde van todas las opciones que le puedes poner. Como ves, el mío tiene incluso mi nombre de usuario en letras bonitas :D así que lo puedes enchular como sea.

Para que te des una idea, ve a la página oficial de Conky http://conky.sourceforge.net/ y ve a la parte de screenshots, alli hay unos ejemplos y con su respectivo archivo de configuración para que veas como esta construido.

Saludos, y anímate a instalar tu Sabayon y lo enchulas con un conky, no te vas a arrepentir.
 

joss68

Bovino adolescente
#17

y aqui el conkyrc:

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

override_utf8_locale yes

text_buffer_size 2048
update_interval 1
total_run_times 0
double_buffer yes
no_buffers yes
net_avg_samples 1
cpu_avg_samples 1

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

default_color cccccc
draw_shades no

color0 white
color1 00FF00
color2 white

alignment top_right
gap_x 25
gap_y 40
minimum_size 182 0
maximum_width 182

imlib_cache_size 0

TEXT
SISTEMA ${hr 2}
${color0}${font Poky:size=15}S${font}${color}${goto 32}${voffset -8}Kernel:  ${alignr}${color2}${kernel}${color}
${goto 32}Actividad: ${alignr}${color2}${uptime}${color}
${offset 1}${color0}${font Poky:size=16}P${font}${offset -19}${voffset 9}${cpubar cpu0 4,18}${color}${voffset -16}${goto 32}CPU1: ${font Liberation Sans:style=Bold:size=8}${color1}${cpu cpu1}%${color}${font} ${alignr}${color2}${cpugraph cpu1 20,60 5C3566 00FF00}${color}
${offset 1}${color0}${font Poky:size=16}P${font}${offset -19}${voffset 9}${cpubar cpu0 4,18}${color}${voffset -16}${goto 32}CPU2: ${font Liberation Sans:style=Bold:size=8}${color1}${cpu cpu2}%${color}${font} ${alignr}${color2}${cpugraph cpu2 20,60 5C3566 00FF00}${color}
${color0}${font Poky:size=16}M${font}${color}${goto 32}${voffset -7}RAM: ${font Liberation Sans:style=Bold:size=8}${color1}$memperc%${color}${font}
${offset 1}${voffset 2}${color2}${membar 4,18}${color}${goto 32}${voffset -2}F: ${color2}${memeasyfree}${color} U: ${color2}${mem}${color}
FECHA ${hr 2}
${voffset -10}${alignc 45}${color2}${font Arial Black:size=30}${time %H:%M}${font Liberation Sans:style=Bold:size=15}${color}
${alignc}${time %A %d %Y}
${voffset 4}${color0}${font RsbillsDng:size=20}O${font}${color}${voffset -4}${font Liberation Mono:size=8}${execpi 10800 DJS=`date +%_d`; cal | sed 's/^/${alignc} /' | sed s/" $DJS "/" "'${font Liberation Mono:style=bold:size=8}${color1}'"$DJS"'${color}${font}${font Liberation Mono:size=8}'" "/}${font}${font}
Disco Duro ${hr 2}
${execpi 30 ~/.conkycolors/bin/conkyHD1}
Red ${hr 2}
${if_existing /proc/net/route wlan0}
${voffset -13}${color0}${font VariShapes Solid:size=14}q${font}${color}${goto 32}${voffset -6}Envío: ${font Liberation Sans:style=Bold:size=8}${color1}${upspeed wlan0}${color}${font} ${alignr}${color2}${upspeedgraph wlan0 8,60 5C3566 77507B}${color}
${goto 32}Total: ${color2}${totalup wlan0}${color}
${voffset -2}${color0}${font VariShapes Solid:size=14}Q${font}${color}${goto 32}${voffset -6}Recibo: ${font Liberation Sans:style=Bold:size=8}${color1}${downspeed wlan0}${color}${font} ${alignr}${color2}${downspeedgraph wlan0 8,60 5C3566 77507B}${color}
${goto 32}Total: ${color2}${totaldown wlan0}${color}
${voffset -2}${color0}${font Poky:size=14}Y${font}${color}${goto 32} ${voffset -2}Señal: ${font Liberation Sans:style=Bold:size=8}${color1}${wireless_link_qual wlan0}%${color}${font} ${alignr}${color2}${wireless_link_bar 8,60 wlan0}${color}
${voffset 4}${color0}${font Poky:size=13}w${font}${color}${goto 32}${voffset -8}Ip Local: ${alignr}${color2}${addr wlan0}${color}
${goto 32}Ip Pública: ${alignr}${color2}${execi 10800 ~/.conkycolors/bin/conkyIp}${color}
${else}${if_existing /proc/net/route eth0}
${voffset -13}${color0}${font VariShapes Solid:size=14}q${font}${color}${goto 32}${voffset -6}Envío: ${font Liberation Sans:style=Bold:size=8}${color1}${upspeed eth0}${color}${font} ${alignr}${color2}${upspeedgraph eth0 20,60 5C3566 00FF00}${color}
${goto 32}Total: ${color2}${totalup eth0}${color}
${voffset -2}${color0}${font VariShapes Solid:size=14}Q${font}${color}${goto 32}${voffset -6}Recibo: ${font Liberation Sans:style=Bold:size=8}${color1}${downspeed eth0}${color}${font} ${alignr}${color2}${downspeedgraph eth0 20,60 5C3566 00FF00}${color}
${goto 32}Total: ${color2}${totaldown eth0}${color}
${voffset -2}${color0}${font Poky:size=13}w${font}${color}${goto 32}${voffset -4}Ip Local: ${alignr}${color2}${addr eth0}${color}
${goto 32}Ip Pública: ${alignr}${color2}${execi 10800 ~/.conkycolors/bin/conkyIp}${color}
${endif}${else}${if_existing /proc/net/route ppp0}
${voffset -13}${color0}${font VariShapes Solid:size=14}q${font}${color}${goto 32}${voffset -6}Envío: ${font Liberation Sans:style=Bold:size=8}${color1}${upspeed ppp0}${color}${font} ${alignr}${color2}${upspeedgraph ppp0 8,60 5C3566 77507B}${color}
${goto 32}Total: ${color2}${totalup ppp0}${color}
${voffset -2}${color0}${font VariShapes Solid:size=14}Q${font}${color}${goto 32}${voffset -6}Recibo: ${font Liberation Sans:style=Bold:size=8}${color1}${downspeed ppp0}${color}${font} ${alignr}${color2}${downspeedgraph ppp0 8,60 5C3566 77507B}${color}
${goto 32}Total: ${color2}${totaldown ppp0}${color}
${voffset -2}${color0}${font Poky:size=13}w${font}${color}${goto 32}${voffset -4}Ip Local: ${alignr}${color2}${addr ppp0}${color}
${endif}${else}${voffset 4}${color0}${font PizzaDude Bullets:size=12}4${font}${color}${goto 32}Red no disponible${endif}${endif}
Pidgin ${hr 2}
${if_running pidgin}
${voffset 4}${execpi 10 ~/.conkycolors/bin/conkyPidgin -o -s -l 5}${else}
${voffset 4}${color0}${font PizzaDude Bullets:size=12}4${font}${color}${goto 32}Pidgin no esta corriendo${endif}
saludos :vientos:

edicion si no quieres que la caja este flotando modifica
default_color FFFFFF por-----------> default_color cccccc
 

Joseamador

Bovino adicto
#18
Genial yo ni sabia que era conky xD solo lo habia visto xD jejeje gracias por el dato y a configurar conky luego posteo mi escritorio salu2 Bakunos :D
 
#19
una pregunta apenas instale mi conky pero no puedo ni cambiar los colores ni poner los iconos que aparecen a un lado no se si alguien me podria ayudar aqui el pantallazo de mi conky. :D

 

joss68

Bovino adolescente
#20
una pregunta apenas instale mi conky pero no puedo ni cambiar los colores ni poner los iconos que aparecen a un lado no se si alguien me podria ayudar aqui el pantallazo de mi conky. :D
necesitas instalar tambien el conky-colors, de aqui lo bajas y explican tambien como instalar:

Código:
http://gnome-look.org/content/show.php/CONKY-colors%2B?content=92328
saludos
 
Arriba