All pastes #601290 Raw Edit

conky

public text v1 · immutable
#601290 ·published 2007-07-03 12:46 UTC
rendered paste body
# conky configuration

# set to yes if you want Conky to be forked in the background
background no

# Use Xft?
use_xft yes

# Xft font when Xft is enabled
xftfont DejaVu Sans Mono:pixelsize=10

# Text alpha when using Xft
xftalpha 0.8

# Print everything to console?

# out_to_console no

# Update interval in seconds
update_interval 2.0

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)

own_window yes
own_window_transparent yes
own_window_type override

#own_window_type desktop

#own_window_hints below

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area

#minimum_size 280 5
maximum_width 140

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders yes

# Stippled borders?
stippled_borders 0

# border margins
border_margin 5

# border width

border_width 1

# Default colors and also border colors

default_color A29F84

default_shade_color black

default_outline_color black


# Text alignment, other possible values are commented

alignment top_left

#alignment top_right

#alignment bottom_left

#alignment bottom_right

# Gap between borders of screen and text

# same thing as passing -x at command line
gap_x 25
gap_y 25

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# number of cpu samples to average

# set to 1 to disable averaging
cpu_avg_samples 2

# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT

override_utf8_locale yes

# Add spaces to keep things from moving about?  This only affects certain objects.

use_spacer yes
TEXT ${font DejaVu Sans Mono:pixelsize=10}
${color #6FA637}Date: ${color }${alignr 4}${time %e %B %G}
${color #6FA637}Time: ${color }${alignr 4}${time %H:%M:%S}
${color #6fa637}UpTime: ${color }${alignr 4}$uptime
${color #6FA637}Kernel: ${color }${alignr 4}$kernel
${color #6FA637}CPU: ${color } ${alignr 4}$cpu%
${cpugraph 20,130 000000 000000}
${color #6FA637}Load: ${color }${alignr 6}$loadavg
${color #6FA637}Processes: ${color }${alignr }$processes

${color #6FA637}Highest CPU:
${color #bbbb00} ${top name 1}${top cpu 1}
${color } ${top name 2}${top cpu 2}
${color } ${top name 3}${top cpu 3}
${color } ${top name 4}${top cpu 4}

${color #6FA637}RAM:  ${color }$memperc%  ${alignr 4}$mem/$memmax
${membar 3,130}

${color #6FA637}SWAP: ${color }$swapperc% ${alignr 4}$swap/$swapmax
${swapbar 3,130}

${color #6FA637}Highest RAM:
${color #bbbb00} ${top_mem name 1}${top_mem mem 1}
${color } ${top_mem name 2}${top_mem mem 2}
${color } ${top_mem name 3}${top_mem mem 3}
${color } ${top_mem name 4}${top_mem mem 4}

${color #6FA637}ROOT:  ${color }${alignr 4}${fs_free /}
${fs_bar 3,130 /}

${color #6FA637}HOME:  ${color }${alignr 4}${fs_free /home}
${fs_bar 3,130 /home}

${color #6FA637}Usenet: ${color }${alignr 4}${fs_free /andrea/usenet}
${fs_bar 3,130 /home/andrea/usenet}

${color #6FA637}Entertainment: ${color }${alignr 4}${fs_free /media/sdc1}
${fs_bar 3,130 /media/sdc1}

${color #6FA637}Unsorted: ${color }${alignr 4}${fs_free /media/sdb2}
${fs_bar 3,130 /media/sdb2}

${color #6FA637}NET:
${color}Up: ${color }${alignr 4}${upspeed eth0} k/s
${upspeedgraph eth0 20,130 000000 000000}

${color}Down:  ${color }${alignr 4}${downspeed eth0}k/s
${downspeedgraph eth0 20,130 000000 000000}