conky configs

K

kimi

blub
hallo... vielleicht will ja der ein oder andere mal seine .conkyrc posten... am besten mit screenshot wie das ganze dann auch aussieht...

grüße

kimi

Meins:

Code:
 # Conky sample 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.
# set to yes if you want Conky to be forked in the background
background no
# X font when Xft is disabled, you can pick one with program xfontsel
#font 5x7
#font 6x10
#font 7x13
#font 8x13
#font 9x15
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
font arial
# Use Xft?
use_xft no
# Xft font when Xft is enabled
xftfont Bitstream Vera Sans Mono:size=8
# Text alpha when using Xft
xftalpha 0.8
# Print everything to stdout?
# out_to_console no
# MPD host/port
# mpd_host localhost
# mpd_port 6600
# mpd_password tinker_bell
# Print everything to console?
# out_to_console no
# mail spool
mail_spool $MAIL
# Update interval in seconds
update_interval 5.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
# If own_window is yes, you may use type normal, desktop or override
own_window_type override
# Use pseudo transparency with own_window?
own_window_transparent yes
# If own_window_transparent is set to no, you can set the background colour    here
own_window_colour hotpink
# If own_window is yes, these window manager hints may be used
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_hints undecorated,below,sticky
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 280 5
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Draw borders around graphs
draw_graph_borders yes
# Stippled borders?
stippled_borders 8
# border margins
border_margin 4
# border width
border_width 1
# Default colors and also border colors
default_color black
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
#alignment none
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 12
gap_y 35
# 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
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale no
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer no
# Allow each port monitor to track at most this many connections (if 0 or not    set, default is 256)
#max_port_monitor_connections 256
# Maximum number of special things, e.g. fonts, offsets, aligns, etc.
#max_specials 512
# Maximum size of buffer for user text, i.e. below TEXT line.
#max_user_text 16384
# variable is given either in format $variable or in ${variable}. Latter
# allows characters right after the variable and must be used in network
# stuff because of an argument
# stuff after 'TEXT' will be formatted on screen
TEXT
$color $nodename - $sysname $kernel on $machine
$hr   

 Uptime:${color #606060} $uptime $color - Load:${color #606060} $loadavg
$color CPU Usage:${color #606060} $cpu% ${cpubar}
${color #606060} ${cpugraph 0000ff 00ec00}
$color RAM Usage:${color #606060} $mem/$memmax - $memperc% ${membar}
$color Swap Usage:${color #606060} $swap/$swapmax - $swapperc% ${swapbar}
$color Processes:${color #606060} $processes $color Running:${color #606060}    $running_processes   

$color$hr   

 Networking:
 Down:${color #606060} ${downspeed eth0} k/s$color ${offset 80}Up:${color #606060}    ${upspeed eth0} k/s
 ${color #606060}${downspeedgraph eth0 32,150 ff0000 0000ec} ${upspeedgraph eth0    32,150 0000ff ec0000}
$color File systems: / ${color #606060}${fs_used /}/${fs_size /} ${fs_bar /}   

$color Name PID CPU% MEM%
${color #ec0000} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color #606060} ${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}   

$color Mem usage
${color #ec0000} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem    mem 1}
${color #606060} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem    mem 2}
 ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}   

$color$hr   

 Connections in:${color #606060} ${tcp_portmon 1 32767 count}$color Connections    out:${color #606060} ${tcp_portmon 32768 61000 count}$color Total:${color #606060}    ${tcp_portmon 1 65535 count}   

$color Inbound Connection ${alignr} Local Service/Port
${color #606060} ${tcp_portmon 1 32767 rhost 0} ${alignr} ${tcp_portmon 1 32767    lservice 0}
 ${tcp_portmon 1 32767 rhost 1} ${alignr} ${tcp_portmon 1 32767 lservice 1}
 ${tcp_portmon 1 32767 rhost 2} ${alignr} ${tcp_portmon 1 32767 lservice 2}
 ${tcp_portmon 1 32767 rhost 3} ${alignr} ${tcp_portmon 1 32767 lservice 3}
 ${tcp_portmon 1 32767 rhost 4} ${alignr} ${tcp_portmon 1 32767 lservice 4}
 ${tcp_portmon 1 32767 rhost 5} ${alignr} ${tcp_portmon 1 32767 lservice 5}   

$color Outbound Connection ${alignr} Remote Service/Port$color
${color #606060} ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon    32768 61000 rservice 0}
 ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice    1}
 ${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice    2}
 ${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000 rservice    3}
 ${tcp_portmon 32768 61000 rhost 4} ${alignr} ${tcp_portmon 32768 61000 rservice    4}
 ${tcp_portmon 32768 61000 rhost 5} ${alignr} ${tcp_portmon 32768 61000 rservice    5}   

$color$hr

bild:
[img=http://img37.picoodle.com/img/img37/4/1/16/t_Bildschirmpm_140d9e0.png]
 
Zuletzt bearbeitet:
wie kann man denn nur solch ein bild hier posten..oh man..sorry, für meinen beitrag..aber sowas hasse ich wie die pest....vor allem leute, die kein schnelles dsl haben..na dann ;) vllt. solltest du es bei imagehack.us uppen..und dazu nen link hier posten..und net das ganze bild in orig. größe
 
sorry hab ich mir fast gedacht... werd des mal ändern.

grüße

kimi
 
Dann will ich euch meine mal nicht vorenthalten ;)

Code:
# Conky configuration
background yes
use_xft yes
xftfont Monospace:size=9
xftalpha 0.8
out_to_console no
update_interval 1
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
stippled_borders 0
border_margin 0
border_width 0
default_color grey
default_shade_color black
default_outline_color black
alignment top_center
gap_x 0
gap_y 0
no_buffers no
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
use_spacer no

TEXT
 ${color D7D3C5}~$alignc${exec whoami} @ $nodename (${color D7D3C5}$kernel) ${color}| Date: ${color D7D3C5}${time %A,%d %B} ${color}| Uptime: ${color D7D3C5}$uptime ${color}| CPU:${color D7D3C5} ${cpu cpu1}% ${color}| RAM:${color D7D3C5} $memperc% ${color}| Swap: ${color D7D3C5}$swapperc% ${color}| Processes: ${color D7D3C5}$processes ${color}| /${color D7D3C5} ${fs_used_perc /}% ${color}| /home/music${color D7D3C5} ${fs_used_perc /home/music}% ${color}| ${color}Down: ${color D7D3C5}${downspeedf wlan0}k/s | ${color}Up: ${color D7D3C5}${upspeedf wlan0}k/s | ${if_running amarokapp}${color white}${execi 10 ~/.conky/amarok artist} - ${execi 10 ~/.conky/amarok title}

Screen:
http://silenceisdefeat.org/~blue-dev/screens/conky.png
 
Code:
# set to yes if you want Conky to be forked in the background
background yes

use_xft yes
#xftfont Monospace:size=9
xftfont Bitstream Vera Sans Mono:size=9
#xftfont Fixed [misc]:size=6
xftalpha 0.8
#font -misc-fixed-bold-\*-\*-\*-15-\*-\*-\*-\*-\*-\*-\* 

update_interval 2.0
total_run_times 0

own_window no
double_buffer yes

minimum_size 80 5
maximum_width 280
draw_shades no
draw_outline no
draw_borders no
stippled_borders 2
border_margin 4
border_width 1

default_color white
default_shade_color D3D3D3
default_outline_color white

#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
gap_x 12
gap_y 12

# 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

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support requi79CDCD XFT
override_utf8_locale no

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

################################################################################
# The stuff... 
################################################################################


${font sans:bold:size=9}
${color D3D3D3}${alignc}GNU/Linux
${color D3D3D3}${alignc}Debian lenny 
${color E5E5E5}--------------------------------------
${color D3D3D3}Kernel:${alignr}${color 4876FF}${kernel}
${color E5E5E5}--------------------------------------
${color 4876FF}${exec echo $(date +"%a %b %d %Y")}
${color 4876FF}${exec echo $(date +"%H:%M")}
${color E5E5E5}--------------------------------------
${color D3D3D3}Processes:${alignr}${color 4876FF}$processes  
${color D3D3D3}Running:${alignr}${color 4876FF}$running_processes
${color E5E5E5}--------------------------------------
${color D3D3D3}NET:
${color 8DEEEE}Down: ${alignr}${color 4876FF}${downspeedf eth0}${color 8DEEEE} kB/s
${color E5E5E5}${downspeedgraph eth0 20,120}${color 4876FF}
${color 8DEEEE}Up: ${alignr}${color 4876FF}${upspeedf eth0}${color 8DEEEE} kB/s
${color E5E5E5}${upspeedgraph eth0 20,120} 
${color E5E5E5}--------------------------------------
${color D3D3D3}CPU:
${color 8DEEEE}Usage:${alignr}${color 4876FF}${cpu cpu1}${color 8DEEEE} % 
${color E5E5E5}${cpugraph cpu1 20,120} 
${color 8DEEEE}Freq:${alignr}${color 4876FF}${freq}${color 79CDCD} Mhz
${color 8DEEEE}Temp:$alignr}${color 4876FF}${i2c temp 1}${color 79CDCD} �C
${color E5E5E5}--------------------------------------
${color D3D3D3}Highest CPU:
${color 4876FF}${top name 1}${alignr}${top cpu 1}${color 79CDCD} %
${color 4876FF}${top name 2}${alignr}${top cpu 2}${color 79CDCD} %
${color 4876FF}${top name 3}${alignr}${top cpu 3}${color 79CDCD} %
${color 4876FF}${top name 4}${alignr}${top cpu 4}${color 79CDCD} %

${color D3D3D3}Highest MEM:
${color 4876FF}${top_mem name 1}${alignr}${top_mem mem 1}${color 79CDCD} %
${color 4876FF}${top_mem name 2}${alignr}${top_mem mem 2}${color 79CDCD} %
${color 4876FF}${top_mem name 3}${alignr}${top_mem mem 3}${color 79CDCD} %
${color 4876FF}${top_mem name 4}${alignr}${top_mem mem 4}${color 79CDCD} %
${color E5E5E5}--------------------------------------
${color D3D3D3}Diskusage:
${color 8DEEEE}/      ${alignr}${color E5E5E5}${fs_bar 5,90 /} 
${color 8DEEEE}/home  ${alignr}${color E5E5E5}${fs_bar 5,90 /home} 
${color 8DEEEE}/backup${alignr}${color E5E5E5}${fs_bar 5,90 /backup}
${color E5E5E5}--------------------------------------
${color 8DEEEE}I/O${alignr}${color E5E5E5}${diskiograph 15,90}

http://xs123.xs.to/xs123/08015/snapshot6.png.xs.jpg
 
Code:
# Conky sample 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.

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

# X font when Xft is disabled, you can pick one with program xfontsel
#font 5x7
#font 6x10
#font 7x13
#font 8x13
#font 9x15
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*

# Use Xft?
use_xft yes

# Xft font when Xft is enabled
xftfont Bitstream Vera Sans Mono:size=8

# Text alpha when using Xft
xftalpha 0.8

# Print everything to stdout?
# out_to_console no

# MPD host/port
# mpd_host localhost
# mpd_port 6600
# mpd_password tinker_bell

# Print everything to console?
# out_to_console no

# mail spool
mail_spool $MAIL

# Update interval in seconds
update_interval 5.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 no

# If own_window is yes, you may use type normal, desktop or override
own_window_type desktop

# Use pseudo transparency with own_window?
own_window_transparent yes

# If own_window_transparent is set to no, you can set the background colour here
own_window_colour hotpink

# If own_window is yes, these window manager hints may be used
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

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

# Minimum size of text area
minimum_size 280 5

# Draw shades?
draw_shades yes

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Draw borders around graphs
draw_graph_borders no

# Stippled borders?
stippled_borders 8

# border margins
border_margin 4

# border width
border_width 1

# Default colors and also border colors
default_color white
default_shade_color black
default_outline_color black

dexter_client no
dexter_server no
# config file for libdexter (default search path: $HOME/.dexterrc; /etc/libdexter/dexter.conf)
dexter_config

# Text alignment, other possible values are commented
#alignment top_left
#alignment top_right
alignment bottom_left
#alignment bottom_right
#alignment none

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 12
gap_y 12

# 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

# number of net samples to average
# 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 no

# Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
#max_port_monitor_connections 256

# Maximum number of special things, e.g. fonts, offsets, aligns, etc.
#max_specials 512

# Maximum size of buffer for user text, i.e. below TEXT line.
#max_user_text 16384

# variable is given either in format $variable or in ${variable}. Latter
# allows characters right after the variable and must be used in network
# stuff because of an argument

# stuff after 'TEXT' will be formatted on screen

TEXT

${color  CCFF00}${alignc} Ubuntu

                              ${alignc}${color #22ccff}${time  %k:%M - %d %B %Y}

${color #ddaa00}$nodename - $sysname $kernel on $machine
$stippled_hr

${alignc}${color lightgrey}Uptime:$color $uptime ${color lightgrey}- Load:$color $loadavg

${color #22ccff}Intel Core™ 2 Duo       ${color #22ccff}E 6750 ${color lightgrey}@ ${color #22ccff}2.66 Ghz           Core-0          Temp  ${color red} ${i2c temp} °C
${color #22ccff}Intel Core™ 2 Duo       ${color #22ccff}E 6750 ${color lightgrey}@ ${color #22ccff}2.66 Ghz           Core-1          Temp  ${color red} ${i2c temp} °C
${color #FF9900}Aktuelle Taktfrequenz ~   ${color #99FF00}${freq_dyn}Mhz 
${color lightgrey}CPU Usage:${color #cc2222} $cpu% ${cpubar}
${color red}${cpugraph 0000ff 00ff00}
${color lightgrey}RAM Usage:${color #22ccff}  $mem/$memmax - $memperc% ${color #9933CC}${membar}
${color lightgrey}Swap Usage:${color #22ccff} $swap/$swapmax - $swapperc% ${color #9933CC}${swapbar}
${color lightgrey}Processes:${color #FFFF00} $processes  ${color grey}Running:${color #FFFF00} $running_processes 
$color$stippled_hr
${color #9999CC}Nvidia 7950 GT Extreme
${color #FFFF00}Chip-${color #99FF66}G71
${color #FFFF00}Chiptakt-${color #99FF66}570 MHz
${color #FFFF00}Speichermenge-${color #99FF66}512 GDDR3
${color #FFFF00}Speichertakt-${color #99FF66}730 MHz
${color #FFFF00}Speicherbandbreite-${color #99FF66}46720 MB/s
${color lightgrey}Networking:
Down:${color #8844ee} ${downspeed eth0} k/s${color lightgrey}${offset 80}Up:${color #22ccff} ${upspeed eth0} k/s
${color #0000ff}${downspeedgraph eth0 32,150 0000ff ff0000} ${color #22ccff}${upspeedgraph eth0 32,150 0000ff ff0000}
${color lightgrey}sda: $color${fs_used /}/${fs_size /} ${fs_bar /}
${color #88aadd}MPD: ${alignc}$mpd_artist - $mpd_title
${color #88aadd}$mpd_bar
${color #88aadd}${alignc}$mpd_status
${color}Name              PID     CPU%   MEM%
${color #ddaa00} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${color}Mem usage
${color #ddaa00} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${color lightgrey} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color lightgrey} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
${tail /var/log/Xorg.0.log 3 30}
$stippled_hr
${color #ddaa00}Port(s)                                                        ${top}#Connections   
$color Inbound: ${tcp_portmon 1 32767 count}  Outbound: ${tcp_portmon 32768 61000 count}                                       ${top}ALL: ${tcp_portmon 1 65535 count}
${color #ddaa00}Inbound Connection                                            ${top} Local Service/Port$color
${tcp_portmon 1 32767 rhost 0} ${alignr} ${tcp_portmon 1 32767 lservice 0}
${tcp_portmon 1 32767 rhost 1} ${alignr} ${tcp_portmon 1 32767 lservice 1}
${tcp_portmon 1 32767 rhost 2} ${alignr} ${tcp_portmon 1 32767 lservice 2}
${tcp_portmon 1 32767 rhost 3} ${alignr} ${tcp_portmon 1 32767 lservice 3}
${tcp_portmon 1 32767 rhost 4} ${alignr} ${tcp_portmon 1 32767 lservice 4}
${tcp_portmon 1 32767 rhost 5} ${alignr} ${tcp_portmon 1 32767 lservice 5}
${color #ddaa00}Outbound Connection ${alignr} Remote Service/Port$color
${tcp_portmon 32768 61000 rhost 0}${alignr} ${tcp_portmon 32768 61000 rservice 0}
${tcp_portmon 32768 61000 rhost 1}${alignr} ${tcp_portmon 32768 61000 rservice 1}
${tcp_portmon 32768 61000 rhost 2}${alignr} ${tcp_portmon 32768 61000 rservice 2}
${tcp_portmon 32768 61000 rhost 3}${alignr} ${tcp_portmon 32768 61000 rservice 3}
${tcp_portmon 32768 61000 rhost 4}${alignr} ${tcp_portmon 32768 61000 rservice 4}
${tcp_portmon 32768 61000 rhost 5}${alignr} ${tcp_portmon 32768 61000 rservice 5}

http://img87.imageshack.us/img87/1879/bildschirmfotojd5.png
 
Ich muss dazu sagen, dass Conky per default bei der RAM-Auslastung nur den Teil anzeigt der vom System genutzt wird und deswegen hab ich bei mir ne execbar drin wo der komplett belegte Arbeitsspeicher angezeigt wird. Außerdem hab ich Verdana als Font gewählt also wird entsprechendes Paket (msttcorefonts oder ähnliches) benötigt.

Code:
own_window_transparent yes
background yes
double_buffer yes
use_xft yes
update_interval 1.0
draw_shades no
font verdana:size=8
default_color black
alignment top_left
gap_x 5
gap_y 5
TEXT
P4@${freq_g}GHz            Load: ${loadavg}
${cpugraph 20,240 505050 505050}
Processes: $processes    Running: $running_processes

Root:   ${fs_bar 4,73 /}  RAM:   ${execbar echo "$(free|grep Mem|awk '{print $3*100/$2}')"}
Home: ${fs_bar 4,73 /home}  Swap:  ${swapbar 4,73}

Up:     ${upspeed eth0}k/s Total: ${totalup eth0}
${upspeedgraph eth0 15,170 500000 500000}
Down: ${downspeed eth0}k/s Total: ${totaldown eth0}
${downspeedgraph eth0 15,170 005000 005000}
In: ${tcp_portmon 1 32767 count} | Out: ${tcp_portmon 32768 61000 count} | All: ${tcp_portmon 1 65535 count}

http://www11.file-upload.net/15.02.08/xrlvun.png
 
Zuletzt bearbeitet:
Dann will ich auch mal. ;)

http://img147.imageshack.us/img147/152/screentc7.th.png

Code:
background yes
use_xft yes
xftfont Bitstream Vera Sans Mono:size=9
xftalpha 0.8
update_interval 1.0
total_run_times 0
own_window yes
own_window_type override 
own_window_transparent yes
own_window_colour black
own_window_hints undecorated,skip_pager,skip_taskbar
double_buffer yes
minimum_size 260 5
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
stippled_borders 0
border_margin 4
border_width 0
default_color white
default_shade_color black
default_outline_color black
alignment top_left
gap_x 12
gap_y 25 
no_buffers yes
uppercase no
cpu_avg_samples 1
net_avg_samples 1
override_utf8_locale no
use_spacer yes
#mpd_host localhost
#mpd_portPort 6060
#mpd_password 

TEXT
${font Monospace:size=8}
${color #009bf9}${alignr}${time %a %d. %b %k:%M}
${color #009bf9}System${color}
${stippled_hr}

${color lightgrey}Kernel${color}${alignr} $kernel
${color lightgrey}Uptime${color}${alignr} $uptime
${color lightgrey}CPU${color}${alignr}${freq} MHz

${color lightgrey}Processes${color}${alignr}$processes ($running_processes Running)
${color lightgrey}Load${color}${alignr}$loadavg

${color #009bf9}CPU${alignc}${freq} MHz${alignr}$cpu%
${cpubar}

${color}Name                   PID${alignr}CPU%

${color lightgrey}${top name 1}${alignc}${top pid 1}${alignr}${top cpu 1}
${color lightgrey}${top name 2}${alignc}${top pid 2}${alignr}${top cpu 2}
${color lightgrey}${top name 3}${alignc}${top pid 3}${alignr}${top cpu 3}
${cpugraph 48,300 009bf9 ffffff}

${color #009bf9}RAM${alignc} ${mem} / ${memmax}${alignr}$memperc%
${membar}
SWAP${alignc} ${swap} / ${swapmax}${alignr}$swapperc%
${swapbar}

${color}Name                   PID${alignr}MEM%
${color lightgrey}${top_mem name 1}${alignc}${top_mem pid 1}${alignr}${top_mem mem 1}
${color lightgrey}${top_mem name 2}${alignc}${top_mem pid 2}${alignr}${top_mem mem 2}
${color lightgrey}${top_mem name 3}${alignc}${top_mem pid 3}${alignr}${top_mem mem 3}


${color #009bf9}Network${alignr}${color}ra0
$stippled_hr
${color lightgrey}Local-IP$color$alignr${addr ra0}
${color lightgrey}Global-IP$color$alignr${execi 30000 ~/.conky/publicip.sh}
${color lightgrey}Down ${offset 150} Up $color
${downspeed ra0} k/s ${offset 110} ${upspeed ra0} k/s
${totaldown ra0} ${offset 120} ${totalup ra0}
${downspeedgraph ra0 32,120 009bf9 ffffff} ${offset 40} ${upspeedgraph ra0 32,120 009bf9 ffffff}

${color #009bf9}Connections${alignr}${color #009bf9}In:$color ${tcp_portmon 1 32767 count}  ${color #009bf9}Out:$color ${tcp_portmon 32768 61000 count}   ${color #009bf9}ALL:$color
 ${tcp_portmon 1 65535 count}${color}
$stippled_hr

${color #009bf9}Outbound Connection ${alignr} Remote Service/Port$color
 ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
 ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
 ${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}
 ${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000 rservice 3}
 ${tcp_portmon 32768 61000 rhost 4} ${alignr} ${tcp_portmon 32768 61000 rservice 4}
 ${tcp_portmon 32768 61000 rhost 5} ${alignr} ${tcp_portmon 32768 61000 rservice 5}

${color #009bf9}Filesystem${color}
$stippled_hr
 ${color lightgrey}/       ${fs_used /}/${fs_size /}    ${fs_bar /}
 ${color lightgrey}/boot   ${fs_used /boot}/${fs_size /boot}     ${fs_bar /boot}
 ${color lightgrey}/home   ${fs_used /home}/${fs_size /home}  ${fs_bar /home}

${color #009bf9}Logging${color}
$stippled_hr
${color white}${execi 60 tail -n1 /var/log/messages.log | fold -w50}
 
conky temperatur auslesen

Hallo Kollegen,

da ihr ja alle conky benutzt hoffe ich, dass ihr mir helfen könnt.

Ich versuche conky beizubringen, meine CPU-Temperatur auszulesen. Ich habe ein Asus A7N8X Mainboard, mit ksensors werden meine Temperaturen auch ausgelesen. Conky kriege ich nicht dazu: man conky liefert mir keine Lösung. Auch mit den Angaben in .conkyrc komme ich nicht weiter:

Code:
# 	i2c               (dev), type, n  I2C sensor from sysfs (Linux 2.6). dev   
# 					may be omitted if you have only one I2C  
# 					device. type is either in (or vol)       
# 					meaning voltage, fan meaning fan or
# 					temp/tempf (first in C, second in F)
# 					meaning temperature. n is number of the  
# 					sensor. See /sys/bus/i2c/devices/ on     
# 					your local computer.

Ich habe nun dort schon Verschiedenes ausprobiert, aber die Temperatur wird mir einfach nicht angezeigt. Hier meine Einstellung:

Code:
${i2c,temp}C

Aber das funzt auch nicht... Wer kann mir sagen, was ich hier eintragen muss?
 
...sieht nicht schlecht aus: mein gkrellm hab ich seinerzeit nicht so hingekriegt ;-)
 
Themes - Einfach entpacken und die Themes in /home/user/.gkrellm2/themes kopieren. Der Theme den ich nutze heißt "invisible".

Hallo, ich danke dir. Ich hatte mir seinerzeit auch die Themes geladen. Doch leider werden nicht alle Themes bei mir angewandt/angezeigt. Nunja, man kann nicht alles haben, und da ich eh conky bevorzuge... :brav:


Ach ja: falls es irgend jemanden interessiert oder vielleicht später mal einer das gleiche Problem hat, die Temperatur mit conky und nforce2-Chipsatz auszulesen:

Code:
${i2c} $temp1 C

ist die Lösung. Hab zwar etwas rumprobiern müssen, aber ich habs geschafft! :))
 
Hallo,

wie kann mir via conky den Batteriestatus meines Notebooks anzeigen lassen?


ciao
 
http://conky.sourceforge.net/variables.html schrieb:
battery (num) Battery status and remaining percentage capacity of ACPI or APM battery. ACPI battery number can be given as argument (default is BAT0).
grEeTz
 

Ähnliche Themen

Nginx als Reverse Proxy für Nextcloud und Emby

X startet nichtmehr

JBidWatcher: Problem bei loading Auctions in Verbindung mit mySQL

Raid-1 einrichten

Windows clients können nicht mehr auf lange laufendes System zugreifen

Zurück
Oben