commit c5828e092a26ae3f58f5eeb4d757abd0ccbf886a parent 6bb384a2dca339e9374f1d269a108268c734ad86 Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Thu, 16 Sep 2021 17:37:17 +0200 Give some examples for the config Diffstat:
M | config.sample | | | 15 | +++++++++++---- |
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/config.sample b/config.sample @@ -1,8 +1,15 @@ -# Common Configurations +## Common Configurations +# How often should we poll for new messages (in seconds) POLLTIME=30 +# After how much time should a poll-process be terminated (in seconds) TIMEOUT=25 -# Telegram Configurations -TELEGRAM=0 -TG_ICON="document-send" +## Telegram Configurations +# Enable: 1, Disable: 0 +TELEGRAM=1 +# Icon to use in the notification, e.g. "telegram" +TG_ICON="telegram" +# Command that is going to be executed when pressing the notification button TG_ACTION="telegram-desktop" +# Maybe you want something else, like: +#TG_ACTION="cog --gapplication-app-id cog.webapp.telegram --cookie-jar=text -P fdo https://web.telegram.org"