This website requires JavaScript.
Explore
Help
Sign In
awesomewm-mirrors
/
bling
mirror of
https://github.com/BlingCorp/bling.git
Watch
1
Star
0
Fork
You've already forked bling
0
Code
Issues
Projects
Releases
Wiki
Activity
master
bling
/
signal
/
init.lua
4 lines
57 B
Lua
Raw
Permalink
Normal View
History
Unescape
Escape
Add playerctl v2 backends (#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
2022-01-08 06:33:24 +01:00
return
{
playerctl
=
require
(
...
..
"
.playerctl
"
)
,
}