From d14d2ace8c3840207d4c391848140135c2771578 Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Sun, 19 May 2024 16:50:42 +0200 Subject: [PATCH] chore: add notification for azure-distrobox --- files/usr/libexec/azure-distrobox | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/usr/libexec/azure-distrobox b/files/usr/libexec/azure-distrobox index 6028222..752ab26 100644 --- a/files/usr/libexec/azure-distrobox +++ b/files/usr/libexec/azure-distrobox @@ -5,4 +5,6 @@ if [ ! -f ~/.config/distrobox.ini ]; then exit 0 fi +notify-send "Azure Distrobox" "Updating distroboxes" -u NORMAL distrobox assemble create --file ~/.config/distrobox.ini +notify-send "Azure Distrobox" "Finished updating distroboxes" -u NORMAL