Skip to content

Install Requirements and Config

Morteza Nourelahi Alamdari edited this page Feb 16, 2019 · 4 revisions

Install Requirements

To run mtodo you should install its requirements python3, gtk3 and python-gobject in your Linux distribution. Please check your distribution package names.

Config

To config mtodo, Change ~/.mtodo/mtodo file:

style=<STYLE NAME>
dark=<true|false>

Note: Currently this version has default, sharpviolet, system and light themes which you can use them.

Note: dark config is the gnome dark mode style. You can set your theme system and enable dark in the app by setting it true.

Note: Style name is the css file name but without extension.

To customize theme, copy the default theme to your user styles theme ~/.mtodo/styles/ directory and then customize it, and finally add its name in your config:

style=<YOUR CSS FILE NAME WITHOUT EXTENSION>
Clone this wiki locally