From 06067ffe962cd3861a99157886bf365e4b4cae64 Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Mon, 18 Apr 2022 17:40:13 +0200 Subject: [PATCH] =?UTF-8?q?modification=20du=20chemin=20des=20ic=C3=B4nes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- borg-gui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borg-gui.sh b/borg-gui.sh index 03caea6..a0fb469 100755 --- a/borg-gui.sh +++ b/borg-gui.sh @@ -20,7 +20,7 @@ export BORG_RELOCATED_REPO_ACCESS_IS_OK=yes dossierprofil="$HOME/.config/borg/profils-borg-zenity/" W="--width=600" H="--height=500" -iconborg="--window-icon=$HOME/.icons/borg.svg" +iconborg="--window-icon=/usr/share/icons/borg.svg" # FONCTIONS ################################################################################# @@ -227,7 +227,7 @@ fi # Démonter toutes les archives while [ $(mount | grep borgfs | cut -d" " -f3 | head -n 1) ];do ptnmontage="$(mount | grep borgfs | cut -d" " -f3 | head -n 1)" - notify-send -i $HOME/.icons/borg.svg "borg-zenity" "Démontage de $ptnmontage" + notify-send -i $iconborg "borg-zenity" "Démontage de $ptnmontage" fusermount -uz $ptnmontage && sleep 2 && rmdir $ptnmontage done