-
Notifications
You must be signed in to change notification settings - Fork 12
General Configuration
Steven Culwell edited this page Apr 21, 2025
·
4 revisions
The location of the config file for linux is:
~/.config/nyaa/config.toml
and on windows is
C:\Users\%USERNAME%\AppData\Roaming\nyaa\config\config.toml
theme = "Dracula" # the theme to use by default
default_source = "Nyaa" # the source to use by default
download_client = "qBittorrent" # the download client to use by default
timeout = 30 # request timeout for sources and clients (measured in seconds)
cursor_padding = 4 # cursor padding for input fields
scroll_padding = 6 # scroll padding for results table
save_config_on_change = true # save config when changing sources/themes
hot_reload_config = true # hot-reload config on change
# ...There are 4 built-in themes: Default, Dracula, Gruvbox, and Catppuccin Macchiato. You can also create custom user themes
There are 3 built-in sources: Nyaa, TorrentGalaxy, and Sukebei. Each has a separate configuration table which follows below the general config like:
#...
[source.nyaa]
base_url = "nyaa.si"
#...See Nyaa, Torrent Galaxy, or Sukebei for more information.
There are 6 built-in download clients: qBittorrent, Transmission, rqbit, DefaultApp, DownloadTorrentFile, and RunCommand. Each has a separate configuration table which follows below the general config like:
#...
[client.qBittorrent]
base_url = "http://localhost:8080/"
#...See qBittorrent, Transmission, rqbit, DefaultApp, DownloadTorrentFile, or RunCommand for more information.