-
Notifications
You must be signed in to change notification settings - Fork 333
new battery status "Not charging" and nerdfont docs #347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
📝 WalkthroughWalkthroughThe documentation for the tmux Dracula theme's battery plugin was updated to clarify the meaning of nerdfont icons for various battery states. Additionally, the battery status script was modified to treat the "Not charging" and "Notcharging" states the same as "ACattached," displaying the same icon for all three conditions. Changes
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
✨ Finishing Touches
🧪 Generate Unit Tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🧹 Nitpick comments (1)
docs/CONFIG.md (1)
191-197
: Minor Markdown nits for icon listFor better readability and to avoid unintended emphasis when fonts are missing, wrap each glyph in back-ticks:
-- the battery is discharging …: … +- the battery is discharging …: `` `` …Same for the other bullet points.
now the status "Not charging" is added and considered the same as MacOS' "ACattached", since both mean that the battery is neither charging nor discharging, but power is being drawn form AC only.
also, the icons are now described in the docs. my github still can't render them, but it's good to have it there for when people check it some other way.