~kris/dots

srice

ref: 178c9a25a484ead715392d50e21d03df486b8b41 srice/.config/read/config -rw-r--r-- 1.6 KiB
178c9a25 — Kris Yotam conky: sync proper config from moirai (was the greenred variant) 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# read - Unified Reading Interface Configuration
# Location: ~/.config/read/config

# ─── Library Paths ────────────────────────────────────────────────────────────
# Calibre library location
CALIBRE_LIBRARY="$HOME/Calibre Library"

# Zotero data directory
ZOTERO_DATA="$HOME/.zotero"

# sfeed feeds directory
SFEED_DIR="$HOME/.sfeed/feeds"

# ─── Data Storage ─────────────────────────────────────────────────────────────
# Notes file (markdown)
NOTES_FILE="$HOME/.local/share/read/notes.md"

# Statistics CSV
STATS_FILE="$HOME/.local/share/read/stats.csv"

# Reading queue
QUEUE_FILE="$HOME/.local/share/read/queue.txt"

# Recently opened items
RECENT_FILE="$HOME/.local/share/read/recent.txt"

# ─── Defaults ─────────────────────────────────────────────────────────────────
# Default words per minute for speedread
DEFAULT_WPM=300

# Browser for URL extraction (qutebrowser recommended)
DEFAULT_BROWSER="qutebrowser"

# Maximum items to keep in recent list
MAX_RECENT=50

# ─── Kindle (optional) ────────────────────────────────────────────────────────
# Email address for Send to Kindle
# Leave empty to disable
KINDLE_EMAIL=""