@shibumi

Das hab ich just heute auch mal ausprobiert. Ich habe allerdings meine Statusmeldungen gern farblich hervorgehoben (vorher dzen2 dafür genutzt); hast Du vielleicht eine Ahnung, wie ich das anstellen kann?
21 Tage später
dann will ich mich auch mal mit meinem halbfertigen conky melden.

derzeit schaut es so aus:



am wetter bastel ich noch, mein Problem ist gerade, dass "System" und "zeit online:Zeit online startseite" ohne mir ersichtlichen grund eingerückt sind findet da jemand eine Erklärung für mich?

und nun noch die 4 conkys die ich verwende:

links:

	

    # Conky, a system monitor, based on torsmo
    #
    # Any original torsmo code is licensed under the BSD license
    #
    # All code written since the fork of torsmo is licensed under the GPL
    #
    # Please see COPYING for details
    #
    # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
    # Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
    # All rights reserved.
    #
    # This program is free software: you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation, either version 3 of the License, or
    # (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU General Public License for more details.
    # You should have received a copy of the GNU General Public License
    # along with this program.  If not, see <http://www.gnu.org/licenses/>.
    #
     
    update_interval 1
    alignment tr
    double_buffer yes
    gap_x 2
    gap_y 80
    background yes
    own_window yes
    own_window_transparent yes
    own_window_hints sticky,undecorated,below,skip_taskbar
    use_xft yes
    default_color white
    default_shade_color black
    default_outline_color black
    maxwidth 300

     
     
    TEXT
    ${font sans-serif:bold:size=15}$time
     
    ${font sans-serif:bold:size=11}S${font sans-serif:bold:size=9}ystem ${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=11}P${font sans-serif:bold:size=9}rozessor ${hr 2}
    ${font sans-serif:normal:size=8}Core1: ${freq_g cpu4} Ghz $alignr ${cpu cpu4}%
    ${cpubar cpu4}
    ${font sans-serif:normal:size=8}Core2: ${freq_g cpu1} Ghz $alignr ${cpu cpu1}%
    ${cpubar cpu1}
    ${font sans-serif:normal:size=8}Core3: ${freq_g cpu2} Ghz $alignr ${cpu cpu2}%
    ${cpubar cpu2}
    ${font sans-serif:normal:size=8}Core4: ${freq_g cpu3} Ghz $alignr ${cpu cpu3}%
    ${cpubar cpu3}
    
    ${font sans-serif:bold:size=11}T${font sans-serif:bold:size=9}emperaturen ${hr 2}
    ${font sans-serif:normal:size=8}Mainboard: $alignr ${execi 1 ~/.conky/mbtemp.sh}
    ${font sans-serif:normal:size=8}Cpu: $alignr ${execi 1 ~/.conky/cputemp.sh}
    ${font sans-serif:normal:size=8}Gpu: $alignr ${execi 1 ~/.conky/gputemp.sh}
     
    ${font sans-serif:bold:size=11}S${font sans-serif:bold:size=9}peicher ${hr 2}
    ${font sans-serif:normal:size=8}RAM $alignc $mem / $memmax $alignr $memperc%
    $membar
        
    ${font sans-serif:bold:size=9}HDD ${hr 2}
    ${font sans-serif:normal:size=8}Root $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
    ${fs_bar /}
  
    ${font sans-serif:bold:size=11}N${font sans-serif:bold:size=9}etzwerk ${hr 2}
    ${font sans-serif:normal:size=8}Interne-IP: $alignr ${addr enp3s0}
    ${font sans-serif:normal:size=8}Globale-IP: $alignr ${execi 1800 ~/.conky/globalip.sh}
    ${downspeedgraph enp3s0}
    DLS:${downspeed enp3s0} kb/s $alignr total: ${totaldown enp3s0}
    ${upspeedgraph enp3s0}
    ULS:${upspeed enp3s0} kb/s $alignr total: ${totalup enp3s0}
    
    ${font sans-serif:bold:size=11}P${font sans-serif:bold:size=9}rozesse ${hr 2}
    ${font sans-serif:normal:size=8}NAME $alignr PID    CPU  MEM
    ${top name 1} $alignr ${top pid 1} ${top cpu 1} ${top mem 1}
    ${top name 2} $alignr ${top pid 2} ${top cpu 2} ${top mem 2}
    ${top name 3} $alignr ${top pid 3} ${top cpu 3} ${top mem 3}
    ${top name 4} $alignr ${top pid 4} ${top cpu 4} ${top mem 4}
    ${top name 5} $alignr ${top pid 5} ${top cpu 5} ${top mem 5}
    ${top name 6} $alignr ${top pid 6} ${top cpu 6} ${top mem 6}
    ${top name 7} $alignr ${top pid 7} ${top cpu 7} ${top mem 7}
    ${top name 8} $alignr ${top pid 8} ${top cpu 8} ${top mem 8}

   
Nachrichten links:

# killall conky && conky -c /media/5/conky/dreadkopp.conky &
# Conky, a system monitor, based on torsmo
#
# Any original torsmo code is licensed under the BSD license
#
# All code written since the fork of torsmo is licensed under the GPL
#
# Please see COPYING for details
#
# Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
# Copyright (c) 2008-208 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
# All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#

