Created
December 4, 2011 06:44
-
-
Save HedgeMage/1429439 to your computer and use it in GitHub Desktop.
Conky configuration, put in your ~/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
background yes | |
use_xft yes | |
xftfont Sans:size=8 | |
xftalpha 1 | |
update_interval 1.0 | |
total_run_times 0 | |
own_window yes | |
own_window_transparent yes | |
own_window_type desktop | |
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager | |
double_buffer yes | |
minimum_size 225 225 | |
maximum_width 375 | |
draw_shades yes | |
draw_outline no | |
draw_borders no | |
draw_graph_borders yes | |
default_color white | |
default_shade_color black | |
default_outline_color white | |
alignment top_right | |
gap_x 10 | |
gap_y 36 | |
no_buffers yes | |
uppercase no | |
cpu_avg_samples 2 | |
top_cpu_separate true | |
override_utf8_locale no | |
# ${nvidia temp}/${nvidia threshold} $alignr${nvidia ambient} | |
TEXT | |
${font sans-serif:bold:size=8}SYSTEM ${hr 2} | |
${font sans-serif:normal:size=8}$sysname $kernel $alignr $machine | |
Host:$alignr$nodename | |
Uptime:$alignr$uptime | |
L: ${time %m/%d %H:%M} | |
${alignr}U: ${utime %m/%d %H:%M} | |
#File System: $alignr${fs_type} | |
${if_up wlan0} | |
${font sans-serif:bold:size=8}NETWORK ${hr 2} | |
${font sans-serif:normal:size=8}IP address: $alignr ${addr wlan0} | |
ESSID: $alignr ${wireless_essid wlan0} | |
Connection quality: $alignr ${wireless_link_qual_perc wlan0}% | |
${downspeedgraph wlan0} | |
DLS:${downspeed wlan0} kb/s $alignr total: ${totaldown wlan0} | |
${upspeedgraph wlan0} | |
ULS:${upspeed wlan0} kb/s $alignr total: ${totalup wlan0} | |
$endif ${if_up eth0} | |
${font sans-serif:bold:size=8}NETWORK ${hr 2} | |
${font sans-serif:normal:size=8}IP address: $alignr ${addr eth0} | |
${downspeedgraph eth0} | |
DLS:${downspeed eth0} kb/s $alignr total: ${totaldown eth0} | |
${upspeedgraph eth0} | |
ULS:${upspeed eth0} kb/s $alignr total: ${totalup eth0} | |
$endif | |
${font sans-serif:bold:size=8}TOP PROCESSES ${hr 2} | |
${font sans-serif:normal:size=8}${top name 1}${alignr}${top cpu 1} % | |
${top name 2}${alignr}${top cpu 2} % | |
$font${top name 3}${alignr}${top cpu 3} % | |
#$font${top name 4}${alignr}${top cpu 4} % | |
#$font${top name 5}${alignr}${top cpu 5} % | |
${font sans-serif:bold:size=8}MEMORY ${hr 2} | |
${font sans-serif:normal:size=8}RAM $alignc $mem / $memmax $alignr $memperc% | |
$membar | |
#SWAP $alignc ${swap} / ${swapmax} $alignr ${swapperc}% | |
#${swapbar} | |
${font sans-serif:bold:size=8}PROCESSORS ${hr 2} | |
${font sans-serif:normal:size=8}CPU1: ${cpu cpu1}% ${cpubar cpu1} | |
${cpugraph cpu1} | |
CPU2: ${cpu cpu2}% ${cpubar cpu2} | |
${font sans-serif:normal:size=8}${cpugraph cpu2} | |
#CPU3: ${cpu cpu3}% ${cpubar cpu3} | |
#${font sans-serif:normal:size=8}${cpugraph cpu3} | |
#CPU4: ${cpu cpu4}% ${cpubar cpu4} | |
#${font sans-serif:normal:size=8}${cpugraph cpu4} | |
#${font sans-serif:bold:size=8}POWER ${hr 2} | |
#${font sans-serif:normal:size=8}${battery_short} $alignr${battery_time} | |
#$battery_bar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment