From 5117aa715a00df9e1d1ea8ff9f6858e48e127a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 1 Jan 2024 15:03:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(bin):=20added=20spotify=20ico?= =?UTF-8?q?n=20to=20the=20downloadSpotify=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .local/bin/downloadSpotify | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.local/bin/downloadSpotify b/.local/bin/downloadSpotify index 8d42ca21..47f94b25 100755 --- a/.local/bin/downloadSpotify +++ b/.local/bin/downloadSpotify @@ -1,7 +1,7 @@ #!/usr/bin/bash if ! command -v spotdl &>/dev/null; then - notify-send "Spotdl Sync" "Error: spotdl is not installed" + notify-send "Spotdl Sync" "Error: spotdl is not installed" --icon=spotify --app-name=spotify exit 1 fi @@ -14,7 +14,7 @@ FOLDERS=( "Cyberpunk-Darksynth" ) -notify-send "Spotdl Sync" "Started syncing..." +notify-send "Spotdl Sync" "Started syncing..." --icon=spotify --app-name=spotify for FOLDER in "${FOLDERS[@]}"; do cd "$HOME/Musica/Listen-To/$FOLDER" || continue