From 6c2262fd2f932b0797294bf89e05c41634d1cff2 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Mon, 2 Mar 2020 17:26:11 +0300 Subject: [PATCH] =?UTF-8?q?writeup:=20=D1=83=D0=B2=D0=B5=D0=BB=D0=B8=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=88=D1=80=D0=B8=D1=84=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- writeup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/writeup b/writeup index 8227a08..1d52a3a 100755 --- a/writeup +++ b/writeup @@ -3,14 +3,14 @@ write() { # urxvtc -fn 'xft:TrixiePro:pixelsize=20' \ # -e bash -c "vim '+colorscheme $1' '+Goyo 60%' $2" - st -f 'TrixiePro:pixelsize=24' \ + st -f 'TrixiePro:pixelsize=30' \ -e bash -c "nvim '+colorscheme $1' '+Goyo 60%' $2" } WRITE_DIR="$HOME/FILES/Docs/WRITE/" WRITE_FILE=$(cd "$WRITE_DIR" && \ls -d */* | grep -v nohup.out | rofi -dmenu) -if [ -z "$WRITE_FILE"]; then +if [ -z "$WRITE_FILE" ]; then WRITE_FILE="WIKI/$(\date +%Y-%m-%d).wiki" fi