summaryrefslogtreecommitdiff
path: root/.config/transmission-remote-cli
diff options
context:
space:
mode:
authorVito Graffagnino <vito@graffagnino.xyz>2020-09-08 18:10:49 +0100
committerVito Graffagnino <vito@graffagnino.xyz>2020-09-08 18:10:49 +0100
commit3b0142cedcde39e4c2097ecd916a870a3ced5ec6 (patch)
tree2116c49a845dfc0945778f2aa3e2118d72be428b /.config/transmission-remote-cli
parent8cc927e930d5b6aafe3e9862a61e81705479a1b4 (diff)
Added the relevent parts of the .config directory. Alss add ssh config
Diffstat (limited to '.config/transmission-remote-cli')
-rw-r--r--.config/transmission-remote-cli/settings.cfg42
1 files changed, 42 insertions, 0 deletions
diff --git a/.config/transmission-remote-cli/settings.cfg b/.config/transmission-remote-cli/settings.cfg
new file mode 100644
index 0000000..332123e
--- /dev/null
+++ b/.config/transmission-remote-cli/settings.cfg
@@ -0,0 +1,42 @@
+[Connection]
+password =
+username =
+port = 9091
+host = localhost
+path = /transmission/rpc
+ssl = False
+
+[Sorting]
+order = percentDone,status
+
+[Filtering]
+filter =
+invert = False
+
+[Misc]
+compact_list = False
+blank_lines = True
+torrentname_is_progressbar = True
+file_viewer = xdg-open %%s
+file_open_in_terminal = True
+
+[Colors]
+title_seed = bg:blue,fg:black
+title_download = bg:green,fg:black
+title_idle = bg:cyan,fg:black
+title_verify = bg:magenta,fg:black
+title_paused = bg:black,fg:yellow
+title_error = bg:red,fg:white
+download_rate = bg:black,fg:green
+upload_rate = bg:black,fg:red
+eta+ratio = bg:black,fg:white
+filter_status = bg:red,fg:black
+dialog = bg:black,fg:white
+dialog_important = bg:red,fg:black
+button = bg:white,fg:black
+button_focused = bg:black,fg:white
+file_prio_high = bg:red,fg:black
+file_prio_normal = bg:green,fg:black
+file_prio_low = bg:yellow,fg:black
+file_prio_off = bg:blue,fg:black
+