rofi/Examples/test_script_mode.sh

16 lines
253 B
Bash
Raw Normal View History

#!/usr/bin/env bash
echo -en "\x00prompt\x1ftesting\n"
echo -en "\0urgent\x1f0,2\n"
echo -en "\0active\x1f1\n"
echo -en "\0message\x1fSpecial <b>bold</b>message\n"
echo "aap"
echo "noot"
echo "mies"
echo "testing"
if [ -n "$@" ]
then
echo "$@"
fi