Check this one out: https://github.com/CrumblyLiquid/BakkesLinux
I had to install these packages along the process. I'm on Fedora 36 though, so package names may vary depending on what distro you're on:
protontricks
| song=$(mpc listall | fzf -i) | |
| if [ -n "$song" ]; then | |
| mpc add "$song" | |
| else | |
| exit 1 | |
| fi | |
| if [ -z "$(mpc current)" ]; then | |
| mpc play "$(mpc playlist | wc -l)" |
Check this one out: https://github.com/CrumblyLiquid/BakkesLinux
I had to install these packages along the process. I'm on Fedora 36 though, so package names may vary depending on what distro you're on:
protontricks