Created
November 11, 2012 15:14
-
-
Save jcadam/4055191 to your computer and use it in GitHub Desktop.
My conkyrc
This file contains 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
# conky configuration | |
# | |
# The list of variables has been removed from this file in favour | |
# of keeping the documentation more maintainable. | |
# Check http://conky.sf.net for an up-to-date-list. | |
# | |
# For ideas about how to modify conky, please see: | |
# http://crunchbanglinux.org/forums/topic/59/my-conky-config/ | |
# | |
# For help with conky, please see: | |
# http://crunchbanglinux.org/forums/topic/2047/conky-help/ | |
# | |
# Enjoy! :) | |
############################################## | |
# Settings | |
############################################## | |
background yes | |
use_xft yes | |
xftfont Sans:size=9 | |
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 200 200 | |
maximum_width 200 | |
draw_shades yes | |
draw_outline no | |
draw_borders no | |
draw_graph_borders yes | |
default_color white | |
default_shade_color black | |
default_outline_color black | |
alignment top_right | |
gap_x 12 | |
gap_y 12 | |
no_buffers yes | |
uppercase no | |
cpu_avg_samples 2 | |
override_utf8_locale no | |
############################################## | |
# Output | |
############################################## | |
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 | |
File System: $alignr${fs_type} | |
${font sans-serif:bold:size=8}PROCESSORS ${hr 2} | |
${font sans-serif:normal:size=8}${cpugraph cpu0} | |
CPU1: ${cpu cpu1}% ${alignr}${cpubar cpu1 5,130} | |
CPU2: ${cpu cpu2}% ${alignr}${cpubar cpu2 5,130} | |
${font sans-serif:bold:size=8}MEMORY ${hr 2} | |
${font sans-serif:normal:size=8}RAM $alignc $mem / $memmax $alignr $memperc% | |
$membar | |
${font sans-serif:bold:size=8}DISKS ${hr 2} | |
${font sans-serif:normal:size=8}/ $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}% | |
${fs_bar /} | |
SWAP $alignc ${swap} / ${swapmax} $alignr ${swapperc}% | |
${swapbar} | |
${font sans-serif:bold:size=8}TOP PROCESSES ${hr 2} | |
${font sans-serif:normal:size=8}${top_mem name 1}${alignr}${top mem 1} % | |
${top_mem name 2}${alignr}${top mem 2} % | |
$font${top_mem name 3}${alignr}${top mem 3} % | |
${font sans-serif:bold:size=8}NETWORK ${hr 2} | |
${font sans-serif:normal:size=8}IP address: $alignr ${addr wlan0} | |
##ESSID: $alignr ${wireless_essid ath0} | |
#Connection quality: $alignr ${wireless_link_qual_perc ath0}% | |
${downspeedgraph wlan0} | |
DLS:${downspeed wlan0} kb/s $alignr total: ${totaldown wlan0} | |
${upspeedgraph wlan0} | |
ULS:${upspeed wlan0} kb/s $alignr total: ${totalup wlan0} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment