misc: cleanup

This commit is contained in:
Dylan Araps 2018-06-04 08:45:21 +10:00
parent b3235cfff4
commit 9b09ed65fa

View file

@ -2435,7 +2435,7 @@ get_song() {
getline;
t=$2
}
END{print a " \n " b " \n " t}')"
END {print a " \n " b " \n " t}')"
;;
*) mpc &>/dev/null && song="$(mpc -f '%artist% \n %album% \n %title%' current)" ;;
@ -2996,7 +2996,7 @@ END
/^\s*font/ {
if(opt==1) a=$2;
opt=0
} END{print a}' "/etc/xdg/termite/config" \
} END {print a}' "/etc/xdg/termite/config" \
"$termite_config")"
;;