Skip to content

Commit bf93ad8

Browse files
Update README.md (#18)
1 parent 903e44f commit bf93ad8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Import sticker packs from telegram, to be used at the [Maunium sticker picker](h
1212
* enable Stickerpicker widget for supported Matrix Clients
1313

1414
## Client Support for Animated Sticker:
15-
| Client | gif | webp(default) | stickerpicker typ |
15+
| Client | gif | webp(default) | stickerpicker type |
1616
|--------------------------|-------------|-------------------|-------------------|
1717
| [Cinny] ||| ponies |
1818
| [Element] Desktop/Web ||| widget |
@@ -50,7 +50,7 @@ if the background of the client does not match the `transparent_color`.
5050
* [ldd](https://clang.llvm.org/) (make)
5151

5252
### Configuration:
53-
You need to create the following `config.toml` file and enter your values:
53+
You need to create the following `config.toml` file (located at *~/.config/mstickereditor/config.toml*) and enter your values:
5454
```toml
5555
[telegram]
5656
bot_key = "YOUR-TELEGRAM-BOT-KEY"
@@ -64,12 +64,14 @@ access_token = "YOUR-MATIRX-ACESSTOKEN"
6464
transparent_color = { r = 0, g = 0, b = 0, alpha = true }
6565
animation_format = "webp"
6666
```
67-
The `[sticker]` section ist optional and can be left out.
67+
The `[sticker]` section is optional and can be left out.
6868

6969
`transparent_color` is used as color for semitransparent pixel in `gif`s.
7070
The field has no effect, if the sticker is not animated or will be converted to `webp` (default).
7171
`r`,`g`,`b` must been between 0 and 255 inclusive.
7272

73+
`animation_format`: is used to convert the animated stickers to, you can either choose `webp` (default) or `gif`.
74+
7375
## Installation:
7476
Current are no prebuild binaries available. You must build mstickereditor by yourself. See below.
7577

0 commit comments

Comments
 (0)