forked from BlingCorp/bling
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add playerctl v2 backends (BlingCorp#142)
* Add playerctl v2 backends * Player should be the last arguement as it's optional * Make v2 backwards compatible with v1 * Make cli v2 backwards compatible as well * Delete playerctl and rename playerctl_v2 to playerctl * Add deprecation for global signals * Update the docs * Player should be optional * Fix image downloading failing on some cases
- Loading branch information
Showing
6 changed files
with
834 additions
and
351 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
return { playerctl = require(... .. ".playerctl") } | ||
return { | ||
playerctl = require(... .. ".playerctl"), | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.