- Volume control
- Play, pause, next and previous
- Control various players at once
Hypermixer needs playerctl to work!
You can either download the AppImage from the releases page or download it from AUR using a AUR helper
yay -S hyprmixer
Just run hyprmixer
on your terminal
"mpris": {
"format": "{player_icon}",
"format-paused": "{status_icon}",
"player-icons": {
"default": "\uf28b",
"mpv": "🎵"
},
"status-icons": {
"paused": "\uf144"
},
"on-click": "hyprmixer",
"max-length": 1000,
"interval": 1,
}
Feel free to send a pull request and lets make hyprmixer even better!