::) che vuol dire questo verbo
Se vuoi te le posso fare io il lavoro sporco ma non oggi è tardi

::) che vuol dire questo verbo


http://www.manpagez.com/man/8/ping/deegan ha scritto: Ho trovato in rete questa stringa da inserire nel conky:
${texeci 60 ping www.ubuntu.it}
Io ha inserito www.ubuntu.it ma nel conky mi esce il n°4
cosa sarebbe???? :-\

Grazie, ma con l'inglese non ci capiamo..... (nono)SuNjACk ha scritto:http://www.manpagez.com/man/8/ping/deegan ha scritto: Ho trovato in rete questa stringa da inserire nel conky:
${texeci 60 ping www.ubuntu.it}
Io ha inserito www.ubuntu.it ma nel conky mi esce il n°4
cosa sarebbe???? :-\

Questo va benedeegan ha scritto:Grazie, ma con l'inglese non ci capiamo..... (nono)SuNjACk ha scritto:http://www.manpagez.com/man/8/ping/deegan ha scritto: Ho trovato in rete questa stringa da inserire nel conky:
${texeci 60 ping www.ubuntu.it}
Io ha inserito www.ubuntu.it ma nel conky mi esce il n°4
cosa sarebbe???? :-\
Pensavo fosse una stringa che una volta inserita mi veniva scritto sul conky se (io) ho ricevuto qualche massaggio privato nel forum!! :-[

Vuol dire mettercile mani.SuNjACk ha scritto:::) che vuol dire questo verbo
Se vuoi te le posso fare io il lavoro sporco ma non oggi è tardi

Il conky unico non ti interessa?sixx ha scritto:Vuol dire mettercile mani.SuNjACk ha scritto:::) che vuol dire questo verbo
Se vuoi te le posso fare io il lavoro sporco ma non oggi è tardi

Per ora no grazie, mi farò risentire!!SuNjACk ha scritto:Il conky unico non ti interessa?sixx ha scritto:Vuol dire mettercile mani.SuNjACk ha scritto:::) che vuol dire questo verbo
Se vuoi te le posso fare io il lavoro sporco ma non oggi è tardi

Ok, è stato un piacere aiutartisixx ha scritto:Per ora no grazie, mi farò risentire!!SuNjACk ha scritto:Il conky unico non ti interessa?sixx ha scritto:Vuol dire mettercile mani.SuNjACk ha scritto:::) che vuol dire questo verbo
Se vuoi te le posso fare io il lavoro sporco ma non oggi è tardi
Vi ho gia stressato troppo per stasera![]()


ciccioformaggio ha scritto: Come posso fare per non ricevere più notifiche quando qualcuno fa un commento su questa noiosa discussione...

Argomento ripetuto più e più volte: non si può. Se una discussione non vi piace, perché postate? :-\ciccioformaggio ha scritto: Come posso fare per non ricevere più notifiche quando qualcuno fa un commento su questa noiosa discussione...


