diff --git a/scripts/dlaudio b/scripts/dlaudio index b44d3b4..adb8122 100755 --- a/scripts/dlaudio +++ b/scripts/dlaudio @@ -1,3 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash -konsole -e yt-dlp -x -o '/home/chris/Music/%(title)s.%(ext)s' $1 +notify-send "downloading  $1" +alacritty -e yt-dlp -x -o '/home/chris/Music/%(title)s.%(ext)s' $1 diff --git a/scripts/dlvideo b/scripts/dlvideo index abb5115..71f8abc 100755 --- a/scripts/dlvideo +++ b/scripts/dlvideo @@ -1,3 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash -konsole -e yt-dlp -o '/home/chris/Videos/%(title)s.%(ext)s' $1 +notify-send "Downloading  $1" +alacritty -e yt-dlp -o '/home/chris/Videos/%(title)s.%(ext)s' $1