Use dotter

This commit is contained in:
Kristofers Solo
2024-08-28 09:02:07 +03:00
parent d888080cc7
commit a42ded1119
1200 changed files with 1231 additions and 2261 deletions

19
config/rustmission.toml Normal file
View File

@@ -0,0 +1,19 @@
[general]
# Whether to hide empty columns or not
auto_hide = false
# Possible values: Red, Green, Blue, Yellow, Magenta, Cyan.
# Use prefix "Light" for a brighter color.
# It can also be a hex, e.g. "#3cb371"
accent_color = "LightMagenta"
# If enabled, shows various keybindings throughout the program at the cost of a
# little bit cluttered interface.
beginner_mode = true
[connection]
url = "http://localhost:9091/transmission/rpc" # REQUIRED!
# If you need username and password to authenticate:
# username = "CHANGE_ME"
# password = "CHANGE_ME"