Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Post hier je .conkyrc plus een screenshot ;) 2013 V.C.  (gelezen 234368 keer)

Offline Stijnen

  • Lid
Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #275 Gepost op: 2010/04/02, 21:01:20 »
Citaat
Plus dat als je iemands conky overneemt, komt dan ook het hele geheel van die pc er te staan?  Hoe kan ik het beste dan mijn eigen HD's invoegen?
Als het kan, graag in het nederlands uitleggen?

Meestal gaat dit wel goed, zeker bij het weergeven van je home en root partities. Bij het HDD's is het afhankelijk hoe het bij jou gemound is.

Hieronder een voorbeeld voor partities:

Root: ${alignr}${fs_free /} / ${fs_size /}
${fs_bar 4 /}
Home: ${alignr}${fs_free /home} / ${fs_size /home}
${fs_bar 4 /home}

Bovenstaande laat de partities (root en home) zien, inclusief een grafische weergave.

Hieronder een voorbeeld van Hardeschijven:
HDD0: ${alignr}${fs_free /media/HDD0} / ${fs_size /media/HDD0}
${fs_bar 4 /media/HDD0}
HDD1: ${alignr}${fs_free /media/HDD1} / ${fs_size /media/HDD1}
${fs_bar 4 /media/HDD1}
HDD2: ${alignr}${fs_free /media/HDD2} / ${fs_size /media/HDD2}
${fs_bar 4 /media/HDD2}
HDD3: ${alignr}${fs_free /media/HDD3} / ${fs_size /media/HDD3}
${fs_bar 4 /media/HDD3}

Bovenstaande laat hetzelfde zien, als bij je root en home partities. Let echter op dat je de juiste HDD naam neemt (/media/HDDNAAM), zoals die bij jou gemound is.

Uitleg code:
HDD3: ${alignr}${fs_free /media/HDD3} / ${fs_size /media/HDD3}
${fs_bar 4 /media/HDD3}

HDD3: [Gewoon de te weergeven tekst]
${alignr}: [Variabele om rechts uit te lijnen]
${fs_free /media/HDD3}: [Variabele om de vrij ruimte van HDD3 weer te geven]
/ [Gewoon tekst om tussen de vrij ruimte en gebruikte ruimte neer te zetten]
${fs_size /media/HDD3}: [Variabele om de totale grootte van de schijf weer te geven]
${fs_bar 4 /media/HDD3}: [Variabele om een balk weer te geven, waarin de gebruikte ruimte wordt weergegeven]

Zoals het wordt weergegeven:
HDD3: 25 GiB / 125 GiB
« Laatst bewerkt op: 2010/04/02, 21:05:35 door Stijnen »
superstition, dogma, faith, spirituality, astrology? Thank god there is science!

Offline Thijsg

  • Lid
Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #276 Gepost op: 2010/04/02, 21:36:24 »
Mag ik ook weten hoe ik conkyrc weer de-installeren kan?
Ik hou h et toch maar liever bij GKrellM.
sudo apt-get remove conky

Daarna nog even /home/[naam]/.conkyrc verwijderen.

Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #277 Gepost op: 2010/04/03, 21:01:35 »
Ik krijg conky niet aan de praat onder ubuntu 10.04 32bit.
Gr.
Benjamins
Informatie over linux: Alles over Linux


Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #278 Gepost op: 2010/04/25, 20:18:31 »
# Minimum size of text area
minimum_size 180
#maximum_width 200
zet 'm eens op breedte 400
OS:  ubuntu
Ubuntu-user  12044

Offline Suns

  • Lid
Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #279 Gepost op: 2010/05/02, 19:07:07 »
wat leuk dit zeg hier is mij conky :-)



Uploaded with ImageShack.us
13th Gen Intel® Core™ i5-1340P × 16
geheugen 64,0 GiB

Linux Counter - user #51039

Offline Mark81

  • Lid
Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #280 Gepost op: 2010/05/06, 16:06:24 »
En bij deze mijn conky:



##############################################
#  Settings
##############################################

background yes
use_xft yes
xftfont Sans:size=8
xftalpha 1
update_interval 1.0
total_run_times 0

own_window yes
own_window_transparent yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

double_buffer yes
minimum_size 200 200
maximum_width 240
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

#default_color d9d7d6
default_color black
default_shade_color 000000
#default_outline_color d9d7d6
default_outline_color black
alignment top_right

