Bem-vindo: Ter, 26 de Novembro 2024, 16:39 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 Exploit » Sex, 3 de Agosto 2012, 11:37

para um XFCE ficou muito bonito :OK:
Avatar do usuário
Exploit
 
Mensagens: 1297
Registrado em: 31 Agosto, 2011

Re: Mostre o seu Desktop!

Mensagempor yuryrodrigues » Sex, 3 de Agosto 2012, 14:15



Ficou muito bonito e simplista. A primeira vista me pareceu um SO da Apple :facepalm2:

:yeah: :yeah: :yeah:
Avatar do usuário
yuryrodrigues
 
Mensagens: 835
Registrado em: 31 Outubro, 2011

Re: Mostre o seu Desktop!

Mensagempor Claudio Novais » Sex, 3 de Agosto 2012, 17:11

Dark Leather Shell


  • Sistema Operativo: Ubuntu 12.04 (Precise Pangolin)
  • Tema: Delorean-Dark
  • Tema Gnome-Shell:Sombre Porcelaine
  • Ambiente Gráfico: Gnome-Shell
  • Ícones: Faenza-Dark
  • Wallpaper: 2055476
  • Outros:
    • Conky:
      • Conky Original;
      • Imagens: modificadas as seguintes imagens das originais:
        http://i.imgur.com/M2VYZ.png
        http://i.imgur.com/RAlGZ.png
      • ConkyRC:
        Spoiler:
        Código: Selecionar todos
        # — Conky settings — #
        background no
        update_interval 1

        override_utf8_locale yes

        double_buffer yes
        no_buffers yes

        text_buffer_size 2048
        imlib_cache_size 0

        temperature_unit celsius

        # — Window specifications — #

        own_window yes
        #own_window_type override
        own_window_transparent yes
        #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
        own_window_type normal
        own_window_hints undecorated,below,skip_taskbar,sticky,skip_pager


        border_inner_margin 0
        border_outer_margin 0

        minimum_size 880
        maximum_width 880

        gap_x 0
        gap_y 0
        alignment bm

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

        # — Text settings — #
        use_xft yes
        xftfont pf_tempesta_five_condensed:size=6
        xftalpha 0.5

        uppercase no
        default_shade_color 000000
        default_color ffffff
        color1 FFFFFF

        # — Lua Load — #

           lua_load ~/conky/clock_rings.lua
           lua_draw_hook_pre clock_rings
           #lua_load ~/conky/text.lua
           #lua_draw_hook_post draw_text
           
        TEXT
        ${image ~/conky/orb-1b.png -p 0,-2}

        ${image ~/conky/orb-1a.png -p 150,-2}
        ${color}${goto 202}${voffset 12}${font digitalk-mono:size=26}${cpu cpu0}${font pftempestafivecondensed:size=6}${color1}
        ${color1}${goto 197}cpu ${color}[${color1} % ${color}]${color1}
        ${image ~/conky/orb-1a.png -p 300,-2}
        ${color}${goto 353}${voffset -55}${font digitalk-mono:size=26}${memperc}${font pftempestafivecondensed:size=6}${color1}
        ${color1}${goto 345}mem ${color}[${color1} % ${color}]${color1}
        ${image ~/conky/orb-1a.png -p 450,-2}
        ${color}${goto 502}${voffset -50}${font digitalk-mono:size=26}${swapperc}${font pftempestafivecondensed:size=6}${color1}
        ${color1}${goto 491}swap ${color}[${color1} % ${color}]${color1}
        ${image ~/conky/orb-1a.png -p 600,-2}
        ${color}${goto 653}${voffset -50}${font digitalk-mono:size=26}${fs_used_perc /home}${font pftempestafivecondensed:size=6}${color1}
        ${color1}${goto 641}home ${color}[${color1} % ${color}]${color1}
        ${image ~/conky/orb-1a.png -p 750,-2}
        ${color}${goto 802}${voffset -50}${font digitalk-mono:size=26}${fs_used_perc /}${font pftempestafivecondensed:size=6}${color1}
        ${color1}${goto 793}root ${color}[${color1} % ${color}]${color1}
      • Ficheiro "clock_rings.lua":
        Spoiler:
        Código: Selecionar todos
        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='time',
              -- "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='%I.%M',
              -- "max" is the maximum value of the ring. If the Conky variable outputs a percentage, use 100.
              max=12,
              -- "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.0,
              -- "fg_colour" is the colour of the indicator part of the ring.
              fg_colour=0x86EEFF,
              -- "fg_alpha" is the alpha value of the indicator part of the ring.
              fg_alpha=0.0,
              -- "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=67, y=61,
              -- "radius" is the radius of the ring.
              radius=30,
              -- "thickness" is the thickness of the ring, centred around the radius.
              thickness=2,
              -- "start_angle" is the starting angle of the ring, in degrees, clockwise from top. Value can be either positive or negative.
              start_angle=0,
              -- "end_angle" is the ending angle of the ring, in degrees, clockwise from top. Value can be either positive or negative, but must be larger than start_angle.
              end_angle=360
           },
           {
              name='cpu',
              arg='cpu0',
              max=100,
              bg_colour=0xffffff,
              bg_alpha=0.0,
              fg_colour=0xffffff,
              fg_alpha=0.2,
              x=218, y=59,
              radius=36,
              thickness=8,
              start_angle=-90,
              end_angle=180
           },
           {
              name='memperc',
              arg='',
              max=100,
              bg_colour=0xffffff,
              bg_alpha=0.0,
              fg_colour=0x0ffffff,
              fg_alpha=0.2,
              x=368, y=59,
              radius=36,
              thickness=8,
              start_angle=-90,
              end_angle=180
           },
           {
              name='swapperc',
              arg='',
              max=100,
              bg_colour=0xffffff,
              bg_alpha=0.0,
              fg_colour=0xffffff,
              fg_alpha=0.2,
              x=518, y=59,
              radius=36,
              thickness=8,
              start_angle=-90,
              end_angle=180
           },
           {
              name='fs_used_perc',
              arg='/home',
              max=100,
              bg_colour=0xffffff,
              bg_alpha=0.0,
              fg_colour=0xffffff,
              fg_alpha=0.2,
              x=668, y=59,
              radius=36,
              thickness=8,
              start_angle=-90,
              end_angle=180
           },
           {
              name='fs_used_perc',
              arg='/',
              max=100,
              bg_colour=0xffffff,
              bg_alpha=0.0,
              fg_colour=0xffffff,
              fg_alpha=0.2,
              x=818, y=59,
              radius=36,
              thickness=8,
              start_angle=-90,
              end_angle=180
           }, 
              
           
              
        }

        -- Use these settings to define the origin and extent of your clock.

        clock_r=29

        -- "clock_x" and "clock_y" are the coordinates of the centre of the clock, in pixels, from the top left of the Conky window.

        clock_x=67
        clock_y=61

        show_seconds=true

        require 'cairo'
        --------------------------------------------------------------------------------------------------------------------------
        --                                                                 rgb_to_r_g_b
        -- converts color in hexa to decimal
        --
        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(cr,t,pt)
           local w,h=conky_window.width,conky_window.height
           
           local xc,yc,ring_r,ring_w,sa,ea=pt['x'],pt['y'],pt['radius'],pt['thickness'],pt['start_angle'],pt['end_angle']
           local bgc, bga, fgc, fga=pt['bg_colour'], pt['bg_alpha'], pt['fg_colour'], pt['fg_alpha']

           local angle_0=sa*(2*math.pi/360)-math.pi/2
           local angle_f=ea*(2*math.pi/360)-math.pi/2
           local t_arc=t*(angle_f-angle_0)

           -- Draw background ring

           cairo_arc(cr,xc,yc,ring_r,angle_0,angle_f)
           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)      
        end

        function draw_clock_hands(cr,xc,yc)
           local secs,mins,hours,secs_arc,mins_arc,hours_arc
           local xh,yh,xm,ym,xs,ys
           
           secs=os.date("%S")   
           mins=os.date("%M")
           hours=os.date("%I")
              
           secs_arc=(2*math.pi/60)*secs
           mins_arc=(2*math.pi/60)*mins+secs_arc/60
           hours_arc=(2*math.pi/12)*hours+mins_arc/12
              
           -- Draw hour hand
           
           xh=xc+0.7*clock_r*math.sin(hours_arc)
           yh=yc-0.7*clock_r*math.cos(hours_arc)
           cairo_move_to(cr,xc,yc)
           cairo_line_to(cr,xh,yh)
           
           cairo_set_line_cap(cr,CAIRO_LINE_CAP_ROUND)
           cairo_set_line_width(cr,5)
           cairo_set_source_rgba(cr,0.9,0.9,0.9,0.3)
           cairo_stroke(cr)
           
           -- Draw minute hand
           
           xm=xc+clock_r*math.sin(mins_arc)
           ym=yc-clock_r*math.cos(mins_arc)
           cairo_move_to(cr,xc,yc)
           cairo_line_to(cr,xm,ym)
           
           cairo_set_line_cap(cr,CAIRO_LINE_CAP_ROUND)
           cairo_set_line_width(cr,3)
           cairo_set_source_rgba(cr,0.9,0.9,0.9,0.5)
           cairo_stroke(cr)
           
           -- Draw seconds hand
           
           if show_seconds then
              xs=xc+clock_r*math.sin(secs_arc)
              ys=yc-clock_r*math.cos(secs_arc)
              cairo_move_to(cr,xc,yc)
              cairo_line_to(cr,xs,ys)
           
              cairo_set_line_width(cr,1)
              cairo_set_source_rgba(cr,0.9,0.9,0.9,0.9)
              cairo_stroke(cr)
                       
           end
        end

        function conky_clock_rings()
           local function setup_rings(cr,pt)
              local str=''
              local value=0
              
              str=string.format('${%s %s}',pt['name'],pt['arg'])
              str=conky_parse(str)
              
              value=tonumber(str)
              pct=value/pt['max']
              
              draw_ring(cr,pct,pt)
           end
           
           -- Check that Conky has been running for at least 5s

           if conky_window==nil then return end
           local cs=cairo_xlib_surface_create(conky_window.display,conky_window.drawable,conky_window.visual, conky_window.width,conky_window.height)
           
           local cr=cairo_create(cs)   
           
           local updates=conky_parse('${updates}')
           update_num=tonumber(updates)
           
           if update_num>5 then
              for i in pairs(settings_table) do
                 setup_rings(cr,settings_table[i])
              end
           end
           
           draw_clock_hands(cr,clock_x,clock_y)
        end

    • Extensões Shell: Bolt; Maximus;
Avatar do usuário
Claudio Novais
Editor do Ubuntued
 
Mensagens: 16869
Registrado em: 25 Maio, 2011

Re: Mostre o seu Desktop!

Mensagempor João Ferretti » Sex, 3 de Agosto 2012, 17:18

yuryrodrigues » Sex Ago 03, 2012 10:15 am escreveu:


Ficou muito bonito e simplista. A primeira vista me pareceu um SO da Apple :facepalm2:

:yeah: :yeah: :yeah:


Muito obrigado,yuryrodrigues!
Avatar do usuário
João Ferretti
 
Mensagens: 78
Registrado em: 01 Novembro, 2011
Localização: Lorena,SP,Brasil

Re: Mostre o seu Desktop!

Mensagempor yuryrodrigues » Sex, 3 de Agosto 2012, 17:23



Meus parabéns. Ficou muito bonito seu desktop :yeah:

Está extensão do menu do Gnome-Shell me parece que aumenta significativamente a produtividade e mantém somente o que é importante...
Avatar do usuário
yuryrodrigues
 
Mensagens: 835
Registrado em: 31 Outubro, 2011

Re: Mostre o seu Desktop!

Mensagempor Claudio Novais » Sex, 3 de Agosto 2012, 17:27

Só tem uma falha, infelizmente: perde-se a gestão das janelas! :( Diria que deviam de alguma maneira possibilitar utilizar também a "Aplicações" que originalmente vem com o Gnome Shell.

Ah obrigado!! ;)
Avatar do usuário
Claudio Novais
Editor do Ubuntued
 
