Skip to content

Instantly share code, notes, and snippets.

View mibli's full-sized avatar
🎲
👌🏻 gotcha~

Miłosz Bliźniak mibli

🎲
👌🏻 gotcha~
View GitHub Profile
@mibli
mibli / mpvctl
Created January 7, 2017 14:14
MPV persistant ipc volume control. (WIP)
#!/bin/bash
# -------------------
# MPV CONTROL RELATED
function mpv_get_config()
{
cat ${mpv_config_path} | grep $1 | cut -f2 -d'=' ||
echo "No $1 property in config"
}
function mpv_set_config()