update_interval 1
alignment bm                 ### top_middle
double_buffer yes

gap_x -475	### l|r
gap_y 60	### u|d

background yes
own_window yes
own_window_transparent yes
own_window_hints sticky,undecorated,below,skip_taskbar
use_xft yes
xftfont sans-serif:size=8
default_color white
default_shade_color black
default_outline_color black
override_utf8_locale yes
minimum_size 360 200  	## width, height
maximum_width 360	## width

TEXT
${font sans-serif:bold:size=14}N${font sans-serif:bold:size=12}achrichten${font}${hr 2}
${font sans-serif:bold:size=8}${rss http://newsfeed.zeit.de/ 5 feed_title}:
${font sans-serif:normal:size=8}${rss http://newsfeed.zeit.de/ 1 item_titles 10}$



nachrichten rechts:

# killall conky && conky -c /media/5/conky/dreadkopp.conky &
# Conky, a system monitor, based on torsmo
#
# Any original torsmo code is licensed under the BSD license
#
# All code written since the fork of torsmo is licensed under the GPL
#
# Please see COPYING for details
#
# Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
# Copyright (c) 2008-208 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
# All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#

update_interval 1
alignment bm                 ### top_middle
double_buffer yes

gap_x -860	### l|r
gap_y 52	### u|d

background yes
own_window yes
own_window_transparent yes
own_window_hints sticky,undecorated,below,skip_taskbar
use_xft yes
xftfont sans-serif:size=8
default_color white
default_shade_color black
default_outline_color black
override_utf8_locale yes
minimum_size 390 200  	## width, height
maximum_width 390	## width

TEXT
${hr 2}

${font sans-serif:bold:size=8}${rss http://www.spiegel.de/schlagzeilen/index.rss  5 feed_title}:
${font sans-serif:normal:size=8}${rss http://www.spiegel.de/schlagzeilen/index.rss  1 item_titles 10}$


Wetter:
   #
    # Any original torsmo code is licensed under the BSD license
    #
    # All code written since the fork of torsmo is licensed under the GPL
    #
    # Please see COPYING for details
    #
    # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
    # Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
    # All rights reserved.
    #
    # This program is free software: you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation, either version 3 of the License, or
    # (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU General Public License for more details.
    # You should have received a copy of the GNU General Public License
    # along with this program.  If not, see <http://www.gnu.org/licenses/>.
    #
     
    update_interval 1
    alignment tm
    double_buffer yes
    gap_x -675
    gap_y 100
    background yes
    own_window yes
    own_window_transparent yes
    own_window_hints sticky,undecorated,below,skip_taskbar
    use_xft yes
    default_color white
    default_shade_color black
    default_outline_color black
    minimum_size 770 500  	## width, height
    maximum_width 770

 TEXT
 ${font sans-serif:bold:size=14}W${font sans-serif:bold:size=12}etter${hr 2}

  ${font sans-serif:bold:size=10}Aktuell:
 ${execi 180 $HOME/.conky/getactualicon.sh}${image $HOME/.conky/actualicon.png -p 10,50}
 ${font sans-serif:bold:size=10}									Luftfeuchte:       $alignr${font sans-serif:bold:size=10}${execi 180 $HOME/.conky/humidity.sh}


 ${font sans-serif:bold:size=10}									Luftdruck:$alignr${font sans-serif:bold:size=10}${execi 180 $HOME/.conky/pressure.sh}


 ${font sans-serif:bold:size=10}									Windgeschwindigkeit:       $alignr${font sans-serif:bold:size=10}${execi 180 $HOME/.conky/wind.sh}


 ${font sans-serif:bold:size=10}									Sichtweite:       $alignr${font sans-serif:bold:size=10}${execi 180 $HOME/.conky/sight.sh}
                   
											  ${font sans-serif:bold:size=14}${execi 180 $HOME/.conky/actualtemp.sh}


  ${font sans-serif:bold:size=10}Heute:$alignc ${font sans-serif:bold:size=10}Morgen:

grüße
Neuromatic schrieb@shibumi

Das hab ich just heute auch mal ausprobiert. Ich habe allerdings meine Statusmeldungen gern farblich hervorgehoben (vorher dzen2 dafür genutzt); hast Du vielleicht eine Ahnung, wie ich das anstellen kann?
Tschuldige das ich deinen Post erst jetzt lese. Unterstützt Conky keine farben?
Hier ein Beispiel:
${color #009bf9} Farbiger Text $color Text in Standard-Farbe
shibumi schriebUnterstützt Conky keine farben?
Doch natürlich 🙂. Sind in der Konfig auch definiert, aber in der der DWM Statusbar funktioniert das nicht. Deswegen dachte ich es könnte eine Möglichkeit geben, das Conky in der Statusbar einzufärben, aber das scheint offenbar nicht zu klappen.

Naja, davon geht die Welt dann auch nicht unter 😉
Neuromatic schrieb
Doch natürlich 🙂. Sind in der Konfig auch definiert, aber in der der DWM Statusbar funktioniert das nicht. Deswegen dachte ich es könnte eine Möglichkeit geben, das Conky in der Statusbar einzufärben, aber das scheint offenbar nicht zu klappen.

Naja, davon geht die Welt dann auch nicht unter 😉
Naja du könntest in dwm farben einstellen die gelten dann aber global so könntest du die conky farben an den rest deines windowmanagers anpassen 🙂
Ja, das ist mir bekannt, Leider stimmt das so nicht mit meiner Vorstellung überein.

Was solls.
5 Tage später
Hi,
ich habe bisher noch nie Conky verwendet. Das Wiki auf der Conky Homepage scheint derzeit nicht zu funktionieren. Deswegen erlaube ich mir hier meine Frage zu stellen.
# basic setup
background yes
cpu_avg_samples 2
double_buffer yes
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
update_interval 1.0


# position
alignment top_right
gap_x 20
gap_y 20
minimum_size 5 5

# layout
border_width 0
default_color cccccc
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
uppercase no

# xft
override_utf8_locale yes
use_xft yes
xftfont DejaVu Sans:size=9

# window
own_window yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent yes
own_window_type normal

# colors
color1 2194cd
color2 white

....
Mit diesen Einstellungen sieht Conky ziemlich bescheiden aus... nach ein paar Aktualisierungen verschwimmen die Buchstaben.... alte Werte bleiben sozusagen bestehen...


Uploaded with ImageShack.us
Die Einstellungen habe ich mir aus einer hier gezeigten .conkyrc genommen um es einmal auszuprobieren....

Danke für den Schubs in die richtige Richtung 🙂

VG
mabunix
19 Tage später
Hi,

ich nutze conky in Window-Mode. Hab mir ein kleines Toggle-Skript geschrieben, was beim Drücken von Super+Ö conky anzeigt bzw. schließt.

Grüße



.conkyrc:
use_xft yes
xftfont 123:size=8
xftalpha 0.1
total_run_times 0
no_buffers yes
double_buffer yes

## UPDATE INTERVALS
update_interval 20
update_interval_on_battery 30

## WINDOW SETTINGS
own_window_class System Monitor
own_window yes
own_window_type normal
own_window_transparent no
own_window_colour 1A1A1A 
own_window_title SysInfo

## DRAW SETTINGS
draw_shades yes
draw_outline no
draw_borders no
draw_graph_borders no

## DEFAULTS
default_color white
default_shade_color 000000
default_outline_color 000000
default_bar_size 0 4

## ALIGNMENT AND SIZE
alignment br
gap_x 20
gap_y 45
minimum_size 180 5
maximum_width 180

## MISC SETTINGS
if_up_strictness link
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale yes

## COLORS
color0 EAEAEA
color1 A7A7A7

## TEMPLATES
template0 ${goto 100}
template1 ${voffset 4}
template2 ${texeci 30 curl -s http://checkip.dyndns.org/ | grep -o '[[:digit:].]\\+'}
template3 ${execi 10 sensors | grep 'Core \1' | awk {'print($3)'} | sed 's/\\+//g'}

TEXT
${font Ubuntu:bold:pixelsize=10}${color0}SYSTEM
${template1}${color1}node    					${template0}${color0}$nodename
${color1}arch 									${template0}${color0}$machine
${color1}kernel 								${template0}${color0}$kernel
${template1}${color1}uptime 					${template0}${color0}$uptime
$hr
FILESYSTEMS/MEMORY
${template1}${color1}/ 							${template0}${color0}${fs_used /} / ${fs_size /}
${fs_bar /}
${color1}/home 									${template0}${color0}${fs_used /home} / ${fs_size /home}
${fs_bar /home}
${color1}ram 									${template0}${color0}$mem / $memmax
$membar
$hr
${if_up wlp3s0}NETWORK
${template1}${color1}inet ip					${template0}${color0}${template2}
${color1}wlan ip								${template0}${color0}${addr wlp3s0}
${template1}${color1}bitrate					${template0}${color0}${wireless_bitrate wlp3s0}
${color1}link quality							${template0}${color0}${wireless_link_qual wlp3s0}%
${template1}${color1}up speed					${template0}${color0}${upspeed wlp3s0}
${color1}down speed								${template0}${color0}${downspeed wlp3s0}
${template1}${color1}total up	 				${template0}${color0}${totalup wlp3s0}
${color1}total down 							${template0}${color0}${totaldown wlp3s0}
$hr
${else}${if_up enp0s25}NETWORK
${template1}${color1}inet ip					${template0}${color0}${template2}
${color1}eth ip									${template0}${color0}${addr enp0s25}
${template1}${color1}up speed					${template0}${color0}${upspeed enp0s25}
${color1}down speed								${template0}${color0}${downspeed enp0s25}
${template1}${color1}total up	 				${template0}${color0}${totalup enp0s25}
${color1}total down 							${template0}${color0}${totaldown enp0s25}
$hr
${endif}${endif}${if_match ${battery_percent BAT0}!=0}BATTERY
${template1}${color1}bat0						${template0}${color0}${battery BAT0}
${template1}${color1}time left					${template0}${color0}${battery_time BAT0}
${battery_bar BAT0}
$hr
${endif}LOAD
${template1}${color1}cpu0 thread0				${template0}${color0}${cpu cpu1}% / ${freq cpu1}MHz
${cpubar cpu1}
${color1}cpu0 thread1 							${template0}${color0}${cpu cpu2}% / ${freq cpu2}MHz 
${cpubar cpu2}
${color1}cpu1 thread0 							${template0}${color0}${cpu cpu3}% / ${freq cpu3}MHz
${cpubar cpu3}
${color1}cpu1 thread1 							${template0}${color0}${cpu cpu4}% / ${freq cpu4}MHz
${cpubar cpu4}
$hr
SENSORS
${template1}${color1}cpu0						${template0}${color0}${template3 0}
${color1}cpu1 									${template0}${color0}${template3 1}
${template1}${color1}fan 						${template0}${color0}$ibm_fan RPM
$hr
PROCESSES
${template1}${color1}processes / run. 			${template0}${color0}$processes / $running_processes
${color1}threads / run.							${template0}${color0}$threads / $running_threads
${template1}${color1}${top name 1} 				${template0}${offset -3}${color0}${top cpu 1}%
${color1}${top name 2} 							${template0}${offset -3}${color0}${top cpu 2}%
${color1}${top name 3} 							${template0}${offset -3}${color0}${top cpu 3}%
${color1}${top name 4} 							${template0}${offset -3}${color0}${top cpu 4}%
${color1}${top name 5} 							${template0}${offset -3}${color0}${top cpu 5}%
quick&dirty toggle-script:
#!/bin/bash

inst=$(ps -ef | grep -c conky)

if [ $inst -gt 1 ] ; then
	killall -q -w conky
else
	conky --quiet &
fi
2 Monate später
Was tust du denn der armen CPU an? 😮
Nach wie vor nur das eine 🙂


$ cat .config/conky/info 
#WINDOW CONFIGURATION
own_window yes
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
alignment tr
gap_x 5
gap_y 0

maximum_width 300
minimum_size 300 300

#SYSTEM
update_interval 60.0

#FONT SETUP
use_xft yes
xftfont Purisa:size=10
draw_shades no

TEXT
${alignr}${time %Y-%m-%d %H:%M Uhr}
${alignr}${time KW %V, %j. Tag}
${alignr}${time %A}
${alignr}${execp /home/dirk/.scripts/wetter}
Wetterscript (URL natürlich anpassen)
$ cat /home/dirk/.scripts/wetter
#!/bin/bash

T=$(mktemp)

wget -q "http://www.wetter.com/wetter_aktuell/aktuelles_wetter/deutschland/hamburg/bramfeld/DE0004130064.html" -O ${T}

temp=$(grep -A1 "class=\"degree\"" "${T}" | tail -n1 | awk '{print $1}')
tempround=$(printf %.0f ${temp} | sed s/"-0"/"0"/g)

cond=$(grep -A1 "class=\"status\"" "${T}" \
	| tail -n1 \
	| sed 's/^ *//g' \
	| sed 's/,/\n${alignr}/g' \
	| sed 's/leichter Regen-schauer/leichte Regenschauer/g')

res=$(echo "${cond}, ${tempround}°C" | sed s/", 0°C"/"keine Verbundung"/g)

echo -ne "${res}"

rm ${T}
… nichts hält besser, als ein Provisorium 🙂
Smon schriebWas tust du denn der armen CPU an? 😮
Nix ARM, x86 *SCNR*

…und ein Pentium 4 verdient's eh.
Wie gut, dass ich durch meine Fenster sehe, was gerade für ein Wetter ist.
Nichts desto trotz, habe ich es mal kopiert, vielen Dank Dirk! 😃
Dirk: Du hast da ja eine ziemlich grauenhafte Schriftart. o_0
Ich mag Purisa 🙂
@Creshal:

och menno, P4 ist doch ganz OK. mal abgesehen vom flash. aber an sonsten super zu frieden ... aber nen ARM habe ich auch noch. muß die kleine kiste auch noch fertig machen.
ein Monat später


So hab mal meine alte Arch-Kiste abgestaubt.
Die Font findet man leicht auf dafont.com
alignment 			bottom_right
border_inner_margin		0
border_outer_margin		0
border_width			0
default_color			000000
color1				FFFFFF
gap_x				10
gap_y 				10
maximum_width			800
minimum_size			800
own_window			true
own_window_type			normal
own_window_class		conky
own_window_hints		undecorated,below,sticky,skip_taskbar,skip_pager
own_window_argb_visual		true
own_window_transparent		true
background			true		
double_buffer			true
draw_borders			false
draw_graph_borders		true
draw_shades			false
format_human_readable		true
total_run_times			0
update_interval			1
use_xft				true
xftfont				Dejavu Sans Mono:size=14
xftalpha			1
TEXT
${font BasicScratch:size=22}${alignr}Desktop number
${font NakedChicks:size=126}${alignr}${desktop_name}
EDIT:

Hach wer braucht schon Wallpaper Conky ist einfach klasse!


alignment 			top_left
border_inner_margin		0
border_outer_margin		0
border_width			0
default_color			000000
color1				FFFFFF
gap_x				0
gap_y 				0
maximum_width			1280
minimum_size			1280
own_window			true
own_window_type			normal
own_window_class		conky
own_window_hints		undecorated,below,sticky,skip_taskbar,skip_pager
own_window_argb_visual		true
own_window_transparent		true
background			true		
double_buffer			true
draw_borders			false
draw_graph_borders		true
draw_shades			false
format_human_readable		true
total_run_times			0
update_interval			1
use_xft				true
xftfont				Face Your Fears:size=22
xftalpha			1
TEXT
${font Face Your Fears:size=160}${offset 20}${voffset 20}${time %A}
${font Face Your Fears:size=40}${offset 20}${voffset -120}${time %e. %B}
${font Face Your Fears:size=20}${offset 20}${voffset -10}${time %V.KW}
${font KG A Little Swag:size=120}${voffset 60}${color}========)${goto 0}${offset 20}${color #CA6200}${time %H} ${color #D0B60B}${time %M} ${color #75CD2D}${time %S}${color}
${font NakedChicks:size=120}${alignr}${voffset 102}${offset -10}${desktop_name}
${font Face Your Fears:size=20}${alignr}${voffset -100}${offset -10}Desktop Number



20 Tage später


Conky: im Prinzip conky-colors mit ein paar Tweaks (Update Liste, Wetter Info usw.)
######################
# - Conky settings - #
######################
update_interval 1
total_run_times 0
net_avg_samples 1
cpu_avg_samples 1
if_up_strictness link

imlib_cache_size 0
double_buffer yes
no_buffers yes

format_human_readable

#####################
# - Text settings - #
#####################
use_xft yes
xftfont Ubuntu:size=8
override_utf8_locale yes
text_buffer_size 2560

#############################
# - Window specifications - #
#############################
own_window_class Conky
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_argb_visual yes

alignment top_right
gap_x 20
gap_y 40
minimum_size 182 1080
maximum_width 182
max_specials 1024

default_bar_size 60 8

#########################
# - Graphics settings - #
#########################
draw_shades no

default_color 212526

color0 1E1C1A
color1 1E1C1A
color2 1E1C1A
color3 1E1C1A

TEXT
${font Ubuntu:style=Bold:size=8}SYSTEM $stippled_hr${font}
##############
# - SYSTEM - #
##############
${color0}${voffset 6}${font OpenLogos:size=19}a${font}${color}${goto 32}${voffset -14}Kernel:  ${alignr}${color2}${kernel}${color}
${goto 32}Uptime: ${alignr}${color2}${uptime}${color}
# |--CPU
${voffset 2}${offset 2}${color0}${font Poky:size=14}P${font}${offset -19}${voffset 9}${offset 1}${cpubar cpu0 4,18}${color}${voffset -16}${goto 32}CPU1: ${font Ubuntu:style=Bold:size=8}${color1}${cpu cpu1}%${color}${alignr}${execi 8 sensors | grep "Core 0" | cut -c16-17}°C  ${font}${color2}${cpugraph cpu1 8,60 1E1C1A}${color}
${goto 32}CPU2: ${font Ubuntu:style=Bold:size=8}${color1}${cpu cpu2}%${color}${alignr}${execi 8 sensors | grep "Core 1" | cut -c16-17}°C  ${font}${color2}${cpugraph cpu2 8,60 1E1C1A}${color}
${goto 32}CPU3: ${font Ubuntu:style=Bold:size=8}${color1}${cpu cpu3}%${color}${alignr}${execi 8 sensors | grep "Core 2" | cut -c16-17}°C  ${font}${color2}${cpugraph cpu3 8,60 1E1C1A}${color}
${goto 32}CPU4: ${font Ubuntu:style=Bold:size=8}${color1}${cpu cpu4}%${color}${alignr}${execi 8 sensors | grep "Core 3" | cut -c16-17}°C  ${font}${color2}${cpugraph cpu4 8,60 1E1C1A}${color}
# |--MEM
${voffset 2}${offset 1}${color0}${font Poky:size=14}M${font}${color}${goto 32}${voffset -7}RAM: ${font Ubuntu:style=Bold:size=8}${color1}$memperc%${color}${alignr}${font}${color2}${membar 8,60 1E1C1A}${color}
${voffset 1}${offset 1}${voffset 2}${color0}${membar 4,18}${color}${goto 34}${voffset -2}Frei: ${font Ubuntu:style=Bold:size=8}${color2}${memeasyfree}${color}${alignr}${font} Belegt: ${font Ubuntu:style=Bold:size=8}${color2}${mem}${color}${font}
##############
# - TOP - #
##############
${voffset 6}${font Ubuntu:style=Bold:size=8}TOP $stippled_hr${font}
${offset 2}${color0}${voffset 2}${font Poky:size=17}a${font}${color}${voffset -12}${goto 36}${font Ubuntu:style=Bold:size=8}${color1}Prozess: ${goto 128}CPU:${goto 161}MEM:${color}${font}
${voffset 3}${goto 36}${color2}${top name 1}${color}${font Droid Sans:style=Bold:size=8}${color1} ${goto 124}${top cpu 1}${alignr }${top mem 1}${color}${font}
${voffset -1}${goto 36}${color2}${top name 2}${color}${font Droid Sans:style=Bold:size=8}${color1} ${goto 124}${top cpu 2}${alignr }${top mem 2}${color}${font}
${voffset -1}${goto 36}${color2}${top name 3}${color}${font Droid Sans:style=Bold:size=8}${color1} ${goto 124}${top cpu 3}${alignr }${top mem 3}${color}${font}
${voffset -1}${goto 36}${color2}${top name 4}${color}${font Droid Sans:style=Bold:size=8}${color1} ${goto 124}${top cpu 4}${alignr }${top mem 4}${color}${font}
${voffset -1}${goto 36}${color2}${top name 5}${color}${font Droid Sans:style=Bold:size=8}${color1} ${goto 124}${top cpu 5}${alignr }${top mem 5}${color}${font}
#############
# - CLOCK - #
#############
${voffset 6}${font Ubuntu:style=Bold:size=8}DATUM $stippled_hr${font}
${voffset -10}${alignc 46}${color2}${font Arial Black:size=30}${time %H:%M}${font}${color}
${voffset 6}${alignc}${time %d %B %Y}${voffset -6}
################
# - CALENDAR - #
################
${voffset -2}${color0}${font Poky:size=16}D${font}${voffset -8}${font Ubuntu:style=Bold:size=7}${offset -17}${voffset 4}${time %d}${font}${color}${voffset -1}${font Monospace:size=7}${execpi 300 DJS=`date +%_d`; cal  -m|sed '2,8!d'| sed '/./!d' | sed 's/^/${goto 42} /'| sed 's/$/ /' | sed 's/^/ /' | sed /" $DJS "/s/" $DJS "/" "'${font Ubuntu:style=Bold:size=8}${voffset -2}${color1} '"$DJS"'${color}${font Monospace:size=7}'" "/}${voffset -1}
####################
# - MEDIA PLAYER - #
####################
${voffset 6}${font Ubuntu:style=Bold:size=8}MUSIK PLAYER $stippled_hr${font}
${execpi 2 /usr/share/conkycolors/bin/conkyClementine -t /home/tumas/.conkycolors/templates/conkyPlayer.template}
##############
# - NVIDIA - #
##############
${voffset 4}${font Ubuntu:style=Bold:size=8}NVIDIA $stippled_hr${font}
${color0}${voffset -4}${font Poky:size=17}N${font}${color}${goto 32}${voffset -8}GPU Temp:${alignr}${font Ubuntu:style=Bold:size=8}${color1} ${exec nvidia-settings -q [gpu:0]/GPUCoreTemp | grep Attribute | cut -d ' ' -f 6 | cut -c 1-2}${font}${color}°C
${goto 32}GPU Clock:${alignr}${font Ubuntu:style=Bold:size=8}${color1} ${exec nvidia-settings -q [gpu:0]/GPU2DClockFreqs -t}${font}${color}MHz
${goto 32}Video RAM:${alignr}${font Ubuntu:style=Bold:size=8}${color1} ${exec nvidia-settings -q [gpu:0]/VideoRam -t}${font}${color}KiB
${goto 32}Driver Version:${alignr}${font Ubuntu:style=Bold:size=8}${color1} ${exec nvidia-settings -q [gpu:0]/NvidiaDriverVersion -t}${font}${color}
##########
# - HD - #
##########
${voffset 4}${font Ubuntu:style=Bold:size=8}HD $stippled_hr${font}
${execpi 30 /usr/share/conkycolors/bin/conkyHD1}
###############
# - NETWORK - #
###############
${voffset -4}${font Ubuntu:style=Bold:size=8}NETZWERK $stippled_hr${font}
# |--WLAN0
${if_up wlan0}
${voffset -5}${color0}${font Webdings:size=17}”${font}${color}${goto 32}${voffset -5}Up: ${font Ubuntu:style=Bold:size=8}${color1}${upspeed wlan0}${color}${font} ${alignr}${color2}${upspeedgraph wlan0 8,60 1E1C1A}${color}
${goto 32}Insgesamt: ${font Ubuntu:style=Bold:size=8}${color2}${totalup wlan0}${color}${font}
${voffset 2}${color0}${font Webdings:size=17}“${font}${color}${goto 32}${voffset -5}Down: ${font Ubuntu:style=Bold:size=8}${color1}${downspeed wlan0}${color}${font} ${alignr}${color2}${downspeedgraph wlan0 8,60 1E1C1A}${color}
${goto 32}Insgesamt: ${font Ubuntu:style=Bold:size=8}${color2}${totaldown wlan0}${color}${font}
${voffset 2}${color0}${font Poky:size=14}Y${font}${color}${goto 32}${voffset -2}sinal: ${font Ubuntu:style=Bold:size=8}${color1}${wireless_link_qual_perc wlan0}%${color}${font} ${alignr}${color2}${wireless_link_bar 8,60 wlan0}${color}
${voffset 2}${color0}${font Webdings:size=16}¬${font}${color}${goto 32}${voffset -8}Lokale IP: ${alignr}${color2}${addr wlan0}${color}
${goto 32}Öffentliche IP: ${alignr}${color2}${execi 10800 curl ifconfig.me}${color}
# |--ETH0
${else}${if_up enp4s1}
${voffset -5}${color0}${font Webdings:size=17}”${font}${color}${goto 32}${voffset -5}Up: ${font Ubuntu:style=Bold:size=8}${color1}${upspeed enp4s1}${color}${font} ${alignr}${color2}${upspeedgraph enp4s1 8,60 1E1C1A}${color}
${goto 32}Insgesamt: ${font Ubuntu:style=Bold:size=8}${color2}${totalup enp4s1}${color}${font}
${voffset 2}${color0}${font Webdings:size=17}“${font}${color}${goto 32}${voffset -5}Down: ${font Ubuntu:style=Bold:size=8}${color1}${downspeed enp4s1}${color}${font} ${alignr}${color2}${downspeedgraph enp4s1 8,60 1E1C1A}${color}
${goto 32}Insgesamt: ${font Ubuntu:style=Bold:size=8}${color2}${totaldown enp4s1}${color}${font}
${voffset 2}${color0}${font Webdings:size=16}¬${font}${color}${goto 32}${voffset -4}Lokale IP: ${alignr}${color2}${addr enp4s1}${color}
${goto 32}Öffentliche IP: ${alignr}${color2}${execi 10800 /home/tumas/.conkycolors/bin/conkyIP}${color}
# |--PPP0
${else}${if_up ppp0}
${voffset -5}${color0}${font Webdings:size=17}”${font}${color}${goto 32}${voffset -5}Up: ${font Ubuntu:style=Bold:size=8}${color1}${upspeed ppp0}${color}${font} ${alignr}${color2}${upspeedgraph ppp0 8,60 1E1C1A}${color}
${goto 32}Insgesamt: ${font Ubuntu:style=Bold:size=8}${color2}${totalup ppp0}${color}${font}
${voffset 2}${color0}${font Webdings:size=17}“${font}${color}${goto 32}${voffset -5}Down: ${font Ubuntu:style=Bold:size=8}${color1}${downspeed ppp0}${color}${font} ${alignr}${color2}${downspeedgraph ppp0 8,60 1E1C1A}${color}
${goto 32}Insgesamt: ${font Ubuntu:style=Bold:size=8}${color2}${totaldown ppp0}${color}${font}
${voffset 2}${color0}${font Webdings:size=16}¬${font}${color}${goto 32}${voffset -4}Lokale IP: ${alignr}${color2}${addr ppp0}${color}
${else}${voffset 4}${offset 4}${color0}${font Wingdings:size=20}N${font}${color}${voffset -6}${goto 32}Netzwerk nicht verfügbar${voffset 14}${endif}${endif}${endif}
###############
# - WETTER - #
###############
${voffset -4}${font Ubuntu:style=Bold:size=8}WETTER AKTUELL$stippled_hr${font}
${voffset 6}${goto 32}${font Ubuntu:style=Bold:size=8}${color1}München: ${color}${font}${alignr}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EDDM last_update}
${voffset 4}${goto 32}Temperatur: ${font Ubuntu:style=Bold:size=8}${alignr}${color1}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EDDM temperature}°C${font}${color}
${goto 32}Rel. Luftfeuchtigkeit: ${font Ubuntu:style=Bold:size=8}${alignr}${color1}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EDDM humidity}%${font}${color}
${goto 32}Luftdruck: ${font Ubuntu:style=Bold:size=8}${alignr}${color1}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EDDM pressure} hPa${font}${color}
${goto 32}Windstärke: ${font Ubuntu:style=Bold:size=8}${alignr}${color1}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EDDM wind_speed} km/h${font}${color}
${goto 32}Windrichtung: ${font Ubuntu:style=Bold:size=8}${alignr}${color1}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EDDM wind_dir} ${font}${color}
${goto 32}Wetter-Bedingung: ${font Ubuntu:style=Bold:size=8}${alignr}${color1}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EDDM cloud_cover}${font}${color}
###############
# - LOG - #
###############
${voffset 4}${font Ubuntu:style=Bold:size=8}LOG $stippled_hr${font}
${voffset 6}${goto 32}TRIM: ${font Ubuntu:style=Bold:size=8}${color1}${alignr}${execi 30 tail -n1 /var/log/trim.log | cut -c4-28}${color}
###############
# - PACMAN - #
###############
${voffset 4}${font Ubuntu:style=Bold:size=8}NEWS $stippled_hr${font}
${voffset 6}${goto 32}${rss https://www.archlinux.org/feeds/news/ 60 item_titles 1}
${voffset 6}${font Ubuntu:style=Bold:size=8}PACMAN $stippled_hr${font}
${voffset 6}${execpi 3600 /home/tumas/.conkycolors/bin/paconky /tmp/paconky}
ein Monat später
Hallo zusammen,
bin Umsteiger von Debian Wheezy auf Arch und wollte Euch meine conkyrc nicht vorenthalten. Sie ist fast 1:1 aus meinem Wheezy übernommen, nur "own_window_transparent" mußte ich in Arch deaktivieren. Die Schrift wird "matschig" und unlesbar. Unter Wheezy gibt es das Problem nicht. Mein System ist ein Thinkpad Edge E530 und hat Sandy Bridge mit Intel HD4000 GPU.
background yes
font Bitstream Vera Sans:size=9
xftfont Bitstream Vera Sans:size=9
use_xft yes
xftalpha 0.1
update_interval 1.0
total_run_times 0
own_window yes
own_window_type background
own_window_transparent no
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 yes
minimum_size 300
maximum_width 310
default_color white
default_shade_color 000000
default_outline_color 000000
alignment top_right
gap_x 2
gap_y 75
no_buffers yes
cpu_avg_samples 5
override_utf8_locale yes
uppercase no # set to yes if you want all text to be in uppercase
use_spacer right


TEXT
$alignc Hostname: $nodename
$alignc Kernel: $kernel
$alignc Uptime: $uptime

CPU:
Core1:$alignr ${cpu cpu1}%@${freq_g cpu1}GHz ${cpubar cpu1 7,76} Temp: ${hwmon 2 temp 1}°C
Core2:$alignr ${cpu cpu2}%@${freq_g cpu2}GHz ${cpubar cpu2 7,76} Temp: ${hwmon 2 temp 2}°C
Core3:$alignr ${cpu cpu3}%@${freq_g cpu3}GHz ${cpubar cpu3 7,76} Temp: ${hwmon 2 temp 3}°C
Core4:$alignr ${cpu cpu4}%@${freq_g cpu4}GHz ${cpubar cpu4 7,76} Temp: ${hwmon 2 temp 4}°C
#GPU: Nvidia GeForce 8600M GS           Temp: ${execi 60 nvidia-settings -query GPUCoreTemp | perl -ne 'print $1 if /GPUCoreTemp.*?: (\d+)./;'} °C
Overall Usage:$alignr $cpu% $alignr${cpubar 8,182}
${cpugraph 20,}
Highest CPU $alignr CPU%   MEM%
${top name 1}$alignr${top cpu 1}     ${top mem 1}
${top name 2}$alignr${top cpu 2}     ${top mem 2}

MEM:
RAM ${alignr}$mem / $memmax ($memperc%)
${membar 8}
#SWAP ${alignr}$swap / $swapmax ($swapperc%)
#${swapbar 8}
Highest MEM $alignr CPU%   MEM%
${top_mem name 1}$alignr${top_mem cpu 1}     ${top_mem mem 1}
${top_mem name 2}$alignr${top_mem cpu 2}     ${top_mem mem 2}

HDD: ${alignr} HDD Temp: ${execi 60 sudo /usr/sbin/hddtemp -n /dev/sda | cut -c 1-2}°C
Linux:    ${alignc} ${fs_bar 8,75} ${alignr} ${fs_free /}  /   ${fs_size /} (${fs_free_perc /}%)
Daten: ${alignc} ${fs_bar 8,75 /media/Daten} ${alignr}${fs_free /media/Daten}  /   ${fs_size /media/Daten} (${fs_free_perc /media/Daten}%)
#SDA2: ${alignc} ${fs_bar 8,75 /media/sda2} ${alignr}${fs_free /media/sda2}  /  ${fs_size /media/sda2} (${fs_free_perc /media/sda2}%)
${color white}Read:                                  ${color white}Write:${color red}
${color green}${diskiograph_read 20,150} ${alignr}${color red}${diskiograph_write 20,150}${color white}
${color green}${diskio_read}/s   ${alignr}${color red}${diskio_write}/s

${color white}LAN: ${alignr}IP: ${addr enp12s0}
${color green}LAN Download:                  $alignr${color red}LAN Upload:
${color green}${downspeedgraph enp12s0 20,150} ${alignr}${color red}${upspeedgraph enp12s0 20,150}
${color green}${downspeed enp12s0} k/s                                  ${alignr}     ${color red} ${upspeed enp12s0} k/s
${color green}Total:${totaldown enp12s0}  ${alignr}${color red}Total:${totalup enp12s0}

${color white}WiFi:  ${alignr}IP: ${addr wlp3s0}
AP ESSID: [${color orange}${wireless_essid wlp3s0}${color white}] ${alignr}AP Bitrate: ${color orange}${wireless_bitrate wlp3s0}${color white}
Link quality: ${wireless_link_qual_perc wlp3s0}% ${alignr}${wireless_link_bar 8,185 wlp3s0}
${color green}WiFi Download:                  $alignr${color red}WiFi Upload:
${color green}${downspeedgraph wlp3s0 20,150} ${alignr}${color red}${upspeedgraph wlp3s0 20,150}
${color green}${downspeed wlp3s0}KB/s ${color red}${alignr}${upspeed wlp3s0}KB/s
${color green}Total:${totaldown wlp3s0}  ${alignr}${color red}Total:${totalup wlp3s0}
${color white}AP Mode: ${wireless_mode wlp3s0} ${alignr}AP MAC: ${wireless_ap wlp3s0}
Gruß robbork