Browse Source

writeup: увеличен шрифт

master
Maxim Likhachev 5 years ago
parent
commit
6c2262fd2f
  1. 4
      writeup

4
writeup

@ -3,14 +3,14 @@ @@ -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

Loading…
Cancel
Save