gap_x 12
gap_y 34
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no
##############################################
#  Output
##############################################
TEXT
SYSTEM INFO:
${hr}
${font StyleBats:size=16}i ${font}   Kernel:  ${alignr} $sysname $kernel
${font StyleBats:size=16}A ${font}   CPU: ${cpu cpu1}% ${alignr} ${cpubar cpu1 8,60}
${font StyleBats:size=16}g ${font}   RAM: $mem/$memmax${alignr} ${membar 8,60}
${font StyleBats:size=16}j ${font}   SWAP: $swap/$swapmax${alignr} ${swapbar 8,60}
${font StyleBats:size=16}q ${font}   Uptime: ${alignr} ${uptime}

TOP PROCESSES:
${hr}
${top name 1} ${alignr} ${top mem 1} ${top cpu 1} ${alignr}
${top name 2} ${alignr} ${top mem 2} ${top cpu 2} ${alignr}
${top name 3} ${alignr} ${top mem 3} ${top cpu 3} ${alignr}

DISK:
${hr}
${font Pie charts for maps:size=10}2 ${font} Root: ${fs_used /} /${fs_size /} ${alignr} ${fs_bar 5,60 /} ${alignr}
${font Pie charts for maps:size=10}3 ${font} Home: ${fs_used /home} /${fs_size /home} ${alignr} ${fs_bar 5,60 /home} ${alignr}
${font Pie charts for maps:size=10}1 ${font} Data: ${fs_used /media/data} /${fs_size /media/data} ${alignr} ${fs_bar 5,60 /media/data} ${alignr}
${font Pie charts for maps:size=10}5 ${font} Media: ${fs_used /media/media} /${fs_size /media/media} ${alignr} ${fs_bar 5,60 /media/media} ${alignr}

NETWORK:
${hr}
${font PizzaDude Bullets:size=12}a${font}   Local Ip: ${alignr} ${addr ra0} ${alignr}
${font PizzaDude Bullets:size=12}O${font}   Up: ${alignr}${upspeed ra0} kb/s
${font PizzaDude Bullets:size=12}U${font}   Down: ${alignr}${downspeed ra0} kb/s
${font PizzaDude Bullets:size=12}N${font}   Upload: ${alignr} ${totalup ra0} ${alignr}
${font PizzaDude Bullets:size=12}T${font}   Download: ${alignr} ${totaldown ra0} ${alignr}

MUSIC INFO:
${hr}
${execi 2 ~/.config/Scripts/songbird.sh}

SHORTCUT KEYS:
${hr}
Alt+F2$alignr Run Dialog

Super+w$alignr Web Browser
Super+v$alignr VLC mediaplayer
Super+r$alignr Rhythmbox
Super+x$alignr Windows XP
Super+f$alignr File Manager

Super+1$alignr Facebook
Super+2$alignr Flickr
Super+3$alignr Gmail
Super+4$alignr Google Calendar

Songbird.sh heb ik trouwens licht aangepast aangezien ik soms ook Rhythmbox gebruik. Wanneer ik in één van beide spelers muziek afspeel, dan verschijnt de naam van de artiest en nummer in beeld. Wanneer er niets gespeeld wordt, dan staat er Not Playing. Dus deze conky wijkt een heel klein beetje af van de conky uit het screenshot (SONGBIRD INFO -> MUSIC INFO)...

Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #281 Gepost op: 2010/05/06, 21:28:14 »


 # Locale, fonts and font sizes.
use_xft yes
xftfont Droid Sans:size=9
override_utf8_locale yes

# Conky performance
update_interval 1
total_run_times 0
double_buffer yes
no_buffers yes
net_avg_samples 2
text_buffer_size 1024

# Execute it in its own window
own_window yes
own_window_transparent yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Borders, margins.
draw_borders no
border_margin 1

# Own window color
own_window_colour 393834

# Font colors
default_color B7B2AD
#default_color EFEEED

# Text shadows
draw_shades no

# Header colors
color0 DD3A21

# Minimum dimensions
minimum_size 1440 0

# Conky positioning.
alignment bottom_left
gap_x 0
gap_y 30

