From 12c9c58ea43a5ea327183a9eeed205379de116df Mon Sep 17 00:00:00 2001 From: Elnu <9874955+ElnuDev@users.noreply.github.com> Date: Sat, 14 May 2022 16:18:47 -0700 Subject: [PATCH] Update README with configuration details --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5968752..58ddd3c 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,16 @@ rofi-checklist stores the checklist in `~/.rofi-checklist` as a markdown-complia - [ ] Go to bed ``` -This allows the checklist file to be used within other markdown editors. For example, you can make a symbolic link from `~/.rofi-checklist` to somewhere in your [Obsidian](https://obsidian.md/) vault — allowing a nice integration into your knowledge management software. If there's interest, support for configurable/multiple checklist file sources might be added in the future. +This allows the checklist file to be used within other markdown editors. For example, you can make a symbolic link from `~/.rofi-checklist` to somewhere in your [Obsidian](https://obsidian.md/) vault — allowing a nice integration into your knowledge management software. + +## Configuration + +To configure rofi-checklist, create `~/.config/rofi-checklist.conf`. For example, the following changes the checklist file path and makes the checkboxes square instead of circular: + +```SH +FILE=~/.rofi-checklist2 +EMPTY= +FILLED= +``` + +Ability to switch between checklist files within rofi-checklist itself will be coming soon.