Skip to content

Instantly share code, notes, and snippets.

@nunomazer
Created October 31, 2012 18:16
Show Gist options
  • Save nunomazer/3988808 to your computer and use it in GitHub Desktop.
Save nunomazer/3988808 to your computer and use it in GitHub Desktop.
Conky
# Generated by Conky GUI
# Check http://conkygui.sourceforge.net/
# For the latest version of Conky GUI
#24-Nov-10 02:38:22 PM
#author: conky
# Conky
background yes
no_buffers yes
out_to_console no
top_cpu_separate yes
max_port_monitor_connections 256
cpu_avg_samples 2
net_avg_samples 2
total_run_times 0
update_interval 5
music_player_interval 3
# Text
uppercase no
override_utf8_locale no
short_units no
pad_percents 5
text_buffer_size 256
max_user_text 16384
font Verdana:style=Negrito,Bold
use_xft yes
xftalpha 0.0
xftfont Bitstream Vera Sans Mono:size=10
# Window
own_window yes
own_window_class "Conky"
own_window_colour 333
own_window_transparent no
own_window_hints undecorated,below,sticky,skip_pager
own_window_type normal
own_window_argb_visual yes
own_window_argb_value 150
# Graphics
double_buffer yes
draw_borders no
draw_graph_borders yes
draw_shades no
draw_outline no
stippled_borders 10
max_specials 512
# Layout
alignment top_right
gap_x 10
gap_y 10
maximum_width 0
minimum_size 5 5
use_spacer none
border_width 1
# Colors
default_color bfbfeb
default_outline_color ffffff
default_shade_color 711010
color0 7698d6
color1 c1c1ee
color2 ffff00
color3 00ff00
color4 ffafaf
color5 fbe153
color6 944e94
color7 00ffff
color8 ddaa00
color9 Tan1
# Net
# Lua
out_to_stderr no
extra_newline no
update_interval_on_battery 30.0
show_graph_scale yes
show_graph_range no
default_graph_size 100 250
default_gauge_size 100 250
diskio_avg_samples 3
# Template
template0 ${font Arial:bold:size=10}${color9}
template8 ${font Verdana:bold:size=12}${color9}
template9 ${color DarkSlateGray}${hr 2}
TEXT
${template0}${color0}System:${color} $kernel - Temperatura ${acpitemp}o C
${template0}${color0}Uptime:$color $uptime ${color0}- Load:$color $loadavg
${template8}BATERIA ${battery_percent BAT1}% - ${battery_time BAT1}${template9}
${template0}${color Tan1}PROCESSADORES ${template9}
$font${color9}CPU1 ${color}${cpu}% ${cpubar cpu}
${cpugraph 000000 5000a0}
${template0}MEMORIA ${template9}
$font${color9}MEM ${color}$alignc $mem / $memmax $alignr $memperc%
$membar
${font Arial:bold:size=10}${color Tan2}NET ${wireless_essid wlan0} - ${wireless_link_qual_perc wlan0}% ${template9}
$font${color Tan1}IP: ${color}${addr wlan0} ${alignr}${color Tan1}Ext: ${color}${execi 10800 wget http://www.whatismyip.com/automation/n09230945.asp -O - -o /dev/null}
Down: ${downspeedf wlan0}k/s ${alignr}${totaldown wlan0} total
${downspeedgraph wlan0}
Up: ${upspeedf wlan0}k/s ${alignr}${totalup wlan0} total
${upspeedgraph wlan0}
${font Arial:bold:size=10}${color Tan1}HDD ${template9}
$font${color gray}/ $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_free_perc /}% ${fs_bar}
${fs_bar /home}
${font Arial:bold:size=10}${color Tan1}PROCESSOS - $processes - Rodando: $running_processes${template9}
${color Tan1}Uso de CPU $alignr PID CPU% M%
${color #ddaa00} ${top name 1} ${alignr}${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey} ${top name 2} ${alignr}${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey} ${top name 3} ${alignr}${top pid 3} ${top cpu 3} ${top mem 3}
${color Tan1}Uso e Memoria
${color #ddaa00} ${top_mem name 1} ${alignr}${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${color lightgrey} ${top_mem name 2} ${alignr}${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color lightgrey} ${top_mem name 3} ${alignr}${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
${template9}
${color9} ${font :size=30}$alignc${time %H:%Mh}
${color}${voffset -30}${font :bold:size=10}$alignc${time %d %b. %Y}
${font :bold:size=8}$alignc${time %A}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment