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!
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)
-- 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
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.
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.
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.