mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[Example] Small change in escaping for caday.
This commit is contained in:
parent
727d7c579d
commit
652be74b1b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue