Initial commit

This commit is contained in:
2025-10-14 19:12:58 +03:00
commit 03a71a5e16
83 changed files with 2457 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"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
},
}