Skip to content

Hide Aura Swipe on Essential bar #64

@d284436928

Description

@d284436928

Essential Bar and Buff Bar should be independent and not interfere with each other.
I would like to port (or implement) a feature with the following behavior:"Show the actual spell cooldown instead of the aura/buff duration. When enabled, the icon will display the spell’s real cooldown even while the buff is active, with desaturation applied."

-- Hide Aura Swipe Toggle ret.args.hideAuraSwipe = { type = "toggle", name = "Hide Aura Swipe", desc = "Show the actual spell cooldown instead of the aura/buff duration. When enabled, the icon will display your spell's cooldown even while the buff is active, with desaturation applied.", order = 2.8, width = "full", get = function() return NephUI.db.profile.viewers[viewerKey].ignoreAuraOverride or false end, set = function(_, val) if not NephUI.db.profile.viewers[viewerKey] then NephUI.db.profile.viewers[viewerKey] = {} end NephUI.db.profile.viewers[viewerKey].ignoreAuraOverride = val -- Refresh all icons to apply the change if NephUI.AuraOverride and NephUI.AuraOverride.RefreshViewer then local viewer = _G[viewerKey] if viewer then NephUI.AuraOverride:RefreshViewer(viewer) end end if NephUI.RefreshViewers then NephUI:RefreshViewers() end end, }

https://github.com/Nephuhlim/NephUI
Config/ViewerOptions.lua
Modules/IconViewers/AuraOverride.lua
Core/Defaults.lua

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions