Skip to content
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

MPD Plugin #239

Merged
merged 3 commits into from
Dec 2, 2023
Merged

MPD Plugin #239

merged 3 commits into from
Dec 2, 2023

Conversation

pspiagicw
Copy link
Contributor

@pspiagicw pspiagicw commented Oct 19, 2023

  • feat: Added mpc plugin
  • feat: Added MPC documentation
  • feat: Added tmux.conf customizations

Pull Request

Introduces a MPC Plugin for this theme.
Closes #238.

Description of Changes

PR introduces a mpc plugin, which can be enabled by the user using the mpc keyword in the @dracula-plugins variable.
This plugin shows the current state of MPD in the tabline.
The plugin supports the plugin customizations including

  • Colors (@dracula-mpc-colors)
  • Display Format (@dracula-mpc-format). The reference for which is here.

For the above functionality. 2 files have been edited

  • scripts/mpc.sh
  • scripts/dracula.sh

This plugin requires the mpc tool to be installed.

All of the above info is also updated in

  • README.md
  • INSTALL.md

Testing

Both the customizations have been tested on my system and is in working condition.
Tested on a Arch Linux system with latest mpc, tmux.

@pspiagicw pspiagicw marked this pull request as ready for review October 19, 2023 10:52
@ethancedwards8
Copy link
Member

Did you mean to push the color updates to this branch?

@pspiagicw
Copy link
Contributor Author

No. Sorry for the confusion. I was experimenting with something. I will push a commit that reverts the changes.

@pspiagicw
Copy link
Contributor Author

I have removed the personal commits from the repository.
Sorry for the confusion

@ethancedwards8 ethancedwards8 merged commit 2d1253f into dracula:master Dec 2, 2023
1 check passed
@ethancedwards8
Copy link
Member

Thank you for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Enhancement: Add a MPC/MPD Plugin
2 participants