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
3 Monate später
So, hier mal mein Conky, ein Mix aus einigen der hier vorgestellten Konfigurationen und einigen Anpassungen, die ich im Netz gefunden habe:



und meine .conkyrc:

alignment top_right
gap_x 5
gap_y 10

minimum_size 280
maximum_width 280

own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager # make it behave like it belongs to the desktop

background no
update_interval 2.0
double_buffer yes
text_buffer_size 1024

cpu_avg_samples 2
net_avg_samples 2
top_cpu_separate false

out_to_console no
use_xft yes
#xftfont Fixed [misc]:size=6
xftfont fixed:size=8

draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
border_width 1

default_color white
# default_shade_color black
default_outline_color white
color0 gray
color1 Tan1
color2 DarkSlateGray
color3 add8e6


format_human_readable yes
override_utf8_locale yes
pad_percents 2
short_units yes

no_buffers yes




TEXT
${color1}System ${color2}${hr 2}
${color0}$sysname $kernel $alignr $machine
Host: $alignr $nodename
Uptime: ${color3}$alignr $uptime${color0}
Load: ${color3}$loadavg   ${color0}Prozesse: ${color3}$processes ($running_processes aktiv)

${color1}Prozessor ${color2}${hr 2}
${color0}${execi 100000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'| uniq | cut -c 1-40}
# Temperaturen ${goto 115}CPU ${if_match ${hwmon temp 2}<40}${color3}${hwmon°C$color $else${color #ff0000}${hwmon temp 2}°C$color$endif 
## Temperaturen ${goto 115}CPU ${if_match ${platform w83627ehf.656 temp 2}<45}${color3}cold $else${color #ff0000}hot°C$color$endif 
# ${color0}CPU-Temperatur: $alignr ${hwmon 0 temp 2}${iconv_start UTF-8 ISO_8859-1}°${iconv_stop}C
### ${color0}CPU 0 Temperature: hwmon $alignr ${if_match ${hwmon 0 temp 2}<45}${color3}${hwmon 0 temp 2} C$else${color #ff0000}${hwmon 0 temp 2} C$color$endif
### ${color0}CPU 1 Temperature: hwmon $alignr ${if_match ${hwmon 0 temp 3}<45}${color3}${hwmon 0 temp 3} C$else${color #ff0000}${hwmon 0 temp 3} C$color$endif
${color0}CPU-Temperatur: $alignr ${if_match ${hwmon 0 temp 2}<45}${color3}${hwmon 0 temp 2}°C$else${color #ff0000}${hwmon 0 temp 2}°C$color$endif
${color0}MB-Temperatur: $alignr ${if_match ${hwmon 0 temp 1}<40}${color3}${hwmon 0 temp 1}°C$else${color #ff0000}${hwmon 0 temp 1} C$color$endif
 
${color0}CPU Fan: $alignr ${color3}${hwmon 0 fan 2} rpm
# Vcore: $alignr ${hwmon 0 vol 1} V
${color0}Vcore: $alignr ${color3}${execi 10 sensors | grep 'Vcore' | cut -c16-21}

${color0}CPU0: ${freq_g cpu0} Ghz $alignr ${color3}${cpu cpu0}%
## ${color red}${cpubar cpu0}
${color #ff0000}${cpubar cpu0}
${voffset -10}${color2}${execbar echo 0}

${color0}CPU1: ${freq_g cpu1} Ghz $alignr ${color3}${cpu cpu1}%
${color #ff0000}${cpubar cpu1}
${voffset -10}${color2}${execbar echo 0}
${color #000000}${cpugraph 000000 00ff00}

# ${color1}Graphics ${color2}${hr 2}
# ${color0}GPU Frequency ${alignr}${color3}${nvidia gpufreq} Mhz${color0}
# Graphics Memory Clock: ${alignr}${color3}${nvidia memfreq} MHz

${color1}Speicher ${color2}${hr 2}
${color0}RAM $alignc${color3}$mem / $memmax $alignr ${if_match $memperc > 90}  ${color red}$memperc% ${else} $memperc%$endif
${color Green}$membar
${voffset -10}${color2}${execbar echo 0}
${color0}Buffered: ${color3}$buffers${color0}${alignr}Cached: ${color3}$cached

${color0}SWAP $alignc${color3}${swap} / ${swapmax} $alignr ${swapperc}%
${color0}${swapbar}
${voffset -10}${color2}${execbar echo 0}

${color1}HDD ${color2}${hr 2}
${color0}HDD Temp: $alignr${color3}${execi 120 hddtemp /dev/sda |cut -c28-32}
${color0}Root $alignc ${color3}${fs_free /} / ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%${color0}
${fs_bar /}
${voffset -10}${color2}${execbar echo 0}
${color0}Home $alignc ${color3}${fs_free /home/} / ${fs_used /home/} / ${fs_size /home} $alignr ${fs_used_perc /home}%${color0}
${fs_bar /home}
${voffset -10}${color2}${execbar echo 0}${color0}
aluguard $alignc ${if_mounted /media/aluguard}${color3}${fs_free /media/aluguard/} / ${fs_used /media/aluguard/} / ${fs_size /media/aluguard/} $alignr${fs_used_perc /media/aluguard}%
${color0}${fs_bar /media/aluguard}%${else}${color2}nicht gemountet${endif}

${color0}Disk I/O:
Read on sda: $alignr Write on sda:
${color3}${diskio_read /dev/sda}/s $alignr ${diskio_write /dev/sda}/s


${color1}Netzwerk ${color2}${hr 2}
${color0}IP lokal: $alignr ${color3}${addr eth0}
${color0}IP global: $alignr ${color3}${execi 300 wget http://v4.ipv6-test.com/api/myip.php -q -O -}
# ${downspeedgraph eth0}
# DLS:${downspeed eth0} $alignr total: ${totaldown eth0}
# ${upspeedgraph eth0}
# ULS:${upspeed eth0} $alignr total: ${totalup eth0}${color0}

${color0}Down ${color3}${downspeed eth0}/s $alignr ${color0}Up ${color3}${upspeed eth0}/s${color0}
${downspeedgraph eth0 25,138 000000 ff0000}$alignr${upspeedgraph eth0 25,138 000000 00FF00}
${color0}Total: ${color3}${totaldown eth0}${color0} $alignr Total: ${color3}${totalup eth0}${color0}

${color1}Prozesse - CPU${color2} ${hr 2}
${color0}NAME $alignr PID    CPU    MEM
${color #ddaa00}${top name 1} $alignr ${top pid 1} ${top cpu 1} ${top mem 1}
${color0}${top name 2} $alignr ${top pid 2} ${top cpu 2} ${top mem 2}
${color0}${top name 3} $alignr ${top pid 3} ${top cpu 3} ${top mem 3}

${color1}Prozesse - Memory${color2} ${hr 2}
${color0}NAME                         PID    CPU  $alignr MEM
${color #ddaa00}${top_mem name 1}           ${top_mem pid 1} ${top_mem cpu 1}$alignr  ${top_mem mem_res 1}
${color0}${top_mem name 2}           ${top_mem pid 2} ${top_mem cpu 2}$alignr  ${top_mem mem_res 2}
${color0}${top_mem name 3}           ${top_mem pid 3} ${top_mem cpu 3}$alignr  ${top_mem mem_res 3}

${color1}Prozesse - I/O${color2} ${hr 2}
${color0}NAME                  PID  $alignr  read/s    write/s
${color0}${top_io name 1}    ${top_io pid 1}     ${alignc}${top_io io_read 1} $alignr${top_io io_write 1}
${color0}${top_io name 2}    ${top_io pid 2}     ${alignc}${top_io io_read 2} $alignr${top_io io_write 2}
${color0}${top_io name 3}    ${top_io pid 3}     ${alignc}${top_io io_read 3} $alignr${top_io io_write 3}

ein Monat später
So hier auch mal mein conky ^^

Derzeitiges Wetter:
http://gyazo.com/c7a3e48718140e1b5b5db1a7b5ef01c8.png

Sys-Info
http://gyazo.com/9da8c83e4e7a0f44feacf03de1ee721e.png


Und hier nochmal komplett zusammen auf meinem Desktop:
http://gyazo.com/8e2123fae158e4f4c65919df225795fa.png

.conkyrc:
background yes
use_xft yes
xftfont 123:size=8
xftalpha 0.1
update_interval 0.5
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
minimum_size 250 5
maximum_width 400
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color gray
default_shade_color red
default_outline_color green
alignment top_right
gap_x 10
gap_y 10
no_buffers no
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale yes
use_spacer yes
text_buffer_size 256

TEXT

${font openlogos:size=15}Willkommen, zero

${voffset -90}
${color DimGray}
${font}
${font Arial:bold:size=10}${color Tan1}SYSTEM ${color DarkSlateGray} ${hr 2}
$font${color DimGray}$sysname $kernel $alignr $machine
Intel Pentium D $alignr${freq_g cpu0}Ghz
Uptime $alignr${uptime}
File System $alignr${fs_type}


${font Arial:bold:size=10}${color Tan1}PROCESSORS ${color DarkSlateGray}${hr 2}
$font${color DimGray}CPU1  ${cpu cpu1}% ${cpubar cpu1}

${font Arial:bold:size=10}${color Tan1}MEMORY ${color DarkSlateGray}${hr 2}
$font${color DimGray}MEM $alignc $mem / $memmax $alignr $memperc%
$membar

${font Arial:bold:size=10}${color Tan1}HDD ${color DarkSlateGray}${hr 2}
$font${color DimGray}/home $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_free_perc /home}%
${fs_bar /home}
/mnt $alignc ${fs_used /mnt} / ${fs_size /mnt} $alignr ${fs_free_perc /mnt}%
${fs_bar /mnt}

${font Arial:bold:size=10}${color Tan1}TOP PROCESSES ${color DarkSlateGray}${hr 2}
${color DimGray}$font${top_mem name 2}${alignr}${top mem 2} %
$font${top_mem name 3}${alignr}${top mem 3} %
$font${top_mem name 4}${alignr}${top mem 4} %
$font${top_mem name 5}${alignr}${top mem 5} %

${font Arial:bold:size=10}${color Tan2}NETWORK ${color DarkSlateGray}${hr 2}
$font${color DimGray}IP on wlp0s19f2u3 $alignr ${addr wlp0s19f2u3}

Down $alignr ${downspeed wlp0s19f2u3} kb/s
Up $alignr ${upspeed wlp0s19f2u3} kb/s

Downloaded: $alignr  ${totaldown wlp0s19f2u3}
Uploaded: $alignr  ${totalup wlp0s19f2u3}

${font Arial:bold:size=10}${color Tan2}TIME ${color DarkSlateGray}${hr 2}

${voffset -20}${color DarkSlateGray} ${font :size=30}$alignc   ${time %H:%M}${font :bold:size=9}${time %S}

${voffset -3}${font :bold:size=10}$alignc${color #555555}${time %d %b. %Y}
       ${color DarkSlateGray}${hr 2}
conkyrc2 : (verwendet externe scripte)
background no
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,skip_taskbar,skip_pager
own_window_colour brown

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

# fiddle with window
use_spacer right
use_xft yes

# Update interval in seconds
update_interval 3

# Minimum size of text area
minimum_size 355 500
maximum_width 355

override_utf8_locale yes

# Draw shades?
draw_shades yes

# Text stuff
draw_outline yes # amplifies text if yes
draw_borders no
#font freesans -12
xftfont Arial:size=9
uppercase no # set to yes if you want all text to be in uppercase

# Stippled borders?
stippled_borders 3

# border margins
border_inner_margin 9
border_outer_margin 0

# border width
border_width 10

# Default colors
default_color cbcbcb


#align
alignment top_left



gap_x 10
gap_y 30

imlib_cache_size 0
text_buffer_size 2048


TEXT
${texeci 600 bash $HOME/Conky_WeatherCom_metric/weath_com_metric}${font Arial:size=12}${color ffe595}RIGHT NOW  ${font}(Upd: ${execpi 600 sed -n '1p' $HOME/Conky_WeatherCom_metric/updated}) ${hr 2}
${font Arial:size=10}${execpi 600 sed -n '8p' $HOME/Conky_WeatherCom_metric/Today/raw_td}${font}${goto 200}${color ffe595}TEMP: $color${alignr}${execpi 600 sed -n '4p' $HOME/Conky_WeatherCom_metric/Today/raw_td}°C (${execpi 600 sed -n '5p' $HOME/Conky_WeatherCom_metric/Today/raw_td}°C)${image $HOME/Conky_WeatherCom_metric/now.png -p 0,30 -s 120x120}
${goto 200}${color ffe595}PAST 24-hr PRECIP: $color${alignr}${execpi 600 sed -n '12p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${goto 200}${color ffe595}WIND: $color${alignr}${execpi 600 sed -n '18p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${goto 200}${color ffe595}HUMIDITY: $color${alignr}${execpi 600 sed -n '24p' $HOME/Conky_WeatherCom_metric/Today/raw_td}°C
${goto 200}${color ffe595}UV INDEX: $color${alignr}${execpi 600 sed -n '30p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${goto 200}${color ffe595}PRESSURE: $color${alignr}${execpi 600 sed -n '40p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${goto 200}${color ffe595}DEW POINT: $color${alignr}${execpi 600 sed -n '42p' $HOME/Conky_WeatherCom_metric/Today/raw_td}°C
${goto 200}${color ffe595}VISIBILITY: $color${alignr}${execpi 600 sed -n '44p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${goto 200}${color ffe595}SUN: $color${alignr}${execpi 600 sed -n '45p' $HOME/Conky_WeatherCom_metric/Today/raw_td}/${execpi 600 sed -n '46p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${goto 200}${color ffe595}MOON: $color${alignr}${execpi 600 sed -n '47p' $HOME/Conky_WeatherCom_metric/Today/raw_td}/${execpi 600 sed -n '48p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${goto 200}${color ffe595}MOONPHASE: $color${alignr}${execpi 600 sed -n '49p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
Erstmal ein Lob an alle die conkyrc UND screenshots posten! Danke. Nun muss der Rest nur noch screenshots nachliefern 😛 ich will ungern jede ausprobieren müssen.

EDIT: An FirstZero hast du einen Link zu deinem Steins;gate wallpaper? 🙂