Bem-vindo: Sex, 3 de Maio 2024, 8:04 Pesquisa avançada

Mostre o seu Desktop!

Apresente aqui temas que gostou, skins de programas, ícones, wallpapers, conky's, etc. Ou seja, tudo o que possa alterar de estético no seu Ubuntu, apresente aqui. Em caso de dúvidas de personalização ou se quiser mostrá-la ao mundo, utilize esta secção!

Re: Mostre o seu Desktop!

Mensagempor JethroDawnfine » Sáb, 19 de Janeiro 2013, 22:56

Claudio Novais (19-01-2013, 19:26) escreveu:Ei Jethro! Gostei muito da informação desse conky. Será que pode partilhar a configuração? Achei bastante interessante a informação dos processos que estão a gastar mais memória. Ficou muito organizado e informativo.

Normalmente não gosto de todas estas informações, mas este cativou-me! ;)



Claro que posso. Por onde posso enviar o script?

Eu peguei esse Classic Conky no Gnome-Look-org...

http://gnome-look.org/content/show.php/Classic+Conky?content=154171

... e alterei, acrescentando CPU cores e estatísticas de Network.
--
___________________________________________
لēŧħŗø щēŋפøŋςα (Dawnfine)

Facebook:
Jethro: http://www.facebook.com/jethrodawnfine
Dawnfine: http://is.gd/RNFRCr

http://www.myspace.com/dawnfine
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Avatar do usuário
JethroDawnfine
 
Mensagens: 45
Registrado em: 24 Setembro, 2011
Localização: Goiânia-GO/Brasil

Re: Mostre o seu Desktop!

Mensagempor Luis Cardoso » Sáb, 19 de Janeiro 2013, 23:12

JethroDawnfine (19-01-2013, 21:56) escreveu:
Claudio Novais (19-01-2013, 19:26) escreveu:Ei Jethro! Gostei muito da informação desse conky. Será que pode partilhar a configuração? Achei bastante interessante a informação dos processos que estão a gastar mais memória. Ficou muito organizado e informativo.

Normalmente não gosto de todas estas informações, mas este cativou-me! ;)



Claro que posso. Por onde posso enviar o script?

Eu peguei esse Classic Conky no Gnome-Look-org...

http://gnome-look.org/content/show.php/Classic+Conky?content=154171

... e alterei, acrescentando CPU cores e estatísticas de Network.

Pode colar aqui usando a tag [ code ] tal como eu fiz aqui: viewtopic.php?p=37767#p37767
ImagemImagem
«Escolhe um trabalho de que gostes, e não terás que trabalhar um só dia na tua vida» - Confúcio
Avatar do usuário
Luis Cardoso
Redator
 
Mensagens: 10455
Registrado em: 26 Maio, 2011
Localização: Portugal

Re: Mostre o seu Desktop!

Mensagempor portaro » Dom, 20 de Janeiro 2013, 0:03

Xfce conky class

Conky =
Spoiler:
# 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.
#
#
#
# Classic Conky v 1.1
# essential conky that shows you date&time, system information about # your cpu, ram and disks. It shows also your battery status (only # for laptop)
#
# totally free and open source software


# this part is about the position of your conky

alignment top_right
background no
border_width 0
cpu_avg_samples 2
default_color black
default_outline_color brown
default_shade_color brown
double_buffer yes
draw_borders yes
draw_graph_borders yes
draw_outline yes
draw_shades yes
use_xft yes
xftfont terminus:size=9
gap_x 10
gap_y 50
minimum_size 200 100
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline yes
own_window yes
own_window_class Conky
own_window_transparent yes
own_window_type override
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no

# all the following part 'till the end is about the features of the conky


TEXT
${font Ubuntu:style=bold:size=10}${time %H:%M}${font}
${font Ubuntu: size=10}${time %A %e %B %Y}







${font Ubuntu:style=bold:size=10}Operative System $hr
${font Ubuntu:size=9}$sysname $kernel $alignr $machine
Host: $alignr $nodename
Uptime: $alignr $uptime
#
# THE BATTERY STATUS IS NOT CORRECT or IT DOESN'T WORK AT ALL???
# Write the following line in your terminal emulator
#
# $ ls /proc/acpi/battery
#
# In my laptop, the answer is
#
# $ BAT0
#
# If you obtain another answer, replace every BAT0 in the following lines with the correct word (for example, BAT1, BAT1 ecc...)
# Close conky and open it again. the Battery Bar should show the correct status
#

${font Ubuntu:style=bold:size=10}Battery Status $hr
${font Ubuntu:size=9} ${battery BAT0} $alignr
${battery_bar BAT0}
#
# End of the part involving the battery.
# If your machine isn't a laptop, you can delete this three lines

${font Ubuntu:style=bold:size=10}Processors $hr
${font Ubuntu:size=9}CPU1: ${cpu cpu1}% ${cpubar cpu1}
CPU2: ${cpu cpu2}% ${cpubar cpu2}
Temperature: $alignr ${acpitemp}C

${font Ubuntu:style=bold:size=10}Memory&Disks $hr
${font}ROOT $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
${fs_bar /}
HOME $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_used_perc /home}%
${fs_bar /home}
RAM $alignc $mem / $memmax $alignr $memperc%
${membar}
SWAP $alignc $swap / $swapmax $alignr $swapperc%
$swapbar
#
# the following final lines explain wich are the most expensive precesses in your pc actually
#if you aren't interested in, delete all the following lines

${font Ubuntu:style=bold:size=10}Top CPU processes $hr
${font Ubuntu:size=9}${top name 1}$alignr${top cpu 1}%
${top name 2}$alignr${top cpu 2}%
${top name 3}$alignr${top cpu 3}%
${top name 4}$alignr${top cpu 4}%
${top name 5}$alignr${top cpu 5}%
${top name 6}$alignr${top cpu 6}%

${font Ubuntu:style=bold:size=10}Top RAM processes $hr
${font Ubuntu:size=9}${top_mem name 1}$alignr${top_mem mem 1}%
${top_mem name 2}$alignr${top_mem mem 2}%
${top_mem name 3}$alignr${top_mem mem 3}%
${top_mem name 4}$alignr${top_mem mem 4}%
${top_mem name 5}$alignr${top_mem mem 5}%
${top_mem name 6}$alignr${top_mem mem 6}%

${font Ubuntu:style=bold:size=10}${font} ${voffset -10} Network»
${goto 35}Download: ${downspeed p32p1}
${goto 35}Upload: ${upspeed p32p1}
${goto 35}Total Download: ${totaldown p32p1}

${font Ubuntu:style=bold:size=10}${font} ${voffset -10} Wireless»
${goto 35}ESSID: ${wireless_essid wlan0}
${goto 35}Mode: ${wireless_mode wlan0}
${goto 35}Signal: ${wireless_link_qual_perc wlan0}
${goto 35}Download: ${downspeed wlan0}
${goto 35}Upload: ${upspeed wlan0}
${goto 35}Total Download: ${totaldown wlan0}




${image ~/.conky/dark_pixel_conky_by_blitz_bomb-d4lqsx6/Vertical-Dark-Pixel/images/tascompiz.png -s 200x100 -p 0,60}


${image ~/.conky/dark_pixel_conky_by_blitz_bomb-d4lqsx6/Vertical-Dark-Pixel/images/tascompiz.png -s 200x100 -p 0,60} = imagem do tas podem apagar, ou então =

Imagem

Caso quieram mexer nas cores alterem as linhas=

default_color black
default_outline_color brown
default_shade_color brown


neste caso este conky está colocado na pasta conky em home ~/.conky/...


Espero que sirva.


portaro
 
Mensagens: 459
Registrado em: 29 Junho, 2011
Localização: Portugal

Re: Mostre o seu Desktop!

Mensagempor Higor Ramos » Dom, 20 de Janeiro 2013, 0:16

