Conky & Sfondo

Personalizzazione grafica del sistema: icone, temi, sfondi, suoni, eccetera.
mattia9305
Prode Principiante
Messaggi: 22
Iscrizione: martedì 12 gennaio 2010, 23:45

Conky & Sfondo

Messaggio da mattia9305 »

Salve a tutti.
Ho provato a cercare nel forum già qualcosa sul mio problema, ma non ho trovato ciò che può interessarmi.
Riesco a configurare conky con tutto ciò quello che serve (uso conky base, senza scripts o robe varie)
il mio unico problema e' che se cambio sfondo al desktop ( per esempio metto una foto molto chiara), non si leggono più tutte le varie indicazioni di conky, a meno di non reimpostare tutti i colori (e la cosa non e' fattibile)
come posso risolvere?
saldam
Prode Principiante
Messaggi: 168
Iscrizione: martedì 15 novembre 2005, 16:37
Desktop: Unity
Distribuzione: Ubuntu 12.04 - 64 bit
Località: Catania

Re: Conky & Sfondo

Messaggio da saldam »

Ciao, puoi impostare un colore di background con una trasparenze per continuare a vedere cosa c'è sotto.
Ora sono al lavoro e torno a casa domani e non ho a portata di mano il mio file di configurazione di conky.

Forse ho usato questi comandi (descrizione da man conky), ma non sono sicuro.

own_window_argb_visual
Boolean, use ARGB visual? ARGB can be used for real transparency, note that a composite manager is required for real transparency. This option will not work as desired (in most cases) in conjunction with 'own_window_type override'.
own_window_argb_value
When ARGB visuals are enabled, this use this to modify the alpha value used. Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.

Appena torno a casa vedo e ti faccio sapere.

Ciao.
mattia9305
Prode Principiante
Messaggi: 22
Iscrizione: martedì 12 gennaio 2010, 23:45

Re: Conky & Sfondo

Messaggio da mattia9305 »

Ti ringrazio molto.
Impostando quei valori non sono riuscito a destreggiarmi granchè, continuo a provare intanto !

Questa e' la mia configurazione comunquue:

Codice: Seleziona tutto

# Conky, a system monitor, based on torsmo
#
# Any original torsmo code is licensed under the BSD license
#
# All code written since the fork of torsmo is licensed under the GPL
#
# Please see COPYING for details
#
# Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
# Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
# All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#

double_buffer yes
alignment top_right
background no
border_width 1
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
xftfont Ubuntu:size=10
gap_x 5
gap_y 30
minimum_size 5 5
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window_class Conky
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
#own_window_argb_150
#own_window_argb_visual yes

TEXT
RedFighter on $sysname $kernel
$hr
${color grey}$color${time %A %d %b %Y - %T}
$hr
${color grey}Battery:$color $battery
${color grey}Uptime:$color $uptime
${color grey}Frequency (in MHz):$color $freq
${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}
${color grey}Processes:$color $processes  ${color grey}Running:$color $running_processes
${color grey}CPU 1 Usage:$color ${cpu cpu1}% ${cpubar cpu1,4}
${color grey}CPU 2 Usage:$color ${cpu cpu2}% ${cpubar cpu2,4}
${color grey}CPU 3 Usage:$color ${cpu cpu3}% ${cpubar cpu3,4}
${color grey}CPU 4 Usage:$color ${cpu cpu4}% ${cpubar cpu4,4}
${color grey}CPU 5 Usage:$color ${cpu cpu1}% ${cpubar cpu5,5}
${color grey}CPU 6 Usage:$color ${cpu cpu2}% ${cpubar cpu6,6}
${color grey}CPU 7 Usage:$color ${cpu cpu3}% ${cpubar cpu7,7}
${color grey}CPU 8 Usage:$color ${cpu cpu4}% ${cpubar cpu8,8}
$hr
${color grey}GPU nVidia GT540M Temp:$color ${execi 60 optirun nvidia-settings -c :8 -q GPUCoreTemp | perl -ne 'print $1 if /GPUCoreTemp.*?: (\d+)./;'} °C
$hr
${color grey}CPU 1 temp:$color    ${hwmon temp 1}°C
${color grey}CPU 2 temp:$color    ${hwmon temp 2}°C
${color grey}CPU 3 temp:$color    ${hwmon temp 3}°C
${color grey}CPU 4 temp:$color    ${hwmon temp 4}°C
${color grey}CPU 5 temp:$color    ${hwmon temp 5}°C
$hr
${color grey}Hard Disk Temp: :$color $hddtemp°C
$hr
${color grey}File systems:
 / $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
