-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathwalltaker.toml
More file actions
41 lines (32 loc) · 2.08 KB
/
walltaker.toml
File metadata and controls
41 lines (32 loc) · 2.08 KB
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
#
# ▄▄▌ ▐ ▄▌ ▄▄▄· ▄▄▌ ▄▄▌ ▄▄▄▄▄ ▄▄▄· ▄ •▄ ▄▄▄ .▄▄▄
# ██· █▌▐█▐█ ▀█ ██• ██• •██ ▐█ ▀█ █▌▄▌▪▀▄.▀·▀▄ █·
# ██▪▐█▐▐▌▄█▀▀█ ██▪ ██▪ ▐█.▪▄█▀▀█ ▐▀▀▄·▐▀▀▪▄▐▀▀▄
# ▐█▌██▐█▌▐█ ▪▐▌▐█▌▐▌▐█▌▐▌ ▐█▌·▐█ ▪▐▌▐█.█▌▐█▄▄▌▐█•█▌
# ▀▀▀▀ ▀▪ ▀ ▀ .▀▀▀ .▀▀▀ ▀▀▀ ▀ ▀ ·▀ ▀ ▀▀▀ .▀ ▀
# Configuration File
#
#####################################################################
########################### Base Config ###########################
#####################################################################
[Base] # do not change
base = "https://walltaker.joi.how/links/"
#####################################################################
######################## Your Link Config #########################
#####################################################################
[Feed] # the link number to watch
feed = 0 # placeholder; please replace with your number, otherwise this will error out
#####################################################################
######################## Other Preferences ########################
#####################################################################
[Preferences]
# interval: how many seconds to wait between check-ins. Recommended: 10 -- THIS IS DEPRECATED AS OF v2.1.0
interval = 10 # THIS IS DEPRECATED AS OF v2.1.0
# mode: whether to "crop" or "fit" the images. Defualt: "crop"
mode = "crop"
# discordPresence: whether or not to use Discord's Rich Presence to show you are running Walltaker. Defualt: false
discordPresence = false
# saveLocally: save sent wallpapers into local files Defualt: false
saveLocally = false
# notifications: alert you using system notifications when new wallpapers come in. Defualt: false
notifications = false