From 7d8e581e02687a3109e524e17a207664fabf79f0 Mon Sep 17 00:00:00 2001 From: GNUser Date: Wed, 25 Jun 2025 21:24:34 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d267f8e..b73beeb 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,9 @@ echo "foo show" > "$SNI_BROKER" echo "foo icon dialog-warning" > "$SNI_BROKER" # Add menu entries -echo "foo menu-add date Show the date on console" > "$SNI_BROKER" -echo "foo menu-add foot Start the foot terminal" > "$SNI_BROKER" +echo "foo menu-add date#Show the date on console" > "$SNI_BROKER" +echo "foo menu-add foot#Start the foot terminal" > "$SNI_BROKER" +echo "foo menu-add echo Hello world!#Say hello on console" > "$SNI_BROKER" # Clear the menu echo "foo menu-clear" > "$SNI_BROKER"