qtile: fix mute state filepath and add usage note

This commit is contained in:
steveej 2018-11-15 18:24:28 +01:00
parent d49c719f36
commit 6bd147b541
2 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,7 @@ let
pulseaudio findutils gnugrep
]}:$PATH
export MUTEFILE=''${TEMPDIR:-/tmp}./.qtilemute
export MUTEFILE=''${TEMPDIR:-/tmp}/.qtilemute
case $1 in
mute)
newstate=$(( $(cat $MUTEFILE || echo 0 ) ^ 1 ))