MyNixOS website logo

Settings written to ~/.config/mcfly/config.toml.

Note, if your McFly database is currently in ~/.mcfly, then this option has no effect. Move the database to $XDG_DATA_DIR/mcfly/history.db and remove ~/.mcfly to make the settings take effect. See https://github.com/cantino/mcfly#database-location.

Declarations
Type
TOML value
Default
{ }
Example
{
  colors = {
    menubar = {
      bg = "black";
      fg = "red";
    };
    darkmode = {
      prompt = "cyan";
      timing = "yellow";
      results_selection_fg = "cyan";
      results_selection_bg = "black";
      results_selection_hl = "red";
    };
  };
}
Sign in to create a configuration using this setting.