hi everyone,
most other forums have a thread like this where they show each other
there conky.conf files and talk about setting up conky in general.
so i will start with this one by posting my config and a question.
[image: ImageShack - Best place for all of your image hosting and image sharing needs]
and my config looks like this:
Code:
#THIS CONFGIGFILE IS FOR USE IN CONKY
#AND WAS MADE FOR USE FRIEDNLY DESKTOP
########################
setting up variables
########################
#Text alignment, other possible values are commented
#alignment top_left
#alignment top_right
alignment bottom_left
#alignment bottom_right
#Boolean value if yes, Conky will be forked to background when started
background no
#set border margin in pixel
#border_margin
#set border width in pixel
border_width 1
#the number of samples to average for cpu monitoring
cpu_avg_samples 2
#specify a default width and height for bars.
#default_bar_size 0 6
#default color and border color
default_color 719ECE
#specify a default width and height for gauges
#default_gauge_size 25 25
#specify a default width and height for graphs
#default_graph_size 0 25
#default outline color for graphs
default_outline_color 719ECE
#default shading color and borders shading color
default_shade_color 719ECE
#draw borders around text yes/no
draw_borders no
#draw borders around graphs yes/no
draw_graph_borders yes
#draw outlines yes/no
draw_outline no
#draw shades yes/no
draw_shades no
#the number of samples to average for disk I/O monitoring
#diskio_avg_samples 2
#font name in X, xfontsel can be used to get a nice font
#use xftfont if you want to use anti-aliased fonts
#font 6x10
#Gap, in pixels, between right or left border of screen, same as
passing -x at command line, e.g.gap_x 10 gap_x 5
#Gap, in pixels, between top or bottom border of screen, same as
passing -y at command line, e.g. gap_y 10 gap_y 60
#minimum size of window text area in x*y
minimum_size 5 5
#the number of samples to average for net data
net_avg_samples 1
#Substract (file system) buffers from used memory yes/no
no_buffers yes
#print text to stdout on console
out_to_console no
#print text to stderr on console
out_to_stderr no
#When set to no, there will be no output in X
out_to_x yes
#manually set the WM_CLASS name.
own_window_class Conky
#if own_window is yes, you may specify type normal, desktop, dock or
override #Desktop windows are special windows that have no window
decorations; are always visible on your desktop #Override windows are
not under the control of the window manager own_window_type normal
#own_window_type desktop
#own_window_type dock
#own_window_type override
#shows the time range covered by a graph
show_graph_range no
#shows the maximum value in scaled graphs
show_graph_scale no
#border stippling (dashing) in pixels
stippled_borders 0
#desired output unit of all objects displaying a temperature
temperature_unit celsius
#temperature_unit fahrenheit
#update interval for monitoring in seconds
update_interval 5.0
#text rendering in upper case yes/no
uppercase no
#Adds spaces around certain objects to stop them from moving other
things around use_spacer none
#use_spacer left
#use_spacer right
#use Xft (anti-aliased font and stuff)
use_xft yes
#Xft font to use
xftfont Mono-Sans-9
TEXT
$nodename - $sysname $kernel on $machine
$hr
${color #719ECE}Uptime:$color $uptime
${color #719ECE}Frequency (in MHz):$color $freq
${color #719ECE}Frequency (in GHz):$color $freq_g
${color #719ECE}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
${color #719ECE}Swap Usage:$color $swap/$swapmax - $swapperc%
${swapbar 4} $hr
CPU Usage: $color $cpu%
${color #719ECE}${cpugraph 719ECE a3a3a3}
$hr
${color #719ECE}Processes:$color $processes ${color
grey}Running:$color $running_processes $hr
${color #719ECE}File systems:
$color/ ${fs_bar 4 /}
$color/home ${fs_bar 4 /home}
$hr
${color black}Name PID CPU% MEM%
${color 74D219} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color 74D219} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color 74D219} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color 74D219} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${color 74D219} ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
i would love to have something like this one:
[image:
http://farm4.static.flickr.com/3274/3088043814_e27d15131a_o.jpg]
does anyone know howto get this one too work in opensuse. because all i
found in google was some howtots and manuals for ubuntu.