Skip to content

Torelli/hyprmixer

Repository files navigation

🍚 hyprmixer

hyprmixer_overview.gif

👀 Overview

IMAGE ALT TEXT HERE

☑️ Features

  • Volume control
  • Play, pause, next and previous
  • Control various players at once

💾 Dependencies

Hypermixer needs playerctl to work!

🚀 Installation

You can either download the AppImage from the releases page or download it from AUR using a AUR helper

yay -S hyprmixer

🎶 Starting

Just run hyprmixer on your terminal

🍫 Use it with waybar

"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,
    }

🤝 Contributing

Feel free to send a pull request and lets make hyprmixer even better!