mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Extend script example with markup-rows
This commit is contained in:
parent
b445c79430
commit
75ba12c516
1 changed files with 2 additions and 0 deletions
|
@ -3,12 +3,14 @@
|
||||||
echo -en "\x00prompt\x1ftesting\n"
|
echo -en "\x00prompt\x1ftesting\n"
|
||||||
echo -en "\0urgent\x1f0,2\n"
|
echo -en "\0urgent\x1f0,2\n"
|
||||||
echo -en "\0active\x1f1\n"
|
echo -en "\0active\x1f1\n"
|
||||||
|
echo -en "\0markup-rows\x1ftrue\n"
|
||||||
echo -en "\0message\x1fSpecial <b>bold</b>message\n"
|
echo -en "\0message\x1fSpecial <b>bold</b>message\n"
|
||||||
|
|
||||||
echo "aap"
|
echo "aap"
|
||||||
echo "noot"
|
echo "noot"
|
||||||
echo "mies"
|
echo "mies"
|
||||||
echo "testing"
|
echo "testing"
|
||||||
|
echo "<b>Bold</b>"
|
||||||
if [ -n "$@" ]
|
if [ -n "$@" ]
|
||||||
then
|
then
|
||||||
echo "$@"
|
echo "$@"
|
||||||
|
|
Loading…
Reference in a new issue