# Output
TEXT
${voffset 20}${font Droid Sans:style=Bold:size=12}${color0}${goto 256}Disks:${goto 512}Network:${goto 768}Temperatures:${goto 1024}Time and Date:${font}${color}
${voffset 6}${goto 256}System (/):${goto 380}${fs_used /} / ${fs_size /}${goto 512}Upspeed: ${goto 612}${upspeedgraph eth0 10,100 B7B2AD B7B2AD}${font Droid Sans:style=Bold:size=9}  ${upspeed eth0}${font}${goto 768}CPU: ${goto 868}${execi 4 sensors | grep -A 0 'temp1' | cut -c15-18} ºC${goto 1024}${time %H:%M:%S}  ${time %d/%m/%Y}
${goto 15}Kernel: ${goto 100}${kernel}${goto 380}${fs_bar 10,100 /}${goto 512}Downspeed: ${goto 612}${downspeedgraph eth0 10,100 B7B2AD B7B2AD}${font Droid Sans:style=Bold:size=9}  ${downspeed eth0}${font}${goto 768}Hard Disk: ${goto 868}${execi 4 sensors | grep -A 0 'ST9160827AS' | cut -c15-18} ºC${goto 1024}${time %A}, ${time %d} ${time %B} ${time %Y}
${goto 15}CPU: ${goto 100}${cpubar cpu1 10,100}${font Droid Sans:style=Bold:size=9}  ${cpu cpu1}%${font}${goto 256}Home (/Home):${goto 380}${fs_free /home} / ${fs_size /home}${goto 512}Total Uploaded: ${goto 612}${totalup eth0}
${goto 15}RAM: ${goto 100}${membar 10,100}${font Droid Sans:style=Bold:size=9}  $memperc%${font}${goto 380}${fs_bar 10,100 /home}${goto 512}Total Download: ${goto 612}${totaldown eth0}
${goto 15}SWAP:${goto 100}${swapbar 10,100}${font Droid Sans:style=Bold:size=9}  $swapperc%${font}${goto 512}Local IP: ${goto 612}${addr eth0}
${goto 15}Uptime: ${goto 100}${uptime}${goto 512}Public IP: ${goto 612}${execi 10800 ~/.scripts/ip.sh}

Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #282 Gepost op: 2010/05/06, 22:06:19 »
na een tijdje ben ik eens verandert van conky vond deze wel iets hebben http://gnome-look.org/content/show.php/Conky+Ubuntu+Lucid+Theme?content=124144
na een beetje aanpassen is het dit geworden

heb wel een probleempje
het gedeelte onder "netwerk" wil maar neit laden ontbreek een ".scripts/ip.sh" script hoe maak ik er zo een ?
hier mijn conky
# Locale, fonts and font sizes.
use_xft yes
xftfont Droid Sans:size=9
override_utf8_locale yes

# Conky performance
update_interval 1
total_run_times 0
double_buffer yes
no_buffers yes
net_avg_samples 2
text_buffer_size 1024

# Execute it in its own window
own_window yes
own_window_transparent yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Borders, margins.
draw_borders no
border_margin 1

# Own window color
own_window_colour 393834

# Font colors
default_color B7B2AD
#default_color EFEEED

# Text shadows
draw_shades no

# Header colors
color0 DD3A21

# Minimum dimensions
minimum_size 1440 0

# Conky positioning.
alignment bottom_left
gap_x 0
gap_y 700

# Output
TEXT
${image ~/.conkytheme/pix/frame.png -p 0,0 -s 1440x180}
${voffset 20}${font Droid Sans:style=Bold:size=12}${color0}${goto 256}Disks:${goto 512}Network:${goto 768}Temperatures:${goto 1024}Time and Date:${font}${color}
${voffset 6}${goto 256}System (/):${goto 380}${fs_used /} / ${fs_size /}${goto 512}Upspeed: ${goto 612}${upspeedgraph eth0 10,100 B7B2AD B7B2AD}${font Droid Sans:style=Bold:size=9}  ${upspeed eth0}${font}${goto 768}CPU: ${goto 868}${execi 4 sensors | grep -A 0 'temp2' | cut -c15-18} ºC${goto 1024}${time %H:%M}  ${time %d/%m/%Y}
${goto 15}Kernel: ${goto 100}${kernel}${goto 380}${fs_bar 10,100 /}${goto 512}Downspeed: ${goto 612}${downspeedgraph eth0 10,100 B7B2AD B7B2AD}${font Droid Sans:style=Bold:size=9}  ${downspeed eth0}${font}${goto 768}Hard Disk: ${goto 868}${execi 4 sensors | grep -A 0 'temp1' | cut -c15-18} ºC${goto 1024}${time %A}, ${time %d} ${time %B} ${time %Y}
${goto 15}CPU: ${goto 100}${cpubar cpu1 10,100}${font Droid Sans:style=Bold:size=9}  ${cpu cpu1}%${font}${goto 256}Home (/Home):${goto 380}${fs_free /home} / ${fs_size /home}${goto 512}Total Uploaded: ${goto 612}${totalup eth0}
${goto 15}RAM: ${goto 100}${membar 10,100}${font Droid Sans:style=Bold:size=9}  $memperc%${font}${goto 380}${fs_bar 10,100 /home}${goto 512}Total Download: ${goto 612}${totaldown eth0}
${goto 15}SWAP:${goto 100}${swapbar 10,100}${font Droid Sans:style=Bold:size=9}  $swapperc%${font}${goto 512}Local IP: ${goto 612}${addr eth0}
${goto 15}Uptime: ${goto 100}${uptime}${goto 512}Public IP: ${goto 612}${execi 10800 ~/.scripts/ip.sh}


