Description
# Cursor Circle & Power Bar
`Cursor Circle & Power Bar` is a lightweight World of Warcraft addon that adds two simple UI helpers:
- an always-visible cursor circle that makes the mouse easier to track
- a standalone player power bar for mana, energy, rage, fury, astral power, and other player power types
## Features
- cursor circle with configurable color
- standalone player power bar
- support for different player power types
- horizontal or vertical bar layout
- movable power bar with lock/unlock control
- show power bar always or only in combat
- in-game settings window available through `/ccircle`
- settings entry under `Escape -> Options -> AddOns`
## Commands
- `/ccircle`
- `/cursorcircle`
Both commands open the addon settings window.
## Settings
### Cursor
- show or hide the cursor circle
- choose a cursor color from preset options
### Power Bar
- show or hide the power bar
- display the power bar always or only in combat
- change width and height
- switch between horizontal and vertical layout
- lock or unlock the bar for dragging
## Notes
- the addon is designed to stay lightweight and avoid unnecessary UI complexity
- some advanced power-value formatting ideas were intentionally not used to avoid protected-value issues in WoW's UI environment