Thauan Francisco (19-01-2013, 18:56) escreveu:
Higor Ramos (19-01-2013, 18:40) escreveu:
Aqua Mac
  • Sistema Operativo: Ubuntu 12.10 (Quantal Quetzal)
  • Tema: Gnome-Cupertino
  • Ambiente Gráfico: Gnome-Shell
  • Ícones: Faience-Azur
  • Wallpaper: os-justos
  • Outros:
    • Tema do Gnome-Shell: Nord;
    • Extenção para Gnome: Activities Configurator;
    • Ficheiro "Conky simples":
      Spoiler:
      Código: Selecionar todos
      # Use Xft?
      use_xft yes
      xftfont AvantGarde LT ExtraLight:bold:size=12
      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_class Conky
      own_window yes
      own_window_type conky
      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

      # Minimum size of text area
      minimum_size 182 0
      maximum_width 202

      # Draw shades?
      draw_shades no
      default_color ffffff #ffffff
      # Draw outlines?
      draw_outline no

      # Draw borders around text
      draw_borders no

      # Stippled borders?
      stippled_borders 0

      # border margins
      border_margin 30
      draw_graph_borders no
      # border width
      border_width 0

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

      #   Distric-Thin         fonts
      #   Blue Highway
      #   Raleway
      #   Zekton
      #   Calibri
      #   Engebrechtre
      #   Opeln2001
      #   AvantGarde LT ExtraLight:bold
      #   AvantGarde LT ExtraLight:bold

      # -- Lua Load -- #
      lua_load ~/.conky/.draw_bg.lua
      #   lua_draw_hook_pre draw_bg

      imlib_cache_size 0


      TEXT
      ${lua conky_draw_bg}
      ${font AvantGarde LT ExtraLight:bold:pixelsize=120}${time %I}${font}
      ${voffset -55}${font AvantGarde LT ExtraLight:bold:pixelsize=115}${alignr}${color #c7c7c7}${time %M}${font}
      ${voffset 25}${font AvantGarde LT ExtraLight:pixelsize=40}${alignc}${color #ffffff}${time %b %Y}${font}
      ${voffset 0}${font AvantGarde LT ExtraLight:pixelsize=25}${alignc}${color #ffffff}${time %A %d}
      ${voffset 25}${font URW Gothic L:pixelsize=10}${alignc}


:venia: :venia: :venia: :venia:

Obrigado Thauan Francisco :yeah: Que Deus te abençoe!

Higor Ramos
 
Mensagens: 7
Registrado em: 19 Janeiro, 2013

Re: Mostre o seu Desktop!

Mensagempor Higor Ramos » Dom, 20 de Janeiro 2013, 0:20

Luis Cardoso (19-01-2013, 18:53) escreveu:
Higor Ramos (19-01-2013, 18:40) escreveu:
Aqua Mac
  • Sistema Operativo: Ubuntu 12.10 (Quantal Quetzal)
  • Tema: Gnome-Cupertino
  • Ambiente Gráfico: Gnome-Shell
  • Ícones: Faience-Azur
  • Wallpaper: os-justos
  • Outros:
    • Tema do Gnome-Shell: Nord;
    • Extenção para Gnome: Activities Configurator;
    • Ficheiro "Conky simples":
      Spoiler:
      Código: Selecionar todos
      # Use Xft?
      use_xft yes
      xftfont AvantGarde LT ExtraLight:bold:size=12
      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_class Conky
      own_window yes
      own_window_type conky
      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

      # Minimum size of text area
      minimum_size 182 0
      maximum_width 202

      # Draw shades?
      draw_shades no
      default_color ffffff #ffffff
      # Draw outlines?
      draw_outline no

      # Draw borders around text
      draw_borders no

      # Stippled borders?
      stippled_borders 0

      # border margins
      border_margin 30
      draw_graph_borders no
      # border width
      border_width 0

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

      #   Distric-Thin         fonts
      #   Blue Highway
      #   Raleway
      #   Zekton
      #   Calibri
      #   Engebrechtre
      #   Opeln2001
      #   AvantGarde LT ExtraLight:bold
      #   AvantGarde LT ExtraLight:bold

      # -- Lua Load -- #
      lua_load ~/.conky/.draw_bg.lua
      #   lua_draw_hook_pre draw_bg

      imlib_cache_size 0


      TEXT
      ${lua conky_draw_bg}
      ${font AvantGarde LT ExtraLight:bold:pixelsize=120}${time %I}${font}
      ${voffset -55}${font AvantGarde LT ExtraLight:bold:pixelsize=115}${alignr}${color #c7c7c7}${time %M}${font}
      ${voffset 25}${font AvantGarde LT ExtraLight:pixelsize=40}${alignc}${color #ffffff}${time %b %Y}${font}
      ${voffset 0}${font AvantGarde LT ExtraLight:pixelsize=25}${alignc}${color #ffffff}${time %A %d}
      ${voffset 25}${font URW Gothic L:pixelsize=10}${alignc}


Ficou mesmo fantástico este seu deskmod, o tema da Shell é maravilhoso :yeah:

Obrigado Luis Cardoso! Que Deus te abençoe! :yeah:

Higor Ramos
 
Mensagens: 7
Registrado em: 19 Janeiro, 2013

Re: Mostre o seu Desktop!

Mensagempor JethroDawnfine » Dom, 20 de Janeiro 2013, 2:13

Luis Cardoso (19-01-2013, 22:12) escreveu:
JethroDawnfine (19-01-2013, 21:56) escreveu:
Claudio Novais (19-01-2013, 19:26) escreveu:Ei Jethro! Gostei muito da informação desse conky. Será que pode partilhar a configuração? Achei bastante interessante a informação dos processos que estão a gastar mais memória. Ficou muito organizado e informativo.

Normalmente não gosto de todas estas informações, mas este cativou-me! ;)



Claro que posso. Por onde posso enviar o script?

Eu peguei esse Classic Conky no Gnome-Look-org...

http://gnome-look.org/content/show.php/Classic+Conky?content=154171

... e alterei, acrescentando CPU cores e estatísticas de Network.

Pode colar aqui usando a tag [ code ] tal como eu fiz aqui: viewtopic.php?p=37767#p37767


Bom, está aí então.

Lembrando que esse script está configurado para CPU com 4 cores e interface de rede wlan0. Assim como WEATHER está apontado para a cidade de Goiânia - Brasil. E tudo isso precisa ser adaptado para sua máquina ;)

Comentei as linhas originais que eu não precisava, ao invés de deletá-las.

Uma última observação:
O código para WEATHER costumava funcionar, e parou a partir do Ubuntu 11.04
Ainda não descobri o porquê. Se alguém puder ajudar, agradeço ;)

Código: Selecionar todos
# 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.
#
#
#
# Classic Conky v 1.1
# essential conky that shows you date&time, system information about # your cpu, ram and disks. It shows also your battery status (only  # for laptop)
#
# totally free and open source software


# this part is about the position of your conky

alignment top_right
background no
border_width 0
cpu_avg_samples 2
default_color white
default_outline_color black
default_shade_color black
double_buffer yes
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades yes
use_xft yes
xftfont terminus:size=9
gap_x 10
gap_y 50
minimum_size 200 100
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window yes
own_window_class Conky
own_window_transparent yes
own_window_type override
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no

# all the following part 'till the end is about the features of the conky

TEXT
${font Ubuntu:style=bold:size=30}${time %H:%M}${font}
${font Ubuntu: size=10}${time %A %e %B %Y}

${font Ubuntu:style=bold:size=10}OS Details ${color FF6600}${hr}${color}
${font Ubuntu:size=9}$sysname $kernel $alignr $machine
Host: $alignr $nodename
Uptime: $alignr $uptime
#
# THE BATTERY STATUS IS NOT CORRECT or IT DOESN'T WORK AT ALL???
# Write the following line in your terminal emulator
#
# $ ls /proc/acpi/battery
#
# In my laptop, the answer is
#
# $  BAT0
#
# If you obtain another answer, replace every BAT0 in the following lines with the correct word (for example, BAT1, BAT1 ecc...)
# Close conky and open it again. the Battery Bar should show the correct status
#

# ${font Ubuntu:style=bold:size=10}Battery Status $hr
# ${font Ubuntu:size=9} ${battery BAT0} $alignr
# ${battery_bar BAT0}
#
# End of the part involving the battery.
# If your machine isn't a laptop, you can delete this three lines

${font Ubuntu:style=bold:size=10}Processors ${color FF6600}${hr}${color}
${font Ubuntu:size=9}CPU1: ${cpu cpu1}% ${cpubar cpu1}
CPU2: ${cpu cpu2}% ${cpubar cpu2}
CPU3: ${cpu cpu3}% ${cpubar cpu3}
CPU4: ${cpu cpu4}% ${cpubar cpu4}
Temperature: $alignr ${acpitemp}C

${font Ubuntu:style=bold:size=10}Memory&Disks ${color FF6600}${hr}${color}
${font}ROOT $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
${fs_bar /}
HOME $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_used_perc /home}%
${fs_bar /home}
RAM $alignc $mem / $memmax $alignr $memperc%
${membar}
SWAP $alignc $swap / $swapmax $alignr $swapperc%
$swapbar
#
# the following final lines explain wich are the most expensive precesses in your pc actually
#if you aren't interested in, delete all the following lines

${font Ubuntu:style=bold:size=10}Top CPU processes ${color FF6600}${hr}${color}
${font Ubuntu:size=9}${top name 1}$alignr${top cpu 1}%
${top name 2}$alignr${top cpu 2}%
${top name 3}$alignr${top cpu 3}%
${top name 4}$alignr${top cpu 4}%
${top name 5}$alignr${top cpu 5}%
${top name 6}$alignr${top cpu 6}%

${font Ubuntu:style=bold:size=10}Top RAM processes ${color FF6600}${hr}${color}
${font Ubuntu:size=9}${top_mem name 1}$alignr${top_mem mem 1}%
${top_mem name 2}$alignr${top_mem mem 2}%
${top_mem name 3}$alignr${top_mem mem 3}%
${top_mem name 4}$alignr${top_mem mem 4}%
${top_mem name 5}$alignr${top_mem mem 5}%
${top_mem name 6}$alignr${top_mem mem 6}%

#Weather
${if_existing /proc/net/route wlan0}
Weather in Goiânia ${color FF6600}${hr}${color}

${voffset -10}${alignr 56}${font ConkyWeather:style=Bold:size=40}${execi 600 conkyForecast --location=BRXX0099 --datatype=WF}${font}
${voffset -50}${font Weather:size=40}y${font}  ${voffset -38}${font Arial Black:size=26}${execi 600 conkyForecast --location=BRXX0099 --datatype=HT}${font}

${voffset 0}${alignc 43}${execpi 600 conkyForecast --location=BRXX0099 --datatype=DW --startday=1 --shortweekday} ${alignc 8}${execpi 600 conkyForecast --location=BRXX0099 --datatype=DW --startday=2 --shortweekday} ${alignc -29}${execpi 600 conkyForecast --location=BRXX0099 --datatype=DW --startday=3 --shortweekday} ${alignc -64}${execpi 600 conkyForecast --location=BRXX0099 --datatype=DW --startday=4 --shortweekday}
${voffset 0}${alignc 75}${font ConkyWeather:size=28}${execpi 600 conkyForecast --location=BRXX0099 --datatype=WF --startday=1 --endday=4 --spaces=1}${font}
${voffset 0}${font DejaVu Sans:size=7}${alignc 48}${execpi 600 conkyForecast --location=BRXX0099 --datatype=HT --startday=1 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=BRXX0099 --datatype=LT --startday=1 --hideunits --centeredwidth=3} ${alignc -14}${execpi 600 conkyForecast --location=BRXX0099 --datatype=HT --startday=2 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=BRXX0099 --datatype=LT --startday=2 --hideunits --centeredwidth=3} ${alignc -40}${execpi 600 conkyForecast --location=BRXX0099 --datatype=HT --startday=3 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=BRXX0099 --datatype=LT --startday=3 --hideunits --centeredwidth=3} ${alignr 6}${execpi 600 conkyForecast --location=BRXX0099 --datatype=HT --startday=4 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=BRXX0099 --datatype=LT --startday=4 --hideunits --centeredwidth=3}${font}
${voffset 0}Wind: ${alignr}${execi 600 conkyForecast --location=BRXX0099 --datatype=WS}
${voffset 0}Humidity: ${alignr}${execi 600 conkyForecast --location=BRXX0099 --datatype=HM}
${endif}
#
### NETWORK ####
${font Ubuntu:style=bold:size=10}Network Statistics ${color FF6600}${hr}${color}${font Ubuntu:size=9}
${if_existing /proc/net/route wlan0}
Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60 FF6600 FFFFFF}
Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60 FF6600 FFFFFF}
Upload: ${alignr}${totalup wlan0}
Download: ${alignr}${totaldown wlan0}
Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}
IP Address: ${alignr}${addr wlan0}
${else}${if_existing /proc/net/route eth0}
Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,60 FF6600 FFFFFF}
Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 FF6600 FFFFFF}
Upload: ${alignr}${totalup eth0}
Download: ${alignr}${totaldown eth0}
IP Address: ${alignr}${addr eth0}
${else}${if_existing /proc/net/route eth1}
Up: ${upspeed eth1} kb/s ${alignr}${upspeedgraph eth1 8,60 FF6600 FFFFFF}
Down: ${downspeed eth1} kb/s ${alignr}${downspeedgraph eth1 8,60 FF6600 FFFFFF}
Upload: ${alignr}${totalup eth1}
Download: ${alignr}${totaldown eth1}
IP Address: ${alignr}${addr eth1}
${else}
Network Unavailable${endif}${endif}${endif}
--
___________________________________________
لēŧħŗø щēŋפøŋςα (Dawnfine)

