mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
Use dotter
This commit is contained in:
19
config/rustmission.toml
Normal file
19
config/rustmission.toml
Normal 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"
|
||||
Reference in New Issue
Block a user