From 764baad9b4151f8e6c3d5e94001c900c81453799 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 4 Sep 2024 20:03:57 +0200 Subject: [PATCH] Auto-commit kunsi-p14s.kunbox.net 2024-09-04 20:03:57 --- .config/fish/config.fish | 4 ++++ .config/systemd/user/default.target.wants/grobi.service | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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