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!
local function set_pattern() --this function set the pattern if #t.colour==1 then cairo_set_source_rgba(cr,rgb_to_r_g_b2(t.colour[1])) else local pat
if t.radial==nil then local pts=linear_orientation(t,te) pat = cairo_pattern_create_linear (pts[1],pts[2],pts[3],pts[4]) else pat = cairo_pattern_create_radial (t.radial[1],t.radial[2],t.radial[3],t.radial[4],t.radial[5],t.radial[6]) end
for i=1, #t.colour do cairo_pattern_add_color_stop_rgba (pat, t.colour[i][1], rgb_to_r_g_b2(t.colour[i])) end cairo_set_source (cr, pat) end end
--set default values if needed if t.text==nil then t.text="Conky is good for you !" end if t.x==nil then t.x = conky_window.width/2 end if t.y==nil then t.y = conky_window.height/2 end if t.colour==nil then t.colour={{1,0xFFFFFF,1}} end if t.font_name==nil then t.font_name="Free Sans" end if t.font_size==nil then t.font_size=14 end if t.angle==nil then t.angle=0 end if t.italic==nil then t.italic=false end if t.oblique==nil then t.oblique=false end if t.bold==nil then t.bold=false end if t.radial ~= nil then if #t.radial~=6 then print ("error in radial table") t.radial=nil end end if t.orientation==nil then t.orientation="ww" end if t.h_align==nil then t.h_align="l" end if t.v_align==nil then t.v_align="b" end if t.reflection_alpha == nil then t.reflection_alpha=0 end if t.reflection_length == nil then t.reflection_length=1 end if t.reflection_scale == nil then t.reflection_scale=1 end if t.rotx==nil then t.rotx=0 end if t.roty==nil then t.roty=0 end cairo_translate(cr,t.x,t.y) cairo_rotate(cr,t.angle*math.pi/180) cairo_save(cr)
local slant = CAIRO_FONT_SLANT_NORMAL local weight =CAIRO_FONT_WEIGHT_NORMAL if t.italic then slant = CAIRO_FONT_SLANT_ITALIC end if t.oblique then slant = CAIRO_FONT_SLANT_OBLIQUE end if t.bold then weight = CAIRO_FONT_WEIGHT_BOLD end
if t.h_align=="c" then mx=-te.width/2 elseif t.h_align=="r" then mx=-te.width end if t.v_align=="m" then my=-te.height/2-te.y_bearing elseif t.v_align=="t" then my=-te.y_bearing end cairo_move_to(cr,mx,my)
cairo_show_text(cr,t.text)
if t.reflection_alpha ~= 0 then local matrix1 = cairo_matrix_t:create() cairo_set_font_size(cr,t.font_size)
cairo_set_line_width(cr,0) dy=te.x_bearing if dy<0 then dy=dy*(-1) end cairo_rectangle(cr,mx+te.x_bearing,te.y_bearing+te.height+my,te.width+dy,-te.height*1.05) cairo_clip_preserve(cr) cairo_set_operator(cr,CAIRO_OPERATOR_CLEAR) --cairo_stroke(cr) cairo_mask(cr,pat2) cairo_pattern_destroy(pat2) cairo_set_operator(cr,CAIRO_OPERATOR_OVER) end
end
function linear_orientation(t,te) local w,h=te.width,te.height local xb,yb=te.x_bearing,te.y_bearing
if t.h_align=="c" then xb=xb-w/2 elseif t.h_align=="r" then xb=xb-w end if t.v_align=="m" then yb=-h/2 elseif t.v_align=="t" then yb=0 end
if t.orientation=="nn" then p={xb+w/2,yb,xb+w/2,yb+h} elseif t.orientation=="ne" then p={xb+w,yb,xb,yb+h} elseif t.orientation=="ww" then p={xb,h/2,xb+w,h/2} elseif vorientation=="se" then p={xb+w,yb+h,xb,yb} elseif t.orientation=="ss" then p={xb+w/2,yb+h,xb+w/2,yb} elseif vorientation=="ee" then p={xb+w,h/2,xb,h/2} elseif t.orientation=="sw" then p={xb,yb+h,xb+w,yb} elseif t.orientation=="nw" then p={xb,yb,xb+w,yb+h} end return p end
Bom, la vai meu primeiro Desk. Estava sumido porque estava sem internet em casa. enfim, busquei um tema relax, gosto de wallpapers que passem uma sensação de relaxamento, após horas na frente da maquina do escritorio.
Sky Blue Sky
Sistema Operativo: Ubuntu 12.04 (Precise Pangolin)
ArthurSoave (07-11-2012, 2:35) escreveu:Bom, la vai meu primeiro Desk. Estava sumido porque estava sem internet em casa. enfim, busquei um tema relax, gosto de wallpapers que passem uma sensação de relaxamento, após horas na frente da maquina do escritorio.
Sky Blue Sky
Sistema Operativo: Ubuntu 12.04 (Precise Pangolin)
Tema: Adwaita
Ambiente Gráfico: Cinnamon
Ícones: Faenza-Darkest
Wallpaper: Sky
Estou virando fã desse Cinnamon... Ficou muito massa Arthur, está de parabéns!