From ac39ea3adf35274f8ca47d2e952495d8cc56b3ae Mon Sep 17 00:00:00 2001 From: eshanized Date: Tue, 16 Apr 2024 18:27:46 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory=20=F0=9F=8E=89=20!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/bin/exec-terminal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/exec-terminal b/usr/bin/exec-terminal index 28145d5..4544187 100644 --- a/usr/bin/exec-terminal +++ b/usr/bin/exec-terminal @@ -73,7 +73,7 @@ if [ -z "$terminal" ] || ! command -v "$terminal" &>/dev/null; then fi if [ -z "$terminal" ]; then - notify-send -t 15000 --app-name=Garuda\ Linux "No terminal installed" "No supported terminal emulator is installed. Please install a terminal emulator like Alacritty." + notify-send -t 15000 --app-name=Snigdha\ OS "No terminal installed" "No supported terminal emulator is installed. Please install a terminal emulator like gnome-terminal." exit 1 fi