$hr
${color grey}Wireless:
${color grey}Local IP: $color ${alignr}${addr wlan0}
${color grey}Signal: $color ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,80 wlan0}
${color grey}Rete wi-fi:$color ${alignr}${wireless_essid wlan0}
${color grey}Up: $color ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 15,120 789E2D A7CC5C}
${color grey}Down: $color ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 15,120 789E2D A7CC5C}
${color grey}Tot. Upload: $color ${alignr}${totalup wlan0}
${color grey}Tot. Download: $color ${alignr}${totaldown wlan0}
$hr
saldam
Prode Principiante
Messaggi: 168
Iscrizione: martedì 15 novembre 2005, 16:37
Desktop: Unity
Distribuzione: Ubuntu 12.04 - 64 bit
Località: Catania

Re: Conky & Sfondo

Messaggio da saldam »

Ciao,
io ho usato

Codice: Seleziona tutto

own_window yes
own_window_class Conky
own_window_argb_visual yes
own_window_argb_value 128
own_window_transparent	no
own_window_hints undecorated, below, sticky, skip_taskbar, skip_pager
quello che conta è il valore che tu metti in own_window_argb_value.
0 = opaco; 256 = trasparenza totale.

Ovviamente own_window_transparent deve essere a "no".

Per quanto riguarda il colore io uso il nero, ma non ricordo come ho fatto ad impostarlo, probabilmente è il colore di default.

Se hai bisogno ti mando tutto il .conkyrc, ma è un po' lungo e non vorrei creare più confusione.

Ciao.
Avatar utente
svernagovich
Prode Principiante
Messaggi: 208
Iscrizione: lunedì 5 marzo 2012, 11:41
Desktop: MATE Desktop Environment
Distribuzione: Ubuntu 16.04 LTS (xenial) x86_64
Sesso: Maschile
Località: Scasazza

Re: Conky & Sfondo

Messaggio da svernagovich »

