mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[ScriptMode] Add markup to message test in script mode test.
This commit is contained in:
parent
eb3f2683e7
commit
974b482500
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo -en "\0prompt\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 "\0message\x1fSpecial message\n"
|
echo -en "\0message\x1fSpecial <b>bold</b>message\n"
|
||||||
|
|
||||||
echo "aap"
|
echo "aap"
|
||||||
echo "noot"
|
echo "noot"
|
||||||
|
|
Loading…
Reference in a new issue