Luckily adding bars is dead easy. If you play sub and want recuperate, just do something like
-- Recuperate
local recuperateDuration = 30
local recuperateBar = addon:CreateBar("player", 73651, recuperateDuration, 6)
recuperateBar.colors = {{124/255, 252/255, 0,255}}
recuperateBar.label:Hide()
at the end of the rogue module.
No glyphs/talents/set bonuses to consider when it comes to duration, so it's just a matter of finding the spell id and picking a color.
Hacked together a quick spriest module as well, I love how nicely the code is laid out and how well commented it is, even a moron like me can figure it out.
Thanks for making these evl, really appreciate it.