diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 27e92aa..80c2bca 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -70,3 +70,7 @@ end function cert echo "" | openssl s_client -connect {$argv[1]}:443 end + +function tomp3 + ffmpeg -i "$argv[1]" -vn -f mp3 -q:a 0 "$(basename "$argv[1]").mp3" +end diff --git a/.config/systemd/user/default.target.wants/grobi.service b/.config/systemd/user/default.target.wants/grobi.service index aad545f..19647d3 120000 --- a/.config/systemd/user/default.target.wants/grobi.service +++ b/.config/systemd/user/default.target.wants/grobi.service @@ -1 +1 @@ -/home/kunsi/.config/systemd/user/grobi.service \ No newline at end of file +/usr/lib/systemd/user/grobi.service \ No newline at end of file