Codice: Seleziona tutto
# — Conky settings — #
background no
update_interval 1
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
double_buffer yes
no_buffers yes
text_buffer_size 1024
# — Window specifications — #
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
border_inner_margin 0
border_outer_margin 0
minimum_size 150
#maximum_width 1000
alignment tl
gap_x 10
gap_y 10
# — Graphics settings — #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_bar_size 30 6
# — Text settings — #
use_xft yes
xftfont Sans:size=8
xftalpha 0.8
uppercase no
default_color 101010
# — Lua Load — #
#lua_load ~/Conky/rings-lua/clock.lua
#lua_draw_hook_pre ring_stats
# — Colors — #
color1 000000
TEXT
${goto 60}$color1${font Sans:size=10:bold}${time %H:%M:%S}${font}
${goto 30}${font Sans:size=9:bold}${time %d %a %b %Y}$font$color
${voffset 2}Cpu:${goto 40}$color1${cpu}%$color${goto 82}${cpugraph 8,30}${offset 10}${cpubar}
${voffset 2}Ram:${goto 40}$color1${memperc}$color%${goto 122}${membar}
${voffset 2}Root:${goto 40}$color1${fs_used_perc /}%$color${goto 122}${fs_bar /}
${voffset 2}Sun:${goto 40}$color1${fs_used_perc /media/Sunny}%$color${goto 122}${fs_bar /media/Sunny}
${voffset 2}Ip:${alignr}$color1${addr ppp0}$color
${voffset 2}Up/Dw:${alignr}$color1${upspeedf ppp0}/${downspeedf ppp0}$color Kb/s
${voffset 2}Total:${alignr}$color1${totalup ppp0}/${totaldown ppp0}$color
${voffset 2}Uptime:${alignr}$color1$uptime$color
$color1${top name 1}$alignr${top cpu 1}$color
${top name 2}$alignr${top cpu 2}
${top name 3}$alignr${top cpu 3}
${top name 4}$alignr${top cpu 4}
Codice: Seleziona tutto
# — Conky settings — #
background no
update_interval 1
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
double_buffer yes
no_buffers yes
text_buffer_size 1024
# — Window specifications — #
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
border_inner_margin 0
border_outer_margin 0
minimum_size 1000
maximum_width 1000
alignment bl
gap_x 15
gap_y 75
# — Graphics settings — #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_bar_size 30 8
# — Text settings — #
use_xft yes
xftfont Serif:size=8
xftalpha 0.8
uppercase no
default_color 0a0a0a
# — Lua Load — #
#lua_load ~/Conky/rings-lua/clock.lua
#lua_draw_hook_pre ring_stats
# — Colors — #
color1 000000
color2 222222
# Azzurro 009eff
TEXT
${voffset 3}$color1${mpd_title}$color ${offset 5}~${offset 5} $color1$mpd_artist$color [ $color1${mpd_album}$color ] ${goto 785}$mpd_status${goto 840}[ $color1$mpd_elapsed$color/$mpd_length ] ${goto 920} Vol: $color1$mpd_vol %$color
$color2${mpd_bar 3,980}$color
Codice: Seleziona tutto
# 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)
#
cpu_avg_samples 2
net_avg_samples 2
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# fiddle with window
use_spacer yes
use_xft yes
xftfont Bitstream Vera Sans Mono:size=8
xftalpha 0.8
default_color black
default_shade_color black
default_outline_color black
# Update interval in seconds
update_interval 1
# Minimum size of text area
# minimum_size 250 5
# Draw shades?
draw_shades no
# Text stuff
draw_outline no # amplifies text if yes
draw_borders no
uppercase no # set to yes if you want all text to be in uppercase
# Stippled borders?
stippled_borders 10
# border margins
border_margin 4
# border width
border_width 1
# Default colors and also border colors, grey90 == #e5e5e5
#default_color grey
own_window_colour brown
own_window_transparent yes
# 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
gap_x 1140
gap_y -4
#
# ${font PizzaDude Bullets:size=16}v${font} Up: ${voffset -10}${upspeedgraph eth1 25,80}${offset 20}${voffset 2}${font PizzaDude Bullets:size=16}r${font} Down: ${voffset -10}${downspeedgraph eth1 25,80}$font}
#
# ${font PizzaDude Bullets:size=16}M${font} Tot Up: ${totalup eth1} ${voffset -8}${font PizzaDude Bullets:size=16}S${font} Tot Down: ${totaldown eth1}
# stuff after 'TEXT' will be formatted on screen
TEXT
${font StyleBats:size=12}${color 000000}n ${color 000000}${font Corbel:size=10}CPU temp:${color} ${acpitemp}°C ${color 000000}
${font StyleBats:size=12}${color 000000}a ${color 000000}${font Corbel:size=10}RAM usage:${color} ${mem} - $memperc%${color 000000}
Codice: Seleziona tutto
# 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)
#
cpu_avg_samples 2
net_avg_samples 2
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# fiddle with window
use_spacer yes
use_xft yes
xftfont Bitstream Vera Sans Mono:size=8
xftalpha 0.8
default_color black
default_shade_color black
default_outline_color black
# Update interval in seconds
update_interval 1
# Minimum size of text area
# minimum_size 250 5
# Draw shades?
draw_shades no
# Text stuff
draw_outline no # amplifies text if yes
draw_borders no
uppercase no # set to yes if you want all text to be in uppercase
# Stippled borders?
stippled_borders 10
# border margins
border_margin 4
# border width
border_width 1
# Default colors and also border colors, grey90 == #e5e5e5
#default_color grey
own_window_colour brown
own_window_transparent yes
# 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
gap_x 1360
gap_y 14
#
# ${font PizzaDude Bullets:size=16}v${font} Up: ${voffset -10}${upspeedgraph eth1 25,80}${offset 20}${voffset 2}${font PizzaDude Bullets:size=16}r${font} Down: ${voffset -10}${downspeedgraph eth1 25,80}$font}
#
# ${font PizzaDude Bullets:size=16}M${font} Tot Up: ${totalup eth1} ${voffset -8}${font PizzaDude Bullets:size=16}S${font} Tot Down: ${totaldown eth1}
# stuff after 'TEXT' will be formatted on screen
TEXT
${font StyleBats:size=12}${color 000000}f ${color 000000}${font Corbel:size=10}Os :Ubuntu 8.10 Intrepid Ibex
${font StyleBats:size=12}${color 000000}q ${color 000000}${font Corbel:size=10}Kernel: ${color}${kernel}${color 000000}
Ti aiuterei se avessi il computer sotto mano >:(Sephirotgame ha scritto: dato che nessuno sa aiutarmi (uno dei miei 4 conky sparisce dopo l'avvio,non so come mai..ho postato 2 volte il mio problema senza una singola risposta) vorrei provare ad unire 2 conky in uno singolo in modo che quello che sparisce non mi dia più questi problemi..mi potete spiegare come posso fare?
quello che sparisce è quello a destra e questo è il conky:
mentre quello a sinistra è quello che non da problemiCodice: Seleziona tutto
# 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) # cpu_avg_samples 2 net_avg_samples 2 # Create own window instead of using desktop (required in nautilus) own_window yes own_window_type override own_window_transparent yes own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager # Use double buffering (reduces flicker, may not work for everyone) double_buffer yes # fiddle with window use_spacer yes use_xft yes xftfont Bitstream Vera Sans Mono:size=8 xftalpha 0.8 default_color black default_shade_color black default_outline_color black # Update interval in seconds update_interval 1 # Minimum size of text area # minimum_size 250 5 # Draw shades? draw_shades no # Text stuff draw_outline no # amplifies text if yes draw_borders no uppercase no # set to yes if you want all text to be in uppercase # Stippled borders? stippled_borders 10 # border margins border_margin 4 # border width border_width 1 # Default colors and also border colors, grey90 == #e5e5e5 #default_color grey own_window_colour brown own_window_transparent yes # 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 gap_x 1140 gap_y -4 # # ${font PizzaDude Bullets:size=16}v${font} Up: ${voffset -10}${upspeedgraph eth1 25,80}${offset 20}${voffset 2}${font PizzaDude Bullets:size=16}r${font} Down: ${voffset -10}${downspeedgraph eth1 25,80}$font} # # ${font PizzaDude Bullets:size=16}M${font} Tot Up: ${totalup eth1} ${voffset -8}${font PizzaDude Bullets:size=16}S${font} Tot Down: ${totaldown eth1} # stuff after 'TEXT' will be formatted on screen TEXT ${font StyleBats:size=12}${color 000000}n ${color 000000}${font Corbel:size=10}CPU temp:${color} ${acpitemp}°C ${color 000000} ${font StyleBats:size=12}${color 000000}a ${color 000000}${font Corbel:size=10}RAM usage:${color} ${mem} - $memperc%${color 000000}
a parte testo e posizione i due conky sono uguali.Codice: Seleziona tutto
# 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) # cpu_avg_samples 2 net_avg_samples 2 # Create own window instead of using desktop (required in nautilus) own_window yes own_window_type override own_window_transparent yes own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager # Use double buffering (reduces flicker, may not work for everyone) double_buffer yes # fiddle with window use_spacer yes use_xft yes xftfont Bitstream Vera Sans Mono:size=8 xftalpha 0.8 default_color black default_shade_color black default_outline_color black # Update interval in seconds update_interval 1 # Minimum size of text area # minimum_size 250 5 # Draw shades? draw_shades no # Text stuff draw_outline no # amplifies text if yes draw_borders no uppercase no # set to yes if you want all text to be in uppercase # Stippled borders? stippled_borders 10 # border margins border_margin 4 # border width border_width 1 # Default colors and also border colors, grey90 == #e5e5e5 #default_color grey own_window_colour brown own_window_transparent yes # 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 gap_x 1360 gap_y 14 # # ${font PizzaDude Bullets:size=16}v${font} Up: ${voffset -10}${upspeedgraph eth1 25,80}${offset 20}${voffset 2}${font PizzaDude Bullets:size=16}r${font} Down: ${voffset -10}${downspeedgraph eth1 25,80}$font} # # ${font PizzaDude Bullets:size=16}M${font} Tot Up: ${totalup eth1} ${voffset -8}${font PizzaDude Bullets:size=16}S${font} Tot Down: ${totaldown eth1} # stuff after 'TEXT' will be formatted on screen TEXT ${font StyleBats:size=12}${color 000000}f ${color 000000}${font Corbel:size=10}Os :Ubuntu 8.10 Intrepid Ibex ${font StyleBats:size=12}${color 000000}q ${color 000000}${font Corbel:size=10}Kernel: ${color}${kernel}${color 000000}
in sostanza vorrei unire quello a destra a quella di sinistra in modo che non sparisca più.

così vengono sovrapposti invece che affiancati..deegan ha scritto: Provalo così!! ;)
${font StyleBats:size=12}${color 000000}f ${color 000000}${font Corbel:size=10}Os :Ubuntu 8.10 Intrepid Ibex ${goto xxx} ${font StyleBats:size=12}${color 000000}n ${color 000000}${font Corbel:size=10}CPU temp:${color} ${acpitemp}°C ${color 000000}
${font StyleBats:size=12}${color 000000}q ${color 000000}${font Corbel:size=10}Kernel: ${color}${kernel}${color 000000}${goto xxx} ${font StyleBats:size=12}${color 000000}a ${color 000000}${font Corbel:size=10}RAM usage:${color} ${mem} - $memperc%${color 000000}

Sostituisci ${goto xxx} con ${goto 220}Sephirotgame ha scritto:così vengono sovrapposti invece che affiancati..deegan ha scritto: Provalo così!! ;)
${font StyleBats:size=12}${color 000000}f ${color 000000}${font Corbel:size=10}Os :Ubuntu 8.10 Intrepid Ibex ${goto xxx} ${font StyleBats:size=12}${color 000000}n ${color 000000}${font Corbel:size=10}CPU temp:${color} ${acpitemp}°C ${color 000000}
${font StyleBats:size=12}${color 000000}q ${color 000000}${font Corbel:size=10}Kernel: ${color}${kernel}${color 000000}${goto xxx} ${font StyleBats:size=12}${color 000000}a ${color 000000}${font Corbel:size=10}RAM usage:${color} ${mem} - $memperc%${color 000000}
![]()
funziona..grazie a entrambi!SuNjACk ha scritto:Sostituisci ${goto xxx} con ${goto 220}Sephirotgame ha scritto:così vengono sovrapposti invece che affiancati..deegan ha scritto: Provalo così!! ;)
${font StyleBats:size=12}${color 000000}f ${color 000000}${font Corbel:size=10}Os :Ubuntu 8.10 Intrepid Ibex ${goto xxx} ${font StyleBats:size=12}${color 000000}n ${color 000000}${font Corbel:size=10}CPU temp:${color} ${acpitemp}°C ${color 000000}
${font StyleBats:size=12}${color 000000}q ${color 000000}${font Corbel:size=10}Kernel: ${color}${kernel}${color 000000}${goto xxx} ${font StyleBats:size=12}${color 000000}a ${color 000000}${font Corbel:size=10}RAM usage:${color} ${mem} - $memperc%${color 000000}
![]()
Visualizzano questa sezione: 0 utenti iscritti e 4 ospiti