15 lines
521 B
JSON
15 lines
521 B
JSON
{
|
|
"custom/media": {
|
|
"format": "{0} {1}",
|
|
"escape": true,
|
|
"return-type": "json",
|
|
"max-length": 40,
|
|
"on-click": "playerctl play-pause",
|
|
"on-click-right": "playerctl stop",
|
|
"smooth-scrolling-threshold": 3, // This value was tested using a trackpad, it should be lowered if using a mouse.
|
|
"on-scroll-down": "playerctl next",
|
|
"on-scroll-up": "playerctl previous",
|
|
"exec": "$HOME/.config/waybar/modules/mediaplayer.py 2> /dev/null", // Script in resources/custom_modules folder
|
|
},
|
|
}
|