11 lines
254 B
Plaintext
11 lines
254 B
Plaintext
|
#!/bin/sh
|
||
|
osd_cat --pos=bottom \
|
||
|
--offset=220 \
|
||
|
--align=right \
|
||
|
--indent=0 \
|
||
|
--font="-*-terminus-bold-r-normal-*-38-*-*-*-*-*-*-*" \
|
||
|
--colour="#FF6A00" \
|
||
|
--age=0 \
|
||
|
--outline=2 \
|
||
|
--text="$1"
|