-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example
42 lines (30 loc) · 947 Bytes
/
config.example
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
41
42
#!/usr/bin/env bash
LIMIT=100
# sets default color scheme
# available options: doom-one, gruv-box, nord, dracula, solarized
COLOR_SCHEME="doom-one"
# download dir
DEFAULT_DOWNLOAD_DIR="$HOME/rcli/download"
# preview position
# available options: right, left, top, bottom
DEFAULT_PREVIEW_POSITION="right"
# default proportion of window occupied by fzf preview
PREVIEW_SIZE="65%"
# send download notification
# NOTE: dunst package required
# available options: true, false
SEND_NOTIFICATION="true"
# Add subreddit and catagories here
# syntax:
# (..
#
# [catagory]="subreddit1 subreddit2 ..."
#
# ..)
#
CATAGORY=(
[Memes]="memes linuxmemes raimimemes historymemes lastimages okbuddyretard comedyheaven programmingmemes"
[Wallpapers]="wallpapers Cyberpunk Psychedelicwallpapers EarthPorn Art ArtefactPorn"
[Random]="HistoryPorn FoodPorn cats programminghorror"
[Unix]="unixporn unixart unixsocks"
)