From 34c0003771f4c56ce811fb7665572575ef57f7c5 Mon Sep 17 00:00:00 2001 From: xerus2000 <27jf@pm.me> Date: Tue, 13 Oct 2020 12:21:28 +0200 Subject: [PATCH] config/jrnl: Remove extra journals & colorzie output --- .config/jrnl/jrnl.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.config/jrnl/jrnl.yaml b/.config/jrnl/jrnl.yaml index 0150f6e..0b776b7 100644 --- a/.config/jrnl/jrnl.yaml +++ b/.config/jrnl/jrnl.yaml @@ -1,8 +1,8 @@ colors: body: none - date: none - tags: none - title: none + date: green + tags: yellow + title: blue default_hour: 0 default_minute: 0 editor: nvim @@ -11,10 +11,8 @@ highlight: true indent_character: '|' journals: default: ~/daten/Dropbox/dokumente/notes/journal/jrnl.txt - life: ~/daten/Dropbox/dokumente/notes/journal/life.txt nug: ~/daten/Dropbox/dokumente/notes/journal/nugnug.txt - work: ~/daten/Dropbox/dokumente/notes/journal/work.txt -linewrap: 79 +linewrap: 99 tagsymbols: '@' template: false timeformat: '%Y-%m-%d %H:%M'