Parte un conky diverso dal codice ?!?!?
Inviato: giovedì 16 settembre 2010, 21:03
Salve a tutti.
Questo e' il codice del mio conky
Dovrebbe essere un conky orizzontale ...., ma lanciando questo comando da terminale
conky -d -c /home/kar/.conky/.conkyrc-top-1920
ottengo il conky dell'immagine (completamente diverso !!!) :'(
Eppure il conky che lancio e' quello giusto e nella mia home non c'e' nessun file .conkyrc >:( >:( >:(
Immagino che la soluzione sara' semplicissima, ma .... aiutatemi !!!
Questo e' il codice del mio conky
Codice: Seleziona tutto
# Use Xft?
use_xft yes
xftfont GE Inspira:bold:size=8
xftalpha 0.8
text_buffer_size 2048
# Update interval in seconds
update_interval 1.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_type override
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
# minimum_size 1678 0
# maximum_width 1678
minimum_size 1920 0
# maximum_width = larghezza
maximum_width 1920
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
# bordo
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
border_inner_margin 1
# border width
# spessore bordo
border_width 1
draw_graph_borders no
# Default colors and also border colors
default_color DCDCDC
#default_shade_color black
#default_outline_color white
own_window_colour 333333
# Text alignment, other possible values are commented
# alignment top_left
# alignment top_right
# alignment bottom_left
alignment bottom_right
# Gap between borders of screen and text
# same thing as passing -x at command line
# gap_x = distanza dal bordo sinistro
# gap_y = distanza dal bordo superiore
# 770 = solo portatile (1280x )
# 730 = portatile + monitor hp (1024x768) (schermi clonati)
# 1020= monitor HP 1920x1080
gap_x 3
gap_y 288
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer none
short_units yes
pad_percents 2
imlib_cache_size 0
#
default_color ffffff
TEXT
# *******************************
# orario
# *******************************
${voffset 14}${font Route 3:size=20}${time %k}${font} ${offset 1}${voffset -14}${font Route 3:size=11}${time %M}${font}${offset 7}${voffset -3}${font Route 3:size=8}${time %S}${offset -30}${voffset 14}${font Route 3:size=8}${time %A}, ${time %d} ${time %b} ${time %Y}
# ${image ~/.conky/img/Memory.png -p 850,1 -s 24x24} ${image ~/.conky/img/mailbox.png -p 925,1 -s 32x32} ${image ~/.conky/img/cpu1.png -p 674,1 -s 24x24} ${image ~/.conky/img/harddisc-128x128.png -p 498,1 -s 24x24}
${voffset -54}${font Bitstream Vera Sans Mono:size=9}${goto 200} Home: ${goto 243} ${fs_used /home/kar} / ${goto 297} ${fs_size /home/kar} ${goto 345} Core0: ${cpu cpu0} % ${goto 445}${cpugraph cpu0 10,70 ffffff ffffff}${goto 530} Temp.: ${platform coretemp.0 temp 1}° ${goto 630} Memoria : ${memperc} % ${membar 10,70} ${goto 830} Kernel: ${goto 900}$kernel
#seconda riga
${voffset 0}${goto 200} Dati:${goto 243} ${fs_used /media/sda6} / ${goto 297} ${fs_size /media/sda6} ${goto 345} Core1: ${cpu cpu1} % ${goto 445}${cpugraph cpu1 10,70 ffffff ffffff} ${goto 530} Temp.: ${platform coretemp.1 temp 1}° ${goto 630} Email : ${execi 60 conkyEmail --servertype=POP --servername=popmail.email.it --username=xxxxxxx@xxxxx.it --password=xxxxxxxxx --ssl} ${goto 830} ${execpi 60 conkyForecast --location=ITXX0260 --template=/home/kar/.conky/scripts/conkyForecast-img.template}
conky -d -c /home/kar/.conky/.conkyrc-top-1920
ottengo il conky dell'immagine (completamente diverso !!!) :'(
Eppure il conky che lancio e' quello giusto e nella mia home non c'e' nessun file .conkyrc >:( >:( >:(
Immagino che la soluzione sara' semplicissima, ma .... aiutatemi !!!