Delete the extra custom Rofi modi scripts

I forgot these are test scripts and what not.
This commit is contained in:
Gabriel Arazas 2020-10-06 08:03:01 +08:00
parent f450efa7f3
commit 7612ee5c45
2 changed files with 0 additions and 45 deletions

View File

@ -1,21 +0,0 @@
#!/usr/bin/env bash
if [ x"$@" = x"quit" ]
then
exit 0
fi
# Override the previously set prompt.
# We only want to do this on first call of script.
if [ $ROFI_RETV = 0 ]
then
echo -en "\x00delim\x1f|\n"
fi
echo -en "\x00prompt\x1fChange prompt|"
for a in {1..10}
do
echo -en "$a|"
done
echo -en "newline\ntest|"
echo -en "quit"

View File

@ -1,24 +0,0 @@
#!/usr/bin/env bash
if [ -z "${ROFI_OUTSIDE}" ]
then
echo "run this script in rofi".
exit
fi
if [ "$ROFI_RETV" = 1 ]
then
ROFI_RETV=11
fi
echo -en "\x00no-custom\x1ftrue\n"
echo -en "aap\0icon\x1ffolder\x1finfo\x1ftest\n"
echo -en "baa\x00info\x1fMONMON\n"
echo -en "aap\x00info\x1fWHAT\n"
if [ -n "${ROFI_INFO}" ]
then
echo "my info: ${ROFI_INFO} "
fi
notify-send "$ROFI_RETV"