Change indentation
This commit is contained in:
parent
1602b84454
commit
0e1c98253d
@ -23,47 +23,48 @@
|
|||||||
https://github.com/tremc/tremc
|
https://github.com/tremc/tremc
|
||||||
|
|
||||||
#+begin_src conf :comments none :mkdirp yes :tangle ~/.config/tremc/settings.cfg :noweb no-export
|
#+begin_src conf :comments none :mkdirp yes :tangle ~/.config/tremc/settings.cfg :noweb no-export
|
||||||
[Connection]
|
[Connection]
|
||||||
password = <<get-password(passname="nas/transmission")>>
|
password = <<get-password(passname="nas/transmission")>>
|
||||||
username = tdehaeze
|
username = tdehaeze
|
||||||
port = 9091
|
port = 9091
|
||||||
host = ***REMOVED***
|
host = ***REMOVED***
|
||||||
path = /transmission/rpc
|
path = /transmission/rpc
|
||||||
ssl = False
|
ssl = False
|
||||||
|
|
||||||
[Sorting]
|
[Sorting]
|
||||||
order = name
|
order = name
|
||||||
|
|
||||||
[Filtering]
|
[Filtering]
|
||||||
filter =
|
filter =
|
||||||
invert = False
|
invert = False
|
||||||
|
|
||||||
[Misc]
|
[Misc]
|
||||||
compact_list = False
|
compact_list = False
|
||||||
torrentname_is_progressbar = True
|
torrentname_is_progressbar = True
|
||||||
file_viewer = xdg-open %%s
|
file_viewer = xdg-open %%s
|
||||||
file_open_in_terminal = True
|
file_open_in_terminal = True
|
||||||
|
|
||||||
[Colors]
|
[Colors]
|
||||||
title_seed = bg:green,fg:black
|
title_seed = bg:green,fg:black
|
||||||
title_download = bg:blue,fg:black
|
title_download = bg:blue,fg:black
|
||||||
title_idle = bg:cyan,fg:black
|
title_idle = bg:cyan,fg:black
|
||||||
title_verify = bg:magenta,fg:black
|
title_verify = bg:magenta,fg:black
|
||||||
title_paused = bg:black,fg:white
|
title_paused = bg:black,fg:white
|
||||||
title_error = bg:red,fg:white
|
title_error = bg:red,fg:white
|
||||||
download_rate = bg:black,fg:blue
|
download_rate = bg:black,fg:blue
|
||||||
upload_rate = bg:black,fg:red
|
upload_rate = bg:black,fg:red
|
||||||
eta+ratio = bg:black,fg:white
|
eta+ratio = bg:black,fg:white
|
||||||
filter_status = bg:red,fg:black
|
filter_status = bg:red,fg:black
|
||||||
dialog = bg:black,fg:white
|
dialog = bg:black,fg:white
|
||||||
dialog_important = bg:red,fg:black
|
dialog_important = bg:red,fg:black
|
||||||
button = bg:white,fg:black
|
button = bg:white,fg:black
|
||||||
button_focused = bg:black,fg:white
|
button_focused = bg:black,fg:white
|
||||||
file_prio_high = bg:red,fg:black
|
file_prio_high = bg:red,fg:black
|
||||||
file_prio_normal = bg:white,fg:black
|
file_prio_normal = bg:white,fg:black
|
||||||
file_prio_low = bg:yellow,fg:black
|
file_prio_low = bg:yellow,fg:black
|
||||||
file_prio_off = bg:blue,fg:black
|
file_prio_off = bg:blue,fg:black
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Aria2
|
* Aria2
|
||||||
** Aria2c Config
|
** Aria2c Config
|
||||||
#+begin_src conf :comments none :mkdirp yes :tangle ~/.config/aria2/aria2.conf :noweb no-export
|
#+begin_src conf :comments none :mkdirp yes :tangle ~/.config/aria2/aria2.conf :noweb no-export
|
||||||
|
Loading…
Reference in New Issue
Block a user