From d5876c366404bfd4afe3e75dfa558320ea25914b Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Wed, 1 May 2024 17:48:46 +0530 Subject: [PATCH] refactor(users): fix typo in the script --- snigdhaos-launcher/launch-terminal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snigdhaos-launcher/launch-terminal b/snigdhaos-launcher/launch-terminal index 2c65a851..fa93f249 100644 --- a/snigdhaos-launcher/launch-terminal +++ b/snigdhaos-launcher/launch-terminal @@ -72,7 +72,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 Alacritty." exit 1 fi