From 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 Mon Sep 17 00:00:00 2001 From: Vito Graffagnino Date: Tue, 8 Sep 2020 18:10:49 +0100 Subject: Added the relevent parts of the .config directory. Alss add ssh config --- .config/tremc/settings.cfg | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .config/tremc/settings.cfg (limited to '.config/tremc/settings.cfg') diff --git a/.config/tremc/settings.cfg b/.config/tremc/settings.cfg new file mode 100644 index 0000000..171bedd --- /dev/null +++ b/.config/tremc/settings.cfg @@ -0,0 +1,41 @@ +[Connection] +password = +username = +port = 9091 +host = localhost +path = /transmission/rpc +ssl = False + +[Sorting] +order = name + +[Filtering] +filter = +invert = False + +[Misc] +compact_list = False +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:white +title_error = bg:red,fg:white +download_rate = bg:black,fg:blue +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:white,fg:black +file_prio_low = bg:yellow,fg:black +file_prio_off = bg:blue,fg:black + -- cgit v1.2.3