Skip to content

Instantly share code, notes, and snippets.

@r00tw33d
Created December 19, 2009 21:50
Show Gist options
  • Save r00tw33d/260256 to your computer and use it in GitHub Desktop.
Save r00tw33d/260256 to your computer and use it in GitHub Desktop.
Configuración 2 de conky
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Xft Configuration
use_xft yes
xftfont Posca Mad Thrasherz:size=9
xftalpha 0.8
# Otras configuraciones
text_buffer_size 1024
double_buffer yes
use_spacer left
update_interval 1
alignment top_right
no_buffers yes
uppercase no
draw_shades no
draw_outline no
draw_borders no
stippled_borders 10
border_width 1
default_shade_color grey
default_outline_color black
default_color BADCDD
color1 F8DF58
# Posicion
gap_x 5
gap_y 30
TEXT
${color 6694B2}${font OpenLogos:size=40} u t ${color green}${font kaliGraff:size=20} gibb link vampire ${font aaronfaces:size=20}m
${if_up wlan0} ${color BADCDD}${font weather:size=82}${execi 600 $HOME/scripts/conditions.sh}${color}${font Posca Mad Thrasherz:size=12}${voffset -25} ${execi 1200 $HOME/scripts/pogodynka.sh}
${else}
${color BADCDD}${font kaliGraff:size=12}Sin conexion a Internet${font}
${endif}
${color white}${font StyleBats:size=16}P${font} Encendida hace ${color green}${font Posca Mad Thrasherz:size=10}${uptime_short} ${color white}${font pictoserie5:size=12}c${font}
${color white}${font StyleBats:size=16}8${font} Bateria: ${color green}${battery_percent}% ${color 6694B2}${battery_bar}
${color white}${font StyleBats:size=16}A${font} [CPU] 0: ${color green}${cpu cpu0}% ${color 6694B2}${cpubar cpu0}
${color white}${font StyleBats:size=16}A${font} [CPU] 1: ${color green}${cpu cpu1}% ${color 6694B2}${cpubar cpu1}
${color white}${font PizzaDude Bullets:size=16}J${font} Memoria RAM: ${color green}$mem ${color white}/${color green}$memmax ${color 6694B2}$membar${font}
${color white}${font StyleBats:size=16}W${font} Wireless: ${color green}${wireless_bitrate wlan0} ${color 6694B2}${wireless_link_bar wlan0}
${if_up wlan0}
${color white}${font} Conectado a ${color green}${font RUFA:size=10}${wireless_essid wlan0}${color green}${font RUFA:size=12}[${addr wlan0}]${font}
${color green}${downspeedgraph wlan0 20,250} ${color white}${font}[Download]${font}
${color green}${upspeedgraph wlan0 20,250} ${color white}${font}[Upload]${font}${endif}
${color white}${font PizzaDude Bullets:size=16}K${font} Disco Duro: ${color green}${fs_free_perc /home}% Libre ${color 6694B2} ${fs_bar /home/sylvers}
${color white}${font weather:size=20}y ${font}${color white}Temperatura: ${color green}${execi 60 $HOME/scripts/hddmonit.sh} ${color white}grados. ${color white} [${color green}${fs_used /home/sylvers/} ${color white}usados de ${color green}${fs_size /home/sylvers}${color white}].
${if_up wlan0}${color green}${font RUFA:size=12}---------------------------------------------
${alignc}${color green}${font RUFA:size=12}CONEXIONES ACTIVAS [${color white}${tcp_portmon 1 65535 count}${color green}]${font}
${color green}${font RUFA:size=12}---------------------------------------------${font}
${font aaronfaces:size=10}${color green}b ${font Monospace:size=9}> ${tcp_portmon 1 65535 rhost 0} ${font}
${font aaronfaces:size=10}${color green}c ${font Monospace:size=9}> ${tcp_portmon 1 65535 rhost 1} ${font}
${font aaronfaces:size=10}${color green}d ${font Monospace:size=9}> ${tcp_portmon 1 65535 rhost 2} ${font}
${font aaronfaces:size=10}${color green}h ${font Monospace:size=9}> ${tcp_portmon 1 65535 rhost 3} ${font}
${font aaronfaces:size=10}${color green}o ${font Monospace:size=9}> ${tcp_portmon 1 65535 rhost 4} ${font}
${font aaronfaces:size=10}${color green}p ${font Monospace:size=9}> ${tcp_portmon 1 65535 rhost 5} ${font}
${color green}${font RUFA:size=12}---------------------------------------------${font}${endif}
${color 6694B2}${font Radio Space:size=55}${time %H:%M}${font}
${color 6694B2}${font Radio Space:size=14}${time %A %d %Y}${font}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment