1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-25 13:55:34 -05:00

[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

View file

@ -8,7 +8,7 @@ fi
if [ "$@" ] if [ "$@" ]
then then
# Override the previously set prompt. # 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 "\0keep-selection\x1ftrue\n"
# echo -en "\0new-selection\x1f2\n" # echo -en "\0new-selection\x1f2\n"
echo "red" echo "red"