1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00
rofi/Examples/test_script_mode.sh
Dave Davenport a1ea3e268f Add more configuration options to script mode, getting closer to dmenu.
- urgent
 - active
 - prompt
 - message
2017-09-27 20:00:33 +02:00

15 lines
240 B
Bash
Executable file

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