Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

mods.ncspot.enable

Enables ncspot with a config

Type: boolean

Default: false

Example: true

mods.ncspot.config

config

Type: attribute set of anything

Default:

{
  cover_max_scale = 2;
  initial_screen = "library";
  keybindings = {
    ";" = "move right 1";
    j = "move left 1";
    k = "move down 1";
    l = "move up 1";
  };
  library_tabs = [
    "playlists"
  ];
  notification_format = {
    body = "%title";
    title = "%artists";
  };
  notify = true;
  shuffle = true;
  theme = {
    background = "#1a1b26";
    cmdline = "#c0caf5";
    cmdline_bg = "#24283b";
    error = "#414868";
    error_bg = "#f7768e";
    highlight = "#c0caf5";
    highlight_bg = "#24283b";
    playing = "#7aa2f7";
    playing_bg = "#24283b";
    playing_selected = "#bb9af7";
    primary = "#9aa5ce";
    search_match = "#f7768e";
    secondary = "#414868";
    statusbar = "#ff9e64";
    statusbar_bg = "#1a1b26";
    statusbar_progress = "#7aa2f7";
    title = "#9ece6a";
  };
}

Example: { }