Read this before using the aura
This aura represents the Chi that a Monk has, depending on 3rd row talent selection, the aura will adjust the size of each bar.
Right now, it is positioned based on another WeakAura I have. You need to change this to 'make it work'. Go to Display>Custom Text Function and see these lines:
Line #
Content
6
local energy = aura_env.getRegion("Energy Bar")
17
chi1:SetPoint("BOTTOMLEFT", energy, "TOPLEFT", 0, yoffset)
Also, you can change the size of the bars for every situation in Actions>OnInit in the lines:
Line #
Content
3
aura_env.regularChiSize = 36.8
4
aura_env.ascensionChiSize = 30.6
You will need to adjust your values and the positions used (SetPoint()) so that it matches the look you are going for.
This aura is included in my ugly ww monk group.