traxor/config/default.toml

50 lines
1.1 KiB
TOML

[keybinds]
quit = "q"
next_tab = "l"
prev_tab = "h"
next_torrent = "j"
prev_torrent = "k"
switch_tab_1 = "1"
switch_tab_2 = "2"
switch_tab_3 = "3"
toggle_torrent = "enter"
toggle_all = "a"
delete = "d"
delete_force = "D"
select = " "
toggle_help = "?"
move = "m"
[colors]
highlight_background = "magenta"
highlight_foreground = "black"
header_foreground = "yellow"
info_foreground = "blue"
error_foreground = "red"
[log]
traxor = "info"
ratatui = "warn"
transmission_rpc = "warn"
# Custom tabs configuration
# Each [[tabs]] entry defines a tab with a name and list of columns.
# Available columns:
# name, status, size, downloaded, uploaded, ratio, progress, eta,
# peers, seeds, leeches, downspeed, upspeed, path, added, done,
# left, queue, error, labels, tracker, hash, private, stalled,
# finished, files, activity
#
# Example:
# [[tabs]]
# name = "All"
# columns = ["status", "ratio", "size", "uploaded", "path", "name"]
#
# [[tabs]]
# name = "Active"
# columns = ["progress", "downspeed", "upspeed", "eta", "name"]
#
# [[tabs]]
# name = "Downloading"
# columns = ["size", "left", "progress", "downspeed", "eta", "name"]