Offline Thijsg

  • Lid
Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #283 Gepost op: 2010/05/06, 22:10:53 »
De inhoud van mijn ip.sh:

wget http://checkip.dyndns.org/ -q -O - |
grep -Eo '\<[[:digit:]]{1,3}(\.[[:digit:]]{1,3}){3}\>'

Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #284 Gepost op: 2010/05/07, 13:55:47 »
ik heb nu een leuk conky op mijn server staan (server is grafisch zonder scherm wel met ex bureaublad)
kan ik die op 1 of andere manier benaderen vanuit firefox?

dat ik de status van dat ding weet
weer terug van weg geweest gebruik ubuntu 12.04 weer

Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #285 Gepost op: 2010/05/07, 14:00:12 »
Zo toch nog effe lopen vogelen en ben al weer een end .

Nu de temp van de CPU nog. als ik in mijn conky file
$alignr CPU: ${execi 60 sensors} C
invoer is dit het resultaat


Hoe kan ik hier alleen de temperatuur uit distilleren ??


hoe heb je dit nu gedaan?
weer terug van weg geweest gebruik ubuntu 12.04 weer

Offline Wiley

  • Lid
Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #286 Gepost op: 2010/05/07, 22:12:24 »
hmm, in Lucid werken m'n temperatuur indicatoren met hddtemp ineens niet meer. hdd temp geïnstalleerd en voor alle gebruikers geactiveerd, werkt ook gewoon in een terminal, maar niet in het .conkyrc dat ik ook in Karmic gebruikte. Iemand een idee?

Internal HDD 1: ${hddtemp /dev/sda 127.0.0.1 7634}${iconv_start UTF-8 ISO_8859-1}°C ${iconv_stop}
Internal HDD 2: ${hddtemp /dev/sdb 127.0.0.1 7634}${iconv_start UTF-8 ISO_8859-1}°C ${iconv_stop}
« Laatst bewerkt op: 2010/05/07, 22:19:53 door Wiley »

Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #287 Gepost op: 2010/05/07, 22:31:43 »
Iemand heeft een Arch Linux-thema gemaakt voor Conky, hier is de .conkyrc:

# Tipo de letra por defecto.
use_xft yes
xftfont Droid Sans:size=9
override_utf8_locale yes

# Configuración de rendimiento.
update_interval 1
total_run_times 0
double_buffer yes
no_buffers yes
net_avg_samples 2
text_buffer_size 1024

# Ejecutarlo en su propia ventana en lugar de usar el escritorio.
own_window yes
own_window_transparent yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Borde.
draw_borders no
border_margin 1

# Color por defecto del fondo de la ventana
own_window_colour 393834

# Color por defecto.
#default_color B7B2AD
default_color FFFFFF

# Dibuja marco.
draw_shades no

# Colores de trabajo.
#color0 DD3A21
color0 A9B7C4
# Dimensiones mínimas.
minimum_size 1440 0

# Posición de Conky.
alignment bottom_left
gap_x 0
gap_y 4