Facebook:
Jethro: http://www.facebook.com/jethrodawnfine
Dawnfine: http://is.gd/RNFRCr

http://www.myspace.com/dawnfine
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Avatar do usuário
JethroDawnfine
 
Mensagens: 45
Registrado em: 24 Setembro, 2011
Localização: Goiânia-GO/Brasil

Re: Mostre o seu Desktop!

Mensagempor anna kamilla » Dom, 20 de Janeiro 2013, 2:36

L

Avatar do usuário
anna kamilla
 
Mensagens: 48
Registrado em: 12 Junho, 2011

Re: Mostre o seu Desktop!

Mensagempor Alessandra Vianna » Dom, 20 de Janeiro 2013, 17:20

Learn To Fly



Outros:
AxeMenu;
Docky;
Screenlets - Folderview.

Esqueci de colocar lá no programinha... :\
Avatar do usuário
Alessandra Vianna
 
Mensagens: 1443
Registrado em: 12 Janeiro, 2012
Localização: Rio de Janeiro - RJ, Brasil

Re: Mostre o seu Desktop!

Mensagempor Luis Cardoso » Dom, 20 de Janeiro 2013, 17:25

@Alessandra,
Ficou SUPER elegante :yeah:
ImagemImagem
«Escolhe um trabalho de que gostes, e não terás que trabalhar um só dia na tua vida» - Confúcio
Avatar do usuário
Luis Cardoso
Redator
 
Mensagens: 10455
Registrado em: 26 Maio, 2011
Localização: Portugal

Re: Mostre o seu Desktop!

Mensagempor Alessandra Vianna » Dom, 20 de Janeiro 2013, 17:30

Luis Cardoso (20-01-2013, 16:25) escreveu:@Alessandra,
Ficou SUPER elegante :yeah:


Obrigada!!! :yeah:
Avatar do usuário
Alessandra Vianna
 
Mensagens: 1443
Registrado em: 12 Janeiro, 2012
Localização: Rio de Janeiro - RJ, Brasil

AnteriorPróximo

Voltar para Temas do Ubuntu

Quem está online

Usuários navegando neste fórum: Google [Bot] e 21 visitantes