config/jrnl: Remove extra journals & colorzie output

This commit is contained in:
xerus2000 2020-10-13 12:21:28 +02:00
parent 6acfa9f8be
commit 34c0003771
1 changed files with 4 additions and 6 deletions

View File

@ -1,8 +1,8 @@
colors: colors:
body: none body: none
date: none date: green
tags: none tags: yellow
title: none title: blue
default_hour: 0 default_hour: 0
default_minute: 0 default_minute: 0
editor: nvim editor: nvim
@ -11,10 +11,8 @@ highlight: true
indent_character: '|' indent_character: '|'
journals: journals:
default: ~/daten/Dropbox/dokumente/notes/journal/jrnl.txt default: ~/daten/Dropbox/dokumente/notes/journal/jrnl.txt
life: ~/daten/Dropbox/dokumente/notes/journal/life.txt
nug: ~/daten/Dropbox/dokumente/notes/journal/nugnug.txt nug: ~/daten/Dropbox/dokumente/notes/journal/nugnug.txt
work: ~/daten/Dropbox/dokumente/notes/journal/work.txt linewrap: 99
linewrap: 79
tagsymbols: '@' tagsymbols: '@'
template: false template: false
timeformat: '%Y-%m-%d %H:%M' timeformat: '%Y-%m-%d %H:%M'