diff --git a/coding-terminal b/coding-terminal index 6c9ecb4..daecf15 100755 --- a/coding-terminal +++ b/coding-terminal @@ -1,4 +1,4 @@ #!/bin/sh xrdb -merge ~/.Xresources.green -urxvt -fn xft:inconsolata-22 -letsp -1 -im none & +urxvt -fn xft:inconsolata-28 -letsp -1 -im none & xrdb -merge ~/.Xresources diff --git a/youtube-mp3 b/youtube-mp3 index dd0373e..8f0ff7e 100755 --- a/youtube-mp3 +++ b/youtube-mp3 @@ -1,2 +1,2 @@ #!/bin/sh -youtube-dl --extract-audio --audio-format mp3 -f best -o "%(playlist_index)s - %(title)s.%(ext)s" $1 +yt-dlp --extract-audio --audio-format mp3 -f best -o "%(playlist_index)s - %(title)s.%(ext)s" $1