MyNixOS website logo

Keybinding and color settings for aria2p. Running aria2p generates a default configuration with all the options at ~/.config/aria2p/config.toml.

Declarations
Type
TOML value
Default
{ }
Example
{
  colors = {
    FOCUSED_HEADER = "BLACK NORMAL CYAN";
    METADATA = "WHITE UNDERLINE DEFAULT";
    UI = "WHITE BOLD DEFAULT";
  };
  key_bindings = {
    AUTOCLEAR = "c";
    FILTER = [
      "F4"
      "\\"
    ];
  };
}