Uso Debian testing(xfce)vorrei mettere conky sul mio desktop(uso anche ubuntu 10.10 su un altro hard disk
) vorrei una guida per imparare a compilare e creare un conky da zeropotete postarmi una guida dato che non la trovo?
Grazie a tutti

) vorrei una guida per imparare a compilare e creare un conky da zero








root@marcus:/home/marcus# conky
Conky: use_spacer should have an argument of left, right, or none. 'yes' seems to be some form of 'true', so defaulting to right.
Conky: statfs '/media/Deposito': No such file or directory
Conky: got an endif without matching if
Conky: Error destroying thread
Conky: Error destroying thread
Conky: Error destroying thread
Conky: Error destroying thread
Conky: Error destroying thread
***** Imlib2 Developer Warning ***** :
This program is calling the Imlib call:
imlib_context_free();
With the parameter:
context
being NULL. Please fix your program.
root@marcus:/home/marcus# 


own_window yes
own_window_type override
own_window_transparent yes

Rocker85 ha scritto:Dato che ubuntu deriva da debian
http://wiki.ubuntu-it.org/AmbienteGrafico/Conky
XFCE: utilizzando l'ambiente grafico XFCE è necessario inserire le seguenti specifiche all'inizio del file di configurazione
- Codice: Seleziona tutto
own_window yes
own_window_type override
own_window_transparent yes
vale anche per debian con ambiente grafico xfce?





# Use Xft?
use_xft yes
xftfont HandelGotD:size=8
xftalpha 0.8
text_buffer_size 2048
# Update interval in seconds
update_interval 1
# 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 220
maximum_width 220
# Draw shades?
draw_shades yes
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
border_margin 2
draw_graph_borders no
# border width
border_width 1
# Default colors and also border colors
default_color FFFFFF
default_shade_color 000000
default_outline_color 000000
own_window_colour 000000
# Text alignment, other possible values are commented
#alignment top_left
#alignment middle_right
#alignment bottom_left
#alignment bottom_right
alignment top_right
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 15
gap_y 15
# 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 1
# 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
TEXT
${font LCD:style=Bold:pixelsize=30}${color 931616}${alignc}${time %H:%M:%S}${color} ${font Snap.se:size=8}
${font Radio Space:size=10}${alignc}${time %A %d %B %Y}${font Snap.se:size=8}
${alignc}${color 931616}SISTEMA${font Snap.se:size=8}${color}
${color white}Computer$color Debian GNU/Linux ${alignr}${color white}
${color white}Kernel$color $kernel ${alignr}${color white}Arch.$color $machine
CPU ${alignc} ${freq}MHz / ${acpitemp} C ${alignr}(${cpu cpu1}%)
${cpubar 4 cpu1}
${cpugraph cccccc 931616}
RAM ${alignr}$mem / $memmax ($memperc%)
${membar 4}
SWAP ${alignr}$swap / $swapmax ($swapperc%)
${swapbar 4}
Processi ${alignr} CPU% MEM%
${hr 1}
${top name 1}${alignr}${top cpu 1} ${top mem 1}
${top name 2}${alignr}${top cpu 2} ${top mem 2}
${top name 3}${alignr}${top cpu 3} ${top mem 3}
${top name 4}${alignr}${top cpu 4} ${top mem 4}
${top name 5}${alignr}${top cpu 5} ${top mem 5}
${alignc}${color 931616}FILE SYSTEM${color}${font Snap.se:size=8}
HDD $color ${alignc}${fs_used /}/${fs_size /} ${alignr}(${fs_free_perc /}%)
${fs_bar 4 /}
${alignc}${color 931616}RETE${font Snap.se:size=8}${color}
${if_existing /proc/net/route wlan0}
Down: ${alignr}${downspeed wlan0} kb/s
${downspeedgraph wlan0 cccccc 931616}
Up: ${alignr}${upspeed wlan0} kb/s
${upspeedgraph wlan0 cccccc 931616}
Totale Upload : ${alignr}${totalup wlan0}
Totale Download : ${alignr}${totaldown wlan0}
Segnale: ${alignr}${wireless_link_qual wlan0}%
${wireless_link_bar 4 wlan0}
ESSID: $alignr ${wireless_essid wlan0}
Local Ip: ${alignr}${addr wlan0}
${else}${if_existing /proc/net/route eth0}
Down: ${alignr}${downspeed eth0} kb/s
${downspeedgraph eth0 cccccc 931616}
Up: ${alignr}${upspeed eth0} kb/s
${upspeedgraph eth0 cccccc 931616}
Totale Upload : ${alignr}${totalup eth0}
Totale Download : ${alignr}${totaldown eth0}
${endif}${else}${if_existing /proc/net/route ppp0}
Down: ${alignr}${downspeed ppp0} kb/s
${downspeedgraph ppp0 cccccc 931616}
Up: ${alignr}${upspeed eth0} kb/s
${upspeedgraph ppp0 cccccc 931616}
Totale Upload : ${alignr}${totalup ppp0}
Totale Download : ${alignr}${totaldown ppp0}
${endif}${else}
${font Radio Space:size=10}Nessuna Rete{font Snap.se:size=8}
${endif} 



Torna a Altre distribuzioni e sistemi operativi
Visualizzano questa pagina: Nessuno e 1 ospite