saldam » [url=http://forum.ubuntu-it.org/viewtopic.php?p=4166674#p4166674]25/08/2012, 13:12[/url] ha scritto:Ciao,
io ho usato

Codice: Seleziona tutto

own_window yes
own_window_class Conky
own_window_argb_visual yes
own_window_argb_value 128
own_window_transparent	no
own_window_hints undecorated, below, sticky, skip_taskbar, skip_pager
quello che conta è il valore che tu metti in own_window_argb_value.
0 = opaco; 256 = trasparenza totale.

Ovviamente own_window_transparent deve essere a "no".

Per quanto riguarda il colore io uso il nero, ma non ricordo come ho fatto ad impostarlo, probabilmente è il colore di default.

Se hai bisogno ti mando tutto il .conkyrc, ma è un po' lungo e non vorrei creare più confusione.

Ciao.
Ragazzi anch'io ho lo stesso problema. Ho provato a utilizzare questa configurazione per poter visualizzare i file che ho sul desktop, ma niente. Posto qui appresso il mio conky, mi sapreste indicare quali sono i parametri che dovrei modificare per poter ottenere il risultato da me sperato?
Grazie :ciao:

Codice: Seleziona tutto

# set to yes if you want Conky to be forked in the background
background no

cpu_avg_samples 2
net_avg_samples 2

out_to_console no

# X font when Xft is disabled, you can pick one with program xfontsel
#font 7x12
#font 6x10
font 7x13
#font 8x13
#font 7x12
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
#font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1

# Use Xft?
use_xft no

# Xft font when Xft is enabled
xftfont monospace-8

own_window yes
own_window_class Conky
own_window_argb_visual yes
own_window_argb_value 256
own_window_transparent   no
own_window_hints undecorated, below, sticky, skip_taskbar, skip_pager

# Text alpha when using Xft
xftalpha 0.8

on_bottom yes

# mail spool
mail_spool $MAIL

# Update interval in seconds
update_interval 1

# Create own window instead of using desktop (required in nautilus)
own_window no

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

# Minimum size of text area
minimum_size 5 5
#maximum_width 150

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_margin 10

# border width
border_width 2

# Default colors and also border colors
default_color white
default_shade_color white
default_outline_color white

# 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 20
gap_y 50

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer yes

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# boinc (seti) dir
# seti_dir /opt/seti

# Possible variables to be used:
#
#      Variable         Arguments                  Description                
#  acpiacadapter                     ACPI ac adapter state.                   
#  acpifan                           ACPI fan state                           
#  acpitemp                          ACPI temperature.                        
#  adt746xcpu                        CPU temperature from therm_adt746x       
#  adt746xfan                        Fan speed from therm_adt746x             
#  battery           (num)           Remaining capasity in ACPI or APM        
#                                    battery. ACPI battery number can be      
#                                    given as argument (default is BAT0).     
#  buffers                           Amount of memory buffered                
#  cached                            Amount of memory cached                  
#  color             (color)         Change drawing color to color            
#  cpu                               CPU usage in percents                    
#  cpubar            (height)        Bar that shows CPU usage, height is      
#                                    bar's height in pixels                   
#  downspeed         net             Download speed in kilobytes              
#  downspeedf        net             Download speed in kilobytes with one     
#                                    decimal                                  
#  exec              shell command   Executes a shell command and displays    
#                                    the output in torsmo. warning: this      
#                                    takes a lot more resources than other    
#                                    variables. I'd recommend coding wanted   
#                                    behaviour in C and posting a patch :-).  
#  execi             interval, shell Same as exec but with specific interval. 
#                    command         Interval can't be less than              
#                                    update_interval in configuration.        
#  fs_bar            (height), (fs)  Bar that shows how much space is used on 
#                                    a file system. height is the height in   
#                                    pixels. fs is any file on that file      
#                                    system.                                  
#  fs_free           (fs)            Free space on a file system available    
#                                    for users.                               
#  fs_free_perc      (fs)            Free percentage of space on a file       
#                                    system available for users.              
#  fs_size           (fs)            File system size                         
#  fs_used           (fs)            File system used space                   
#  hr                (height)        Horizontal line, height is the height in 
#                                    pixels                                   
#  i2c               (dev), type, n  I2C sensor from sysfs (Linux 2.6). dev   
#                                    may be omitted if you have only one I2C  
#                                    device. type is either in (or vol)       
#                                    meaning voltage, fan meaning fan or temp 
#                                    meaning temperature. n is number of the  
#                                    sensor. See /sys/bus/i2c/devices/ on     
#                                    your local computer.                     
#  kernel                            Kernel version                           
#  loadavg           (1), (2), (3)   System load average, 1 is for past 1     
#                                    minute, 2 for past 5 minutes and 3 for   
#                                    past 15 minutes.                         
#  machine                           Machine, i686 for example                
#  mails                             Mail count in mail spool. You can use    
#                                    program like fetchmail to get mails from 
#                                    some server using your favourite         
#                                    protocol. See also new_mails.            
#  mem                               Amount of memory in use                  
#  membar            (height)        Bar that shows amount of memory in use   
#  memmax                            Total amount of memory                   
#  memperc                           Percentage of memory in use              
#  new_mails                         Unread mail count in mail spool.         
#  nodename                          Hostname                                 
#  outlinecolor      (color)         Change outline color                     
#  pre_exec          shell command   Executes a shell command one time before 
#                                    torsmo displays anything and puts output 
#                                    as text.                                 
#  processes                         Total processes (sleeping and running)   
#  running_processes                 Running processes (not sleeping),        
#                                    requires Linux 2.6                       
#  shadecolor        (color)         Change shading color                     
#  stippled_hr       (space),        Stippled (dashed) horizontal line        
#                    (height)        
#  swapbar           (height)        Bar that shows amount of swap in use     
#  swap                              Amount of swap in use                    
#  swapmax                           Total amount of swap                     
#  swapperc                          Percentage of swap in use                
#  sysname                           System name, Linux for example           
#  time              (format)        Local time, see man strftime to get more 
#                                    information about format                 
#  totaldown         net             Total download, overflows at 4 GB on     
#                                    Linux with 32-bit arch and there doesn't 
#                                    seem to be a way to know how many times  
#                                    it has already done that before torsmo   
#                                    has started.                             
#  totalup           net             Total upload, this one too, may overflow 
#  updates                           Number of updates (for debugging)        
#  upspeed           net             Upload speed in kilobytes                
#  upspeedf          net             Upload speed in kilobytes with one       
#                                    decimal                                  
#  uptime                            Uptime                                   
#  uptime_short                      Uptime in a shorter format               
#
#  seti_prog                         Seti@home current progress
#  seti_progbar      (height)        Seti@home current progress bar
#  seti_credit                       Seti@hoome total user credit


# 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
#${font Dungeon:style=Bold:pixelsize=10}I can change the font as well
#${font Verdana:size=10}as many times as I choose
#${font Perry:size=10}Including UTF-8,
#${font Luxi Mono:size=10}justo como este texto que o google traduz fêz o português
# stuff after 'TEXT' will be formatted on screen




TEXT

${color white}[${color #00ff00}fra${color white}][${color red}$nodename${color white}]
${color #888888}$sysname $kernel ${color #CCCCCC}on ${color #888888}$machine
${color #888888}Uptime: $uptime
${color #888888}${time %a %d %b %y}                  ${color #00ff00}${time %k:%M:%S}
${color white}${hr 2,270}

${color #ffccaa}Monitor di sistema
${color #888888}cpu: ${color #CCCCCC}${cpu}%
${color #888888}${cpugraph 25,270 ff0000 ff00ff}
${color #888888}ram : ${color #CCCCCC}$mem${color #888888}/${color #CCCCCC}$memmax ${color #888888}- ${color #CCCCCC}$memperc%
${color #888888}swap: ${color #CCCCCC}$swap${color #888888}/${color #CCCCCC}$swapmax ${color #888888} - ${color #CCCCCC}$swapperc%
${color #888888}load: ( ${color #CCCCCC}$loadavg ${color #888888})
${color #888888}processi: ${color #CCCCCC}$processes	${color #888888}in esecuzione: ${color #CCCCCC}$running_processes

${color #ffccaa}Rete:${color #BBBBBB} wi-fi
${color #888888}DOWN: ${color #CCCCCC}${downspeedf wlan0} k/s      ${color #888888}TOT: ${color #CCCCCC}${totaldown wlan0}
${color #888888}${downspeedgraph wlan0 25,270 ff0000 0000ff}
${color #888888}UP  : ${color #CCCCCC}${upspeedf wlan0} k/s      ${color #888888}TOT: ${color #CCCCCC}${totalup wlan0}
${color #888888}${upspeedgraph wlan0 25,270 0000ff ff0000}

${color #ffccaa}Spazio libero
${color #888888}root : 
${color #CCCCCC}${fs_used /}${color #888888}/${color #CCCCCC}${fs_size /} ${color #888888}(${color #CCCCCC}${fs_free /} ${fs_free_perc /}% ${color #888888} free)
${fs_bar 5,270 /}
${color #888888}GIAN_BURRASCA : 
${color #CCCCCC}${fs_used /media/GIAN_BURRASCA}${color #888888}/${color #CCCCCC}${fs_size /media/GIAN_BURRASCA} ${color #888888}(${color #CCCCCC}${fs_free /media/GIAN_BURRASCA} ${fs_free_perc /media/GIAN_BURRASCA}% ${color #888888} free)
${fs_bar 5,270 /media/GIAN_BURRASCA}
${color #888888}WINDOWS : 
${color #CCCCCC}${fs_used /media/WINDOWS}${color #888888}/${color #CCCCCC}${fs_size /media/WINDOWS} ${color #888888}(${color #CCCCCC}${fs_free /media/WINDOWS} ${fs_free_perc /media/WINDOWS}% ${color #888888} free)
${fs_bar 5,270 /media/WINDOWS}

${color #ffccaa}Uso del processore
${color #CCCCCC} Programma         PID    CPU%   MEM%
${color #ddaa00} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color #888888} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color #888888} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color #888888} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${color #888888} ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
Ah... precedentemente utilizzavo

Codice: Seleziona tutto

own_window_transparent yes
own_window_colour hotpink
al posto di

Codice: Seleziona tutto

own_window yes
own_window_class Conky
own_window_argb_visual yes
own_window_argb_value 128
own_window_transparent   no
own_window_hints undecorated, below, sticky, skip_taskbar, skip_pager
Ma non mi pare sia cambiato granchè...
Ho stato chiaro???
... ma chi sono i fratelli Caviali???
saldam
Prode Principiante
Messaggi: 168
Iscrizione: martedì 15 novembre 2005, 16:37
Desktop: Unity
Distribuzione: Ubuntu 12.04 - 64 bit
Località: Catania

Re: Conky & Sfondo

Messaggio da saldam »

Ragazzi anch'io ho lo stesso problema. Ho provato a utilizzare questa configurazione per poter visualizzare i file che ho sul desktop, ma niente.
Scusa ma qui si parlava di come fare per rendere più leggibili le scritte di conky.

Se non vedi le icone dei file sul desktop, forse non è colpa di conky ma della configurazione di nautilus.

Ciao.
Avatar utente
The Elle
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 897
Iscrizione: mercoledì 12 marzo 2008, 14:01
Desktop: ubuntu
Distribuzione: Ubuntu 12.04 LTS x86_64
Località: Avellino

Re: Conky & Sfondo

Messaggio da The Elle »

Salve, questo è il mio conky:

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 2048
#imlib_cache_size 0

temperature_unit fahrenheit

# Window specifications #

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

border_inner_margin 0
border_outer_margin 0

minimum_size 450 550
maximum_width 800

alignment tr
gap_x 05
gap_y 30

# Graphics settings #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

# Text settings #
use_xft yes
xftfont Neuropolitical:size=10
xftalpha 0.5
uppercase no

temperature_unit celsius

default_color FFFFFF

# Lua Load  #
lua_load ~/.conky/avi9526_conky.lua
lua_draw_hook_pre Widgets

TEXT
${voffset 8}${color FFFFFF}${font Neuropolitical:size=16}${time %A}${font}${voffset -8}${alignr 50}${color 0000CC}${font Neuropolitical:size=38}${time %e}${font}
${color FFFFFF}${voffset -30}${color 0000CC}${font Neuropolitical:size=18}${time %b}${font}${voffset -3} ${color FFFFFF}${font Neuropolitical:size=20}${time %Y}${font}${color 0000CC}${hr}

${font}${goto 5}${voffset 290}${color 0000CC}CPU0 ${color FFFFFF}${cpu cpu0}%${goto 95}${execi 20 sensors | grep Core\ 0 | cut -c15-22 ;}
${goto 5}${color 0000CC}CPU1 ${color FFFFFF}${cpu cpu1}%${goto 95}${execi 20 sensors | grep Core\ 0 | cut -c15-22 ;}

${voffset -244}${goto 185}${color 0000CC}RAM ${color FFFFFF}${memperc}%
${voffset 26}${goto 187}${color 0000CC}Swap ${color FFFFFF}${swapperc}%

${goto 160}${voffset 152}${color 0000CC}Disk /  ${color FFFFFF}${fs_used /}
${goto 160}${voffset 0}${color 0000CC}Disk /home  ${color FFFFFF}${fs_used /home}
${goto 160}${color 0000CC}Disk Temp ${color FFFFFF}${hddtemp /dev/sda}°C

${goto 325}${voffset -55}${color 0000CC}Net
${goto 325}${color 0000CC}Up: ${color FFFFFF}${upspeed ppp0}
${goto 325}${color 0000CC}Down: ${color FFFFFF}${downspeed ppp0}

${voffset 0}

${color 0000CC}${font Neuropolitical:size=12}Uptime:	${alignr}${color FFFFFF}${uptime_short}
${color 0000CC}${font Neuropolitical:size=12}Processes:	${alignr}${color FFFFFF}${processes}
${color 0000CC}${font Neuropolitical:size=12}Active processes: ${alignr}	${color FFFFFF}${running_processes}

${voffset 100}

${color 0000CC}${font Neuropolitical:size=12}PC:${alignr}${color FFFFFF}${nodename}
${color 0000CC}${font Neuropolitical:size=12}Release:${alignr}${color FFFFFF}${pre_exec cat /etc/issue.net}  $machine
${color 0000CC}${font Neuropolitical:size=12}Kernel:${alignr}${color FFFFFF}${kernel}
solito problema, ubuntu 12.4 e ombra di contorno al conky! Che fare? non so più che pesci prendere... ho anche messo l'opzione nel gestore di compiz, ma niente, l'ombra resta...
Non cercare di piegare il cucchiaio, è impossibile... Convinciti dell'unica possibile verità: che il cucchiaio non esiste...

Tutto ciò che ha un'inizio, ha anche una fine...
Avatar utente
The Elle
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 897
Iscrizione: mercoledì 12 marzo 2008, 14:01
Desktop: ubuntu
Distribuzione: Ubuntu 12.04 LTS x86_64
Località: Avellino

Re: Conky & Sfondo

Messaggio da The Elle »

up
Non cercare di piegare il cucchiaio, è impossibile... Convinciti dell'unica possibile verità: che il cucchiaio non esiste...

Tutto ciò che ha un'inizio, ha anche una fine...
Avatar utente
The Elle
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 897
Iscrizione: mercoledì 12 marzo 2008, 14:01
Desktop: ubuntu
Distribuzione: Ubuntu 12.04 LTS x86_64
Località: Avellino

Re: Conky & Sfondo

Messaggio da The Elle »

nessuno?
Non cercare di piegare il cucchiaio, è impossibile... Convinciti dell'unica possibile verità: che il cucchiaio non esiste...

Tutto ciò che ha un'inizio, ha anche una fine...
Scrivi risposta

Ritorna a “Personalizzazione dell'ambiente desktop”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 10 ospiti