Skip to content

Instantly share code, notes, and snippets.

Created December 2, 2012 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4188243 to your computer and use it in GitHub Desktop.
Save anonymous/4188243 to your computer and use it in GitHub Desktop.
stdin
# set to yes if you want Conky to be forked in the background
background yes
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Update interval in seconds
update_interval 3.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Minimum size of text area
minimum_size 350 5
maximum_width 350
# Draw shades?
draw_shades yes
# Draw outlines?
draw_outline no
text_buffer_size 1024
# border width
border_width 1
# Text alignment, other possible values are commented
#alignment top_left
#alignment top_right
alignment bottom_left
#alignment bottom_right
#alignment none
gap_x 5
gap_y 30
# Subtract file system buffers from used memory?
no_buffers yes
#override_utf8_locale yes
# xft
use_xft yes
#test:
#xftalpha 0
xftalpha 0.8
#xftfont Monospace-6
xftfont Bitstream Vera Sans Mono-6
#xftfont Terminus-5
#xftfont Terminus:size=7
#xftfont Inconsolata-7
# Add spaces to keep things from moving about? This only affects certain objects.
#use_spacer right
use_spacer left
pad_percents 3
# stuff after 'TEXT' will be formatted on screen
#
#
TEXT
$nodename - $sysname $kernel on $machine
$stippled_hr
Uptime: $uptime - Load: $loadavg
Processes: $processes Running: $running_processes
I/O Read: $diskio_read
I/O Write: $diskio_write
fredrik@rinnestam.se: ${mails /nfsmounts/fredrik/.mail/inbox}
$stippled_hr
Core0: ${freq_g 1} GHz. ${cpu cpu1}% ${hwmon 1 temp 2}°C ${cpubar cpu1}
Core1: ${freq_g 2} GHz. ${cpu cpu2}% n/a ${cpubar cpu2}
Core2: ${freq_g 3} GHz. ${cpu cpu3}% ${hwmon 1 temp 3}°C ${cpubar cpu3}
Core3: ${freq_g 4} GHz. ${cpu cpu4}% n/a ${cpubar cpu4}
Core4: ${freq_g 5} GHz. ${cpu cpu5}% ${hwmon 1 temp 4}°C ${cpubar cpu5}
Core5: ${freq_g 6} GHz. ${cpu cpu6}% n/a ${cpubar cpu6}
Core6: ${freq_g 7} GHz. ${cpu cpu7}% ${hwmon 1 temp 5}°C ${cpubar cpu7}
Core7: ${freq_g 8} GHz. ${cpu cpu8}% n/a ${cpubar cpu8}
$stippled_hr
Name PID CPU% MEM%
${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
$stippled_hr
eth0:
Down: ${downspeed eth0} ${offset 80}Up: ${upspeed eth0}
$stippled_hr
/ ${fs_used /home/fredrik} / ${fs_size /home/fredrik} ${fs_bar 6 /home/fredrik}
~/media ${fs_used /home/fredrik/media} / ${fs_size /home/fredrik/media} ${fs_bar 6 /home/fredrik/media}
nfs ~/ ${fs_used /nfsmounts/fredrik} / ${fs_size /nfsmounts/fredrik} ${fs_bar 6 /nfsmounts/fredrik}
nfs backup ${fs_used /nfsmounts/backup} / ${fs_size //nfsmounts/backup} ${fs_bar 6 /nfsmounts/backup}
$stippled_hr
${execi 5 dmesg -t|tail}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment