From 6a07b80311b3ece3dcbf717104383172bb8a261c Mon Sep 17 00:00:00 2001 From: Harry Date: Tue, 7 Apr 2026 17:44:23 -0400 Subject: [PATCH 1/2] make warning emojis more extreme --- plugins/warp/scripts/on-session-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/warp/scripts/on-session-start.sh b/plugins/warp/scripts/on-session-start.sh index b907979..6eddaa1 100755 --- a/plugins/warp/scripts/on-session-start.sh +++ b/plugins/warp/scripts/on-session-start.sh @@ -13,7 +13,7 @@ fi if ! command -v jq &>/dev/null; then cat << 'EOF' { - "systemMessage": "⚠️ Warp notifications require jq — install it with your system package manager (e.g. brew install jq, apt install jq)" + "systemMessage": "🚨🚨🚨 Warp notifications require jq! Install it with your system package manager (e.g. brew install jq, apt install jq) 🚨🚨🚨" } EOF exit 0 From 82c06adf7dffbc528cb6c99085432d8715019269 Mon Sep 17 00:00:00 2001 From: Harry Date: Wed, 8 Apr 2026 09:14:15 -0400 Subject: [PATCH 2/2] make alerts a little less extreme --- plugins/warp/scripts/on-session-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/warp/scripts/on-session-start.sh b/plugins/warp/scripts/on-session-start.sh index 6eddaa1..ce7364b 100755 --- a/plugins/warp/scripts/on-session-start.sh +++ b/plugins/warp/scripts/on-session-start.sh @@ -13,7 +13,7 @@ fi if ! command -v jq &>/dev/null; then cat << 'EOF' { - "systemMessage": "🚨🚨🚨 Warp notifications require jq! Install it with your system package manager (e.g. brew install jq, apt install jq) 🚨🚨🚨" + "systemMessage": "🚨 Warp notifications require jq! Install it with your system package manager (e.g. brew install jq, apt install jq) 🚨" } EOF exit 0