diff --git a/borg-gui.sh b/borg-gui.sh index e274978..9cddb7e 100755 --- a/borg-gui.sh +++ b/borg-gui.sh @@ -104,7 +104,8 @@ fi\nFiltre : "$filter"\n\ --\n------------------------------------------\n\ id\nInformation sur le dépôt\n\ ap\nAfficher le profil\n\ -ed\nEspace disque utilisé\n\ +--\n------------------------------------------\n\ +ed\nEspace disque utilisé : $(df -k --output=pcent $borg_repo | tail -n +2)\n\ qu\nQuitter\ " | zenity --list \ --height=400 --width=400 \ @@ -196,12 +197,6 @@ elif [ "$choixmenu" = "ap" ];then zenity --width=600 --height=400 --info --text="$(cd $dossierprofil && cat $fichierprofil)" -elif [ "$choixmenu" = "ed" ] ;then -# Espace disque utilisé - - espacedisqueutil=$(df -k --output=pcent $borg_repo | tail -n +2) - zenity --width=600 --info --text "Espace disque utilisé : $espacedisqueutil" - elif [ "$choixmenu" = "" ];then zenity --width=600 --info --text="Aucun choix, retour au menu." fi