[Example] Small change in escaping for caday.

This commit is contained in:
Dave Davenport 2023-01-16 18:19:30 +01:00
parent 727d7c579d
commit 652be74b1b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ fi
if [ "$@" ]
then
# Override the previously set prompt.
echo -en "\0theme\x1felement-text { background-color: "$@";}\n"
echo -en "\0theme\x1felement-text { background-color: $@;}\n"
echo -en "\0keep-selection\x1ftrue\n"
# echo -en "\0new-selection\x1f2\n"
echo "red"