Bem-vindo: Dom, 17 de Novembro 2024, 6:49 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 Roger Braga » Sex, 18 de Novembro 2011, 21:31

MATTSTORM

  • Sistema Operativo: Ubuntu 11.04 (Natty Narwhal)
  • Tema: Unity
  • Ícones: Hydronium iconset
  • Wallpaper: http://img444.imageshack.us/img444/910/ ... tstorm.jpg
  • AWN;
  • Covergloobus: Medusa;
  • Conky;
    conkyrc
    Spoiler:
    Código: Selecionar todos
    background no
    update_interval 1
     
    cpu_avg_samples 2
    net_avg_samples 2
    max_user_text 16384
    override_utf8_locale yes
    max_specials 550
    double_buffer yes
    no_buffers yes
     
    text_buffer_size 2048
    imlib_cache_size 0
     
    # -- Window specifications -- #
     
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
     
    border_inner_margin 0
    border_outer_margin 0
     
    minimum_size 900 900
    maximum_width 930
    stippled_borders 1
    alignment top_right
    gap_x 20
    gap_y 20
     
    # -- Graphics settings -- #
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
     
    # -- Text settings -- #
    use_xft yes
    xftfont Droid Sans:bold:size=8
    xftalpha 0.8
     
    uppercase no
     
    default_color  00BFFF
    default_shade_color black
    default_outline_color black
    TEXT
    ${voffset 35}${font Santana:bold:size=50}${color FFA500}${alignr}${time %H:%M:%S}${font}$color}
    ${voffset 35}${alignr}$nodename $sysname
    ${voffset 35}${alignr}$kernel on $machine
    ${goto 160}${hr 2}
    ${goto 550}${time %A, %d %B %Y}
    ${alignr}Root: ${fs_free_perc /}%
    ${alignr}Home: ${fs_free_perc /home}%



    # Rede:
    ${voffset -228}
    ${if_existing /proc/net/route eth0}
    ${goto 158}Rede
    ${goto 158}${voffset 4}${color FFA500}${font PizzaDude Bullets:size=10}U${color 00BFFF}${font} Up:${goto 235}${color 111}${upspeed eth0} kb/s
    ${goto 158}${voffset 4}${color FFA500}${font PizzaDude Bullets:size=10}O${color 00BFFF}${font} Down:${goto 235}${color 111}${downspeed eth0} kb/s
    ${goto 158}${voffset 4}${color FFA500}${font PizzaDude Bullets:size=10}N${color 00BFFF}${font} Upload:${goto 235}${color 111}${totalup eth0}
    ${goto 158}${voffset 4}${color FFA500}${font PizzaDude Bullets:size=10}T${color 00BFFF}${font} Download:${goto 240}${color 111}${totaldown eth0}
    ${goto 158}${voffset 4}${color FFA500}${font PizzaDude Bullets:size=10}a${color 00BFFF}${font} Ip Local:${goto 235}${color 111}${addr eth0}
    ${endif}

AGARB REGOR


Imagem
:ubuntued: "Somente seres humanos excepcionais e irrepreensíveis suscitam ideias generosas e ações elevadas. O conhecimento é limitado. A imaginação envolve ao mundo."
:ubuntued:
Avatar do usuário
Roger Braga
Mr. Deskmod
 
Mensagens: 755
Registrado em: 04 Julho, 2011
Localização: São Paulo, BRASIL

Re: Mostre o seu Desktop!

Mensagempor Roger Braga » Sex, 18 de Novembro 2011, 22:09

@CROW@

  • Sistema Operativo: Ubuntu 11.10 (Oneiric Ocelot)
  • Tema: Catartica 1.7
  • Ícones: NafDesk Icons
  • Wallpaper: http://img714.imageshack.us/img714/5057 ... yardwo.jpg
  • AWN;
  • Screenlets;
  • Conky;
    conkyrc
    Spoiler:
    Código: Selecionar todos
    # — 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

    # — Window specifications — #

    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below

    border_inner_margin 0
    border_outer_margin 0

    minimum_size 600 400
    maximum_width 600

    alignment tl
    gap_x 5
    gap_y 25

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

    # — Text settings — #
    use_xft yes
    xftfont mintsmild:size=8
    xftalpha 0.8

    uppercase no

    default_color 555
    default_shade_color 00BFFF

    # — Artaserse's Settings — #

    # — Lua Load — #
    lua_load /home/roger/.conky/arp-rings.lua
    lua_draw_hook_pre ring_stats

    TEXT
    ${goto 19}${voffset 25}CPU
    ${goto 19}${voffset 50}RAM
    ${goto 18}${voffset 102}dati
    ${goto 16}${voffset 46}root
    ${goto 16}${voffset 46}home

    arp-rings.lua
    Spoiler:
    Código: Selecionar todos
    --[[
    Ring Meters by londonali1010 (2009) mod by arpinux

    This script draws percentage meters as rings. It is fully customisable; all options are described in the script.

    IMPORTANT: if you are using the 'cpu' function, it will cause a segmentation fault if it tries to draw a ring straight away. The if statement on line 129 uses a delay to make sure that this doesn't happen. It calculates the length of the delay by the number of updates since Conky started. Generally, a value of 5s is long enough, so if you update Conky every 1s, use update_num>5 in that if statement (the default). If you only update Conky every 2s, you should change it to update_num>3; conversely if you update Conky every 0.5s, you should use update_num>10. ALSO, if you change your Conky, is it best to use "killall conky; conky" to update it, otherwise the update_num will not be reset and you will get an error.

    To call this script in Conky, use the following (assuming that you save this script to ~/scripts/rings.lua):
       lua_load ~/scripts/rings.lua
       lua_draw_hook_pre ring_stats
    ]]

    settings_table = {
       {
          -- Edit this table to customise your rings.
          -- You can create more rings simply by adding more elements to settings_table.
          -- "name" is the type of stat to display; you can choose from 'cpu', 'memperc', 'fs_used_perc', 'battery_used_perc'.
          name='cpu',
          -- "arg" is the argument to the stat type, e.g. if in Conky you would write ${cpu cpu0}, 'cpu0' would be the argument. If you would not use an argument in the Conky variable, use ''.
          arg='cpu0',
          -- "max" is the maximum value of the ring. If the Conky variable outputs a percentage, use 100.
          max=100,
          -- "bg_colour" is the colour of the base ring.
          bg_colour=0xffffff,
          -- "bg_alpha" is the alpha value of the base ring.
          bg_alpha=0.2,
          -- "fg_colour" is the colour of the indicator part of the ring.
          fg_colour=0x00BFFF,
          -- "fg_alpha" is the alpha value of the indicator part of the ring.
          fg_alpha=0.9,
          -- "x" and "y" are the x and y coordinates of the centre of the ring, relative to the top left corner of the Conky window.
          x=30, y=30,
          -- "radius" is the radius of the ring.
          radius=20,
          -- "thickness" is the thickness of the ring, centred around the radius.
          thickness=10,
          -- "angle" is the starting angle of the ring, in degrees, clockwise from top. Value can be either positive or negative.
          angle=-90
       },
       {
          name='memperc',
          arg='',
          max=100,
          bg_colour=0xffffff,
          bg_alpha=0.2,
          fg_colour=0x00BFFF,
          fg_alpha=0.9,
          x=30, y=90,
          radius=20,
          thickness=10,
          angle=-90
       },
       {
          name='time %I',
          arg='',
          max=12,
          bg_colour=0xffffff,
          bg_alpha=0.2,
          fg_colour=0x00BFFF,
          fg_alpha=0.9,
          x=30, y=150,
          radius=19,
          thickness=7,
          angle=0
       },
       {
          name='time %M',
          arg='',
          max=60,
          bg_colour=0xffffff,
          bg_alpha=0.2,
          fg_colour=0x00BFFF,
          fg_alpha=0.9,
          x=30, y=150,
          radius=12,
          thickness=4,
          angle=0
       },
       {
          name='time %S',
          arg='',
          max=60,
          bg_colour=0xffffff,
          bg_alpha=0.2,
          fg_colour=0x00BFFF,
          fg_alpha=0.9,
          x=30, y=150,
          radius=7,
          thickness=2,
          angle=0
       },
       {
          name='fs_used_perc',
          arg='/root',
          max=100,
          bg_colour=0xffffff,
          bg_alpha=0.2,
          fg_colour=0x00BFFF,
          fg_alpha=0.9,
          x=30, y=210,
          radius=20,
          thickness=10,
          angle=-90
       },
       {
          name='fs_used_perc',
          arg='/',
          max=100,
          bg_colour=0xffffff,
          bg_alpha=0.2,
          fg_colour=0x00BFFF,
          fg_alpha=0.9,
          x=30, y=270,
          radius=20,
          thickness=10,
          angle=-90
       },
       {
          name='fs_used_perc',
          arg='/home',
          max=100,
          bg_colour=0xffffff,
          bg_alpha=0.2,
          fg_colour=0x00BFFF,
          fg_alpha=0.9,
          x=30, y=330,
          radius=20,
          thickness=10,
          angle=-90
       }
       
       
    }

    require 'cairo'

    function rgb_to_r_g_b(colour,alpha)
       return ((colour / 0x10000) % 0x100) / 255., ((colour / 0x100) % 0x100) / 255., (colour % 0x100) / 255., alpha
    end

    function draw_ring(t, pt)
       if conky_window==nil then return end
       local w,h=conky_window.width,conky_window.height
       local cs=cairo_xlib_surface_create(conky_window.display,conky_window.drawable,conky_window.visual,w,h)
       
       cr=cairo_create(cs)
       
       local xc,yc,ring_r,ring_w,angle=pt['x'],pt['y'],pt['radius'],pt['thickness'],pt['angle']
       local bgc, bga, fgc, fga=pt['bg_colour'], pt['bg_alpha'], pt['fg_colour'], pt['fg_alpha']

       local angle_0=angle*(2*math.pi/360)-math.pi/2
       local t_arc=t*2*math.pi

       -- Draw background ring

       cairo_arc(cr,xc,yc,ring_r,0,2*math.pi)
       cairo_set_source_rgba(cr,rgb_to_r_g_b(bgc,bga))
       cairo_set_line_width(cr,ring_w)
       cairo_stroke(cr)
       
       -- Draw indicator ring

       cairo_arc(cr,xc,yc,ring_r,angle_0,angle_0+t_arc)
       cairo_set_source_rgba(cr,rgb_to_r_g_b(fgc,fga))
       cairo_stroke(cr)      
       
       cairo_destroy(cr)
       cr = nil
    end

    function conky_cairo_cleanup()
       cairo_surface_destroy(cs)
       cs = nil
    end

    function conky_ring_stats()
       local function setup_rings(pt)
          local str=''
          local value=0
          
          str=string.format('${%s %s}',pt['name'],pt['arg'])
          str=conky_parse(str)
          
          value=tonumber(str)
                    if value == nil then value = 0 end
          pct=value/pt['max']
          
          draw_ring(pct,pt)
       end
       
       -- Check that Conky has been running for at least 5s
       
       local updates=conky_parse('${updates}')
       update_num=tonumber(updates)
       
       if update_num>5 then
          for i in pairs(settings_table) do
             setup_rings(settings_table[i])
          end
       end
    end


AGARB REGOR


Imagem
:ubuntued: "Somente seres humanos excepcionais e irrepreensíveis suscitam ideias generosas e ações elevadas. O conhecimento é limitado. A imaginação envolve ao mundo."
:ubuntued:
Avatar do usuário
Roger Braga
Mr. Deskmod
 
Mensagens: 755
Registrado em: 04 Julho, 2011
Localização: São Paulo, BRASIL

Re: Mostre o seu Desktop!

Mensagempor millemiglia » Sáb, 19 de Novembro 2011, 0:55

Garbage - Medication


millemiglia
 
Mensagens: 22
Registrado em: 11 Junho, 2011
Localização: Videira, Santa Catarina, Brasil

Re: Mostre o seu Desktop!

Mensagempor Roger Braga » Sáb, 19 de Novembro 2011, 1:29

M&M NA FITA

AGARB REGOR


Imagem
:ubuntued: "Somente seres humanos excepcionais e irrepreensíveis suscitam ideias generosas e ações elevadas. O conhecimento é limitado. A imaginação envolve ao mundo."
:ubuntued:
Avatar do usuário
Roger Braga
Mr. Deskmod
 
Mensagens: 755
Registrado em: 04 Julho, 2011
Localização: São Paulo, BRASIL

Re: Mostre o seu Desktop!

Mensagempor luanpl92 » Sáb, 19 de Novembro 2011, 18:13

Sobre conky:

-como eu faço pra trocar ele de canto?
-como eu instalo 2?

Livre ontem,Livre hoje, Livre SEMPRE!

Avatar do usuário
luanpl92
 
Mensagens: 33
Registrado em: 07 Novembro, 2011

Re: Mostre o seu Desktop!

Mensagempor lufan » Sáb, 19 de Novembro 2011, 18:30

luanpl92 » Sáb Nov 19, 2011 3:13 pm escreveu:Sobre conky:

-como eu faço pra trocar ele de canto?
-como eu instalo 2?


Olá luanpl92!
Leia esse artigo: http://ubuntued.info/conky-o-gestor-de-sistema-para-a-area-de-trabalho, nele você encontrará tudo sobre o Conky, mas se pintar alguma dúvida, pode ficar a vontade e perguntar.

Por hora, respondendo suas questões:

-como eu faço pra trocar ele de canto?


procura no seu arquivo de configuração do conky onde está escrito:
alignment tl --> esse "tl" pode ser trocado por: "tr" que significa "topo direito" ou por: "bl" --> que significa "esquerda abaixo", ou "br" que significa "direita abaixo".

-como eu instalo 2?


Munido dos dois arquivos do conky (suponha que eles se chamam: conky1 e conky2 e supondo que eles estão na sua pasta pessoal) você vai no terminal e digita:

conky -c conky1 && conky -c conky2

ou então você pode criar um script assim:

Código: Selecionar todos
#!/bin/bash
sleep 8 &&
exec conky -c conky1 &&
exec conky -c conky2
exit
Editado pela última vez por lufan em Sáb, 19 de Novembro 2011, 18:43, em um total de 1 vez.
Imagem
Celso Ricardo dos S. Bomfim
Ubuntu - Java - Android
Avatar do usuário
lufan
 
Mensagens: 35
Registrado em: 20 Agosto, 2011
Localização: Sergipe

Re: Mostre o seu Desktop!

Mensagempor Kaverah » Sáb, 19 de Novembro 2011, 18:32

Debian Skin

Avatar do usuário
Kaverah
 
Mensagens: 5
Registrado em: 05 Novembro, 2011

Re: Mostre o seu Desktop!

Mensagempor andrelui85 » Sáb, 19 de Novembro 2011, 18:35

COSMO


Imagem


Sistema Operativo: Ubuntu 11.10 (Oneiric Ocelot)
Shell Theme: Zukitwo
Ícones: faenza
Wallpaper: http://img851.imageshack.us/img851/5703/0085o.jpg
Outros:
Conky: Orange Conky
CoverGloobus: Gray Revenge
AWN: Dark Theme (Modifiquei algumas configurações);

andrelui85
 
Mensagens: 7
Registrado em: 16 Junho, 2011

Re: Mostre o seu Desktop!

Mensagempor luanpl92 » Sáb, 19 de Novembro 2011, 20:07

tem como eu tirar a barra lateral do ubuntu 11.10 definitivamente? ou só deixar ela "OCULTA" ??????????? :yeah:

Livre ontem,Livre hoje, Livre SEMPRE!

Avatar do usuário
luanpl92
 
Mensagens: 33
Registrado em: 07 Novembro, 2011

Re: Mostre o seu Desktop!

Mensagempor Luis Cardoso » Sáb, 19 de Novembro 2011, 20:22

luanpl92 » 19 Nov 2011, 20:07 escreveu:tem como eu tirar a barra lateral do ubuntu 11.10 definitivamente? ou só deixar ela "OCULTA" ??????????? :yeah:

Olá luanpl92,
Pode sempre dar uma espreitadela neste tópico ;)
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

AnteriorPróximo

Voltar para Temas do Ubuntu

Quem está online

Usuários navegando neste fórum: Nenhum usuário registrado e 7 visitantes

cron