# Texto
TEXT
${image ~/.conkytheme/pix/framearchb.png -p 0,0 -s 1280x180}
${voffset 24}${font Droid Sans:style=Bold:size=12}${color0}${goto 256}Discos:${goto 512}Red:${goto 768}Temperaturas:${goto 1024}Fecha:${font}${color}
${voffset 8}${goto 256}Sistema (/):${goto 380}${fs_used /} / ${fs_size /}${goto 512}Envío: ${goto 612}${upspeedgraph eth0 10,100 B7B2AD B7B2AD}${font Droid Sans:style=Bold:size=9}  ${upspeed eth0}${font}${goto 768}CPU: ${goto 868}${execi 4 sensors | grep -A 0 'temp2' | cut -c15-18} ºC${goto 1024}${time %H:%M}  ${time %d/%m/%Y}
${goto 16}Kernel: ${goto 100}${kernel}${goto 380}${fs_bar 10,100 /}${goto 512}Recibo: ${goto 612}${downspeedgraph eth0 10,100 B7B2AD B7B2AD}${font Droid Sans:style=Bold:size=9}  ${downspeed eth0}${font}${goto 768}Disco duro: ${goto 868}${execi 4 sensors | grep -A 0 'temp1' | cut -c15-18} ºC${goto 1024}${time %A}, ${time %d} de ${time %B} del ${time %Y}
${goto 16}CPU: ${goto 100}${cpubar cpu1 10,100}${font Droid Sans:style=Bold:size=9}  ${cpu cpu1}%${font}${goto 256}Usuario (/Home):${goto 380}${fs_free /home} / ${fs_size /home}${goto 512}Enviado: ${goto 612}${totalup eth0}
${goto 16}RAM: ${goto 100}${membar 10,100}${font Droid Sans:style=Bold:size=9}  $memperc%${font}${goto 380}${fs_bar 10,100 /home}${goto 512}Recibido: ${goto 612}${totaldown eth0}
${goto 16}SWAP:${goto 100}${swapbar 10,100}${font Droid Sans:style=Bold:size=9}  $swapperc%${font}${goto 512}Ip Local: ${goto 612}${addr eth0}
${goto 15}Actividad: ${goto 100}${uptime}${goto 512}Ip Pública: ${goto 612}${execi 10800 ~/.scripts/ip.sh}

Bron: http://kde-look.org/content/show.php/Conky+Arch+Theme?content=124285
« Laatst bewerkt op: 2010/05/08, 14:34:05 door Wanda »

Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #288 Gepost op: 2010/05/08, 12:00:30 »
@Vistaus misschien eens je conky tussen een code tag plaatsen vind deze ook wel mooi
en kan er mij misschien iemand uitleggen hoe je de "ip.sh:" moet invuullen ? met de tip van Thijsg krijg ik enkel mijn pubiek ip te zien
wat ik nog wil zien is
upload snelheid
download snelheid
en de totale volumes van up en download

Offline Drummies

  • Lid
Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #289 Gepost op: 2010/05/08, 12:32:10 »

Code: (.conkyrc) [Selecteer]
# UBUNTU-CONKY
# A comprehensive conky script, configured for use on
# Ubuntu / Debian Gnome, without the need for any external scripts.
#
# Based on conky-jc and the default .conkyrc.
# INCLUDES:
# - tail of /var/log/messages
# - netstat connections to your computer
#
# -- Pengo (conky@pengo.us)


## conky configuration

# edited by french.

background no
use_xft yes
xftfont Terminus:size=10
out_to_console no
update_interval 2.0
total_run_times 0
own_window no
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
stippled_borders 8
border_margin 12
border_width 1
default_color light blue
default_shade_color black
default_outline_color white
alignment top_right
maximum_width 270
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
gap_x 15
gap_y 35
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer yes

