Originally Posted by Nalien
Hey all.
I fail to figure out how to make Skada's bars background entirely transparent/removed/hidden (there's apparently no option to have fun with this case, pretty sure). Any tips, please? Be it through lua editing, kgPanels or any other means, I'd just like to see the background gone.
|
If you really, really want to get rid of the backgrounds for the bars open up "Skada\BarDisplay.lua" and find the lines (245 and on in my file):
else
-- Default color.
local color = win.db.barcolor
bar:SetColorAt(0, color.r, color.g, color.b, color.a or 1)
end
after those, add the line
bar:SetBackgroundColor(0, 0, 0, 0)
This shouldn't give any problems, but I only quickly looked over the code and just tested with my own specific set up of Skada.