This repository has been archived by the owner on May 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
discord-rpcli.conf.5
68 lines (66 loc) · 1.92 KB
/
discord-rpcli.conf.5
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.Dd $Mdocdate: March 23 2023 $
.Dt DISCORD-RPCLI.CONF 5
.Os
.Sh NAME
.Nm discord-rpcli.conf
.Nd configuration file for discord-rpcli
.Sh DESCRIPTION
The
.Xr discord-rpcli 1
utility uses a configuration file to customize its default behaviour.
This file uses the standard Unix configuration file format, with
section-based key-value pairs. An example is listed below:
.Pp
.Dl [section]
.Dl key = value
.Pp
Comments can be used by putting a pound
.Dq #
symbol at the beginning of a line.
.Pp
The available configuration options are as follows:
.Bl -tag -width keyword
.It Sy [presence]
The
.Sy [presence]
section contains settings that modify Discord presence.
.Bl -tag -width keyword
.It Em client
The Client/Application ID the presence should use.
.It Em state
The presence state.
.It Em details
Additional presence details.
.It Em large-image
The asset key of the main image to use in the presence. Images
can be uploaded by visiting:
.Lk https://discord.com/developers
.It Em large-image-text
The hover text to display when one hovers their mouse cursor over the
main image.
.It Em small-image
The asset key of the secondary image to use in the presence. Images
can be uploaded by visiting:
.Lk https://discord.com/developers
.It Em small-image-text
The hover text to display when one hovers their mouse cursor over the
secondary image.
.It Em party-size
The amount of people to show in your presence's party.
.It Em party-max
The maximum amount of people to show your party can have.
.It Em start-timestamp
The timestamp representing how long you have been active in this activity,
in seconds from the Epoch (the 1st of January, 1970, 00:00 UTC).
.It Em end-timestamp
The timestamp representing the time your activity will end,
in seconds from the Epoch (the 1st of January, 1970, 00:00 UTC).
.El
.El
.Sh FILES
.Bl -tag -width ~/.config/discord-rpcli.conf
.It Pa ~/.config/discord-rpcli.conf
default configuration file location
.El
.Sh SEE ALSO
.Xr discord-rpcli 1