From 0e942d035d09b04d88cb018d22b8ce6aa4f4283b Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 8 May 2023 11:32:42 +0530 Subject: 1337x, yts: switch back to nerd font --- 1337x | 6 +++--- yts | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/1337x b/1337x index ff3e753..2005440 100755 --- a/1337x +++ b/1337x @@ -8,7 +8,7 @@ die() : "${1:?}" command -v notify-send > /dev/null && - notify-send " 1337x" "$1" + notify-send "󰎁 1337x" "$1" printf "\033[31;1merr: %b\033[0m\n" "$1" exit "${2:-1}" @@ -68,12 +68,12 @@ main() dep_check "$menu" - query="${*:-$(printf "" | "$menu" -p " ")}" + query="${*:-$(printf "" | "$menu" -p "󱇒 ")}" [ -z "$query" ] && die "please enter a query" fetch="$(search_1337x "$query")" - select="$(echo "$fetch" | sed -e's/^.*\///g' | tr '-' ' ' | "$menu" -l 25 -p " " | tr ' ' '-')" + select="$(echo "$fetch" | sed -e's/^.*\///g' | tr '-' ' ' | "$menu" -l 25 -p "󰎁 " | tr ' ' '-')" magnet="$(magnet_1337x "$(echo "$fetch" | grep "$select")")" [ -z "$magnet" ] && diff --git a/yts b/yts index 6b5bc95..36eec01 100755 --- a/yts +++ b/yts @@ -8,7 +8,7 @@ die() : "${1:?}" command -v notify-send > /dev/null && - notify-send " yts" "$1" + notify-send "󰎁 yts" "$1" printf "\033[31;1merr: %b\033[0m\n" "$1" exit "${2:-1}" @@ -50,7 +50,7 @@ dllink_yts() id= fetch="$(get_yts "movies/$1" | grep -Eo "value=\"[A-Z0-9]{40}\">[a-zA-Z0-9 ]*")" - select="$(echo "$fetch" | cut -d'>' -f2 | "$menu" -l 25 -p " ")" + select="$(echo "$fetch" | cut -d'>' -f2 | "$menu" -l 25 -p " ")" [ -z "$select" ] && die "please select a quality" id="$(echo "$fetch" | grep "$select" | cut -d'"' -f2)" @@ -78,12 +78,12 @@ main() dep_check "$menu" - query="${*:-$(printf "" | "$menu" -p " ")}" + query="${*:-$(printf "" | "$menu" -p "󱇒 ")}" [ -z "$query" ] && die "please enter a query" fetch="$(search_yts "$query")" - dllink="$(dllink_yts "$(echo "$fetch" | tr '-' ' ' | "$menu" -l 25 -p " " | tr ' ' '-')")" + dllink="$(dllink_yts "$(echo "$fetch" | tr '-' ' ' | "$menu" -l 25 -p "󰎁 " | tr ' ' '-')")" [ -z "$dllink" ] && die "empty magnet" -- cgit v1.2.3