Tuomo,

Do you know if it is possible to have transparency in the dock?
If it's not implemented yet, that would be a great wishlist item.

I tried to add the transparent_background option in the dock-draw.lua
with no success...



de_define_style("dock", {
    
    -- The following are the usual ion drawing configuration commands
    based_on = "*",
    
    -- outline_style controls where the border is drawn:
    -- "none" no border is drawn
    -- "all"  a single border is drawn around the dock
    -- "each" a border is drawn around each dockapp
    outline_style = "each",
    
    -- tile_size controls the minimum tile size
    tile_size = { width = 64, height = 64 },

    transparent_background = true,

})



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250

Reply via email to