TEXT
${color #47BAF5}Conky French Lucid Lynx 10.04${color }
${color #47BAF5}${time %a, } ${time %e %B %G}
${color slate blue}${time %Z,    }${color }${time %H:%M:%S}
${color slate blue}UpTime: ${color }$uptime
${color slate blue}Kernel:${color }  ${alignr} $sysname $kernel
${color slate blue}CPU: ${color }${cpu cpu1}% ${alignr} ${cpubar cpu1 8,60}
${color slate blue}Load: ${color }$loadavg
${color slate blue}Processes: ${color }$processes 
${color slate blue}Running:   ${color }$running_processes

${color slate blue}Highest CPU:
${color #E5C9E9} ${top name 1}$alignr${top cpu 1}%
${color lightgrey} ${top name 2}$alignr${top cpu 2}%
${color lightgrey} ${top name 3}$alignr${top cpu 3}%
${color lightgrey} ${top name 4}$alignr${top cpu 4}%

${color slate blue}Highest MEM:
${color #E5C9E9} ${top_mem name 1}$alignr${top_mem mem 1}%
${color lightgrey} ${top_mem name 2}$alignr${top_mem mem 2}%
${color lightgrey} ${top_mem name 3}$alignr${top_mem mem 3}%
${color lightgrey} ${top_mem name 4}$alignr${top_mem mem 4}%

${color slate blue}MEM: ${color }$memperc% $mem/$memmax
${membar 5,000}
${color slate blue}SWAP: ${color }$swapperc% $swap/$swapmax
${swapbar 5,000}

${color slate blue}DISK: ${color }$diskio
${color slate blue}Hdd Temp:${color }${exec nc localhost 7634 | cut -f 4 -d "|"} C
${color slate blue}Used ${color }${alignr}${fs_used /home} / ${fs_size /home}
${fs_bar 5,000 /home}
${color }${diskiograph 20,160 E5C9E9 E5C9E9}

${color slate blue}Network: ${color }${addr eth0}
${color}Up: ${color }${upspeed eth0} k/s
${upspeedgraph eth0 20,160 E5C9E9 E5C9E9}
${color}Down: ${color }${downspeed eth0}k/s${color}
${downspeedgraph eth0 20,160 E5C9E9 E5C9E9}
${color #47BAF5}Shortcut Key
${hr}
${color slate blue}Alt+F2$alignr ${color }  Run Dialog

${color 6694B2}${font OpenLogos:size=31} v t f x

« Laatst bewerkt op: 2010/05/09, 14:37:06 door Drummies »
Gestopt als aktief Forumlid 17/10/2011

Offline Thijsg

  • Lid
Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #290 Gepost op: 2010/05/09, 14:39:26 »
Probeer dit eens:

Download$alignr${downspeedf eth0}Kb/s
Totaal down$alignr${totaldown eth0}
Upload$alignr${upspeedf eth0}Kb/s
Totaal up$alignr${totalup eth0}

Offline elendil

  • Lid
Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #291 Gepost op: 2010/05/09, 17:01:31 »
Na heel veel foutmeldingen knippen en plakken werkt mijn conky :)
 ${color #ba55d3}${execbar sh ~/.conky/rhythmboxbar.sh}

$endif
${color orange}Er zijn ${texeci 60 perl ~/.conky/gmail.pl n} nieuwe mail(s).${hr 2}$color
${execi 60 perl ~/.conky/gmail.pl s}


rythmbox en Gmail werken ook nu ben ik nog op zoek naar een manier om gegevens van een radio station weer te geven.

Paul, kun jij het rhythmbox script plaatsen?


-=[ Not all those who wander are lost ]=-

Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #292 Gepost op: 2010/05/09, 17:11:04 »
Probeer dit eens:

Download$alignr${downspeedf eth0}Kb/s
Totaal down$alignr${totaldown eth0}
Upload$alignr${upspeedf eth0}Kb/s
Totaal up$alignr${totalup eth0}

werkt (ook) niet maar kan dit temaken hebben met "eth0" is dit niet voor bekabeld internet , hier is het namelijk over een draadloos netwerk ?

Offline Thijsg

  • Lid
Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #293 Gepost op: 2010/05/09, 20:59:33 »
Houd de muis eens boven het netwerkicoontje. Bij mij staat daar "Bekabelde netwerkverbinding 'Auto eth0' actief". Bij jou zal iets soortgelijks staan.

Offline elendil

  • Lid
Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #294 Gepost op: 2010/05/10, 03:51:13 »
Dit is m'n laatste versie:

En dit is de .conkyrc:

# UBUNTU-CONKY
# A comprehensive conky script, configured for use on
# Ubuntu / Debian Gnome, without the need for any external scripts.

# X font when Xft is disabled, you can pick one with program xfontsel
#font 5x7
font 6x10
#font 7x13
#font 8x13
#font 9x15
#font Verdana:size=6
#font -*-*-*-*-*-*-35-*-*-*-*-*-*-*

# Use Xft?
use_xft no

# Set conky on the bottom of all other applications
#on_bottom yes

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

# Text alpha when using Xft
# xftalpha .5

# Print everything to stdout?
# out_to_console no

# Print everything to console?
# out_to_console no

# mail spool
#mail_spool $MAIL

# Update interval in seconds
update_interval .3

# 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 overide
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

# 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
#no_buffers yes

# fiddle with window
#user_spacer yes

# Minimum size of text area
minimum_size 250 5

# Maximum width
maximum_width 420

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders

# border margins
border_margin 4

# border width
border_width 10

# Draw graph. borders
draw_graph_borders yes

# Default colors and also border colors
default_color white
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 20

# 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 4

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

# 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 yes

# 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
# ---> System block <------------------------------------------------------------------------------------------------------
$color
${color orange}SYSTEM ${hr 2}$color

$nodename $sysname $kernel on $machine

Hostname: ${color #dd3e00}$nodename

${alignc}${color green}${time %A,} ${color }${time %e %B %G} ${color #ddaa00}${time %H:%M:%S}

${alignc}${color lightgrey}System uptime: ${color #ddaa00}${uptime}

# ---> CPU block <---------------------------------------------------------------------------------------------------------
${color orange}CPU ${hr 2}$color

${color }${tab 20}AMD Phenom II X4 920 ${color lightgrey} Freqency: ${color #ddaa00}${freq_g cpu0} ${color }Ghz

CPU1 ${cpu cpu1}%${alignr} CPU2 ${cpu cpu2}%${alignr}
${cpugraph 15,140 fe9d9d 8b0000 cpu1}${alignr}${cpugraph 15,140 fdd68f ffa500 cpu2}
CPU3 ${cpu cpu3}%${alignr} CPU4 ${cpu cpu4}%${alignr}
${cpugraph 15,140 9ef69e 006400 cpu3}${alignr}${cpugraph 15,140 7b7bfa 1717ee cpu4}

${color }Top CPU Processes:    PID   CPU%

${color #ddaa00}${tab 20}${top name 1} ${top pid 1} ${top cpu 1}
${color lightgrey}${tab 20}${top name 2} ${top pid 2} ${top cpu 2}
${color lightgrey}${tab 20}${top name 3} ${top pid 3} ${top cpu 3}
${color lightgrey}${tab 20}${top name 4} ${top pid 4} ${top cpu 4}

${color lightgrey}${tab 20}Load: ${loadavg}
${color lightgrey}${tab 20}Processes Running: ${color }${running_processes}
${color lightgrey}${tab 20}Processes Sleeping: ${color }${processes}

# ---> Memory block <-----------------------------------------------------------------------------------------------------
${color orange}MEMORY ${hr 2}$color

RAM:   ${color #ddaa00}$memperc%${alignr}Swap:  ${color #ddaa00}$swapperc%
${color 065c74}${membar 15,140 2}$color${alignr}${color 822626}${swapbar 15,140 6}$color

${color }Top Memory Processes:    MEM%

${color #ddaa00}${tab 20}${top_mem name 1}    ${top_mem mem 1}
${color lightgrey}${tab 20}${top_mem name 2}    ${top_mem mem 2}
${color lightgrey}${tab 20}${top_mem name 3}    ${top_mem mem 3}
${color lightgrey}${tab 20}${top_mem name 4}    ${top_mem mem 4}
${color lightgrey}${tab 20}${top_mem name 5}    ${top_mem mem 5}

# ---> Disk block <---------------------------------------------------------------------------------------------------------
${color orange}DISK FREE ${hr 2}$color

root:  ${fs_free_perc /}%
${color #fe6c6c}${fs_bar 5 /}$color
download:  ${fs_free_perc /media/download}%
${color #febd6c}${fs_bar 5 /media/download}$color
disk 2:  ${fs_free_perc /media/Disk 2}%
${color #fdfe6c}${fs_bar 5 /media/Disk 2}$color
reserve:  ${fs_free_perc /media/Reserve}%
${color #6ffe6c}${fs_bar 5 /media/Reserve}$color
reserve 2:  ${fs_free_perc /media/Reserve 2}%
${color #6c7bfe}${fs_bar 5 /media/Reserve 2}$color
elements:  ${fs_free_perc /media/Elements}%
${color #fe6cf8}${fs_bar 5 /media/Elements}$color


${color }HD IO: ${diskio}
${color }${diskiograph 15,290 ffffff 0077ff}

# ---> Network block <-----------------------------------------------------------------------------------------------------
${color orange}NETWORK (${addr eth0}) ${hr 2}$color

Down: ${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
${downspeedgraph eth0 15,140 ffffff ff0000} ${alignr}${upspeedgraph eth0
15,140 ffffff 00ff00}$color
Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}

Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768
61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}

# ---> Media block <-------------------------------------------------------------------------------------------------------
${color orange}MEDIA ${hr 2}$color

${if_running rhythmbox}
${color lightgrey}Rhythmbox
 ${color #ffe7ba}Title : ${color 2499ff}${execi 20 rhythmbox-client --no-start --print-playing-format "%tt"}
 ${color #ffe7ba}Album : ${color 2499ff}${execi 20 rhythmbox-client --no-start --print-playing-format "%at"}$alignr${color #ffe7ba} CD:${color 2499ff}${execi 20 rhythmbox-client --no-start --print-playing-format "%aN"}
 ${color #ffe7ba}Artist: ${color 2499ff}${execi 20 rhythmbox-client --no-start --print-playing-format "%aa"}$alignr${color #ffe7ba}Track:${color 2499ff}${execi 20 rhythmbox-client --no-start --print-playing-format "%tN"}
 ${color #ffe7ba}Time: ${color #9acd32}${execi 1 rhythmbox-client --no-start --print-playing-format "%te / %td"}$alignr${color #ffe7ba}Year: ${color 2499ff}${execi 20 rhythmbox-client --no-start --print-playing-format "%ay"}
  ${color #ba55d3}${execbar sh ~/.conky/rhythmboxbar.sh}
$endif

${color lightgrey}Audacious ${alignr}${color white} ${exec audtool current-song-output-length}/${exec audtool current-song-length}
${color #3ff707}${execbar expr 100 \* $(audtool --current-song-output-length-seconds) \/ $(audtool --current-song-length-seconds)}
${color 2499ff}${exec audtool playlist-position}. ${exec audtool current-song}


-=[ Not all those who wander are lost ]=-

Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #295 Gepost op: 2010/05/10, 16:21:43 »
Houd de muis eens boven het netwerkicoontje. Bij mij staat daar "Bekabelde netwerkverbinding 'Auto eth0' actief". Bij jou zal iets soortgelijks staan.
heb dit gedaan en verandert maar geen effect (draadloze netwerkverbinding 'auto dlink' actief dlink (dus dlink ingegeven niets veranderd :s )

Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #296 Gepost op: 2010/05/10, 18:07:09 »
@verhelsttje: probeer eens met wlan0

Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #297 Gepost op: 2010/05/10, 21:18:30 »
@verhelsttje: probeer eens met wlan0
dat was wat ik nodig had nu ik hem lees weet ik het terug :d

heb ondertussen nog een klein "probleempje" ontdekt
mijn tempratuur van mijn cpu wordt niet weergegeven hoe pas ik deze aan , heb een dualcore amd 64bit

Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #298 Gepost op: 2010/05/11, 07:11:08 »
typ even in een terminal 'sensors'
de eerste waarde die je zal zien staan is waarschijnlijk temp[n]: 42°
vul dan bij je CPU temp[n] in.


Offline elendil

  • Lid
Re: Post hier je .conkyrc plus een screenshot ;)
« Reactie #299 Gepost op: 2010/06/28, 15:28:42 »
Sensors geeft dit aan:

elendil@ubuntu:~$ sensors
f71882fg-isa-0500
Adapter: ISA adapter
+3.3V:       +3.31 V
in1:         +1.38 V  (max =  +2.04 V)   
in2:         +1.11 V
in3:         +0.89 V
in4:         +0.58 V
in5:         +0.88 V
in6:         +0.70 V
3VSB:        +3.31 V
Vbat:        +3.28 V
fan1:       3740 RPM
fan2:       1650 RPM
fan3:       1021 RPM
fan4:          0 RPM  ALARM
temp1:       +65.0°C  (high = +255.0°C, hyst = +251.0°C) 
                      (crit = +255.0°C, hyst = +251.0°C)  sensor = transistor
temp2:         FAULT  (high = +255.0°C, hyst = +251.0°C) 
                      (crit = +255.0°C, hyst = +251.0°C)  sensor = transistor
temp3:       +36.0°C  (high = +255.0°C, hyst = +253.0°C) 
                      (crit = +255.0°C, hyst = +253.0°C)  sensor = transistor


Hoe kan ik deze adapter opnemen in Conky en wat houden de eerste en derde temperatuur in (CPU + MB)??


-=[ Not all those who wander are lost ]=-