Mensagens: 16869
Registrado em: 25 Maio, 2011

Re: Mostre o seu Desktop!

Mensagempor yuryrodrigues » Sáb, 4 de Agosto 2012, 21:24

Orange Clean
Avatar do usuário
yuryrodrigues
 
Mensagens: 835
Registrado em: 31 Outubro, 2011

Re: Mostre o seu Desktop!

Mensagempor Di' stante » Sáb, 4 de Agosto 2012, 22:14

yuryrodrigues escreveu:
Orange Clean


Belo ambiente, Yuri. Creio que possas sanar-me uma dúvida: o PcManFM exibe as miniaturas de videos e imagens adequadamente?. Simpatizo com o XFCE, no entanto não engulo o Thunar.
Avatar do usuário
Di' stante
 
Mensagens: 130
Registrado em: 24 Setembro, 2011

Re: Mostre o seu Desktop!

Mensagempor Igor Felipe » Sáb, 4 de Agosto 2012, 23:41

Dark Bright
  • Sistema Operativo: Kubuntu 12.04 (Precise Pangolin)
  • Ambiente Gráfico: KDE 4.8
  • Tema do plasma: Solid
  • Esquema de cores: Zion (reversed)
  • Estilo dos widgets: Plastique
  • Decoração da janela: Dark Shine
  • Ícones: KAwOken
  • Wallpaper:http://i.imgur.com/rEhVb.png
Avatar do usuário
Igor Felipe
 
Mensagens: 65
Registrado em: 22 Abril, 2012

Re: Mostre o seu Desktop!

Mensagempor AmmonMa » Dom, 5 de Agosto 2012, 0:03

Claudio Novais » Sex Ago 03, 2012 4:27 pm escreveu:Só tem uma falha, infelizmente: perde-se a gestão das janelas! :( Diria que deviam de alguma maneira possibilitar utilizar também a "Aplicações" que originalmente vem com o Gnome Shell.

Ah obrigado!! ;)

E como você entra na expo Claudio?

Depois de feita a pergunta...deixa eu falar.

QUE DESKMOD FANTÀSTICO

Se algum dia eu voltar pra gnome-shell eu vou copiar ele na cara dura. Acompanho essa serie ha algum tempo e esse é um dos mais lindos que vi. Da vontade de trocar tudo agora.

Edit: Aliás, eu tenho que parar de ler isso. Toda semana da vontade de trocar tudo.
Parábens.
Avatar do usuário
AmmonMa
 
Mensagens: 138
Registrado em: 04 Fevereiro, 2012

AnteriorPróximo

Voltar para Temas do Ubuntu

Quem está online

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