Browse Source

spread: urxvt -> st

master
Maxim Likhachev 5 years ago
parent
commit
bf22609d94
  1. 4
      spread

4
spread

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
#Создан: Пт 24 июн 2016 14:34:58 #Создан: Пт 24 июн 2016 14:34:58
#Изменён: Пт 24 июн 2016 15:06:26 #Изменён: Пт 21 фев 2020 11:49:12
if [ ! -z $1 ]; then if [ ! -z $1 ]; then
DATA=$(cat "$@") DATA=$(cat "$@")
@ -12,5 +12,5 @@ fi
\rm -rf /tmp/*.speedreading \rm -rf /tmp/*.speedreading
echo "$DATA" > /tmp/$$.speedreading echo "$DATA" > /tmp/$$.speedreading
urxvtc -e bash -c "fsz 37 && tput clear && tput cup 7 && echo && speedread /tmp/$$.speedreading 2>/dev/null && read" st -e bash -c "fsz 37 && tput clear && tput cup 7 && echo && speedread /tmp/$$.speedreading 2>/dev/null && read"

Loading…
Cancel
Save