Configuration FileΒΆ

Configuration file is a .json document, containing all major parameters of the application. It is always called conf.json and located in a hidden .tray folder in the current user home folder. It contains the following parameters:

  • break – unused for now, it determines the lenght of a break between sessions in minutes.

  • path – path to the folder, containg all the issues.

    Note

    It can be only an absolute path and could be anything from simple folder to Dropbox-synchronized one.

  • theme – determines wether you want to use dark on white, or white on dark themes of the coloring or wehter you don’t want to color output at all. It is now more of a plan, not a working feature.

  • session – determines the lenght of a session in minutes.

  • decorate – determines whether the output would be decorated/colorized (true/false).