-
Notifications
You must be signed in to change notification settings - Fork 136
Configuration
Cordless gives access to all available settings via it's configuration file. In order to find out where it lies, take a look at the message that it prints when it starts.
Type: string (Arbitrary sequence of ascii characters)
The token is necessary for login. It's basically the code that you get from combining email and password, which then acts as a key. You shouldn't ever have to touch this, simply login in when cordless prompts you to do so. Possibly use the token method instead of email and password.
Type: Integer (Must match this expression: \d
)
This setting determines the time format.
Format | Description | Example |
---|---|---|
0 | It displays hours, minutes and seconds in 24 hour format. | 12:05:23 |
1 | IT displays hours and minutes in 24 hour format. | 12:05 |
2 | It doesn't display any time. |
The default value is 1
Type: Boolean (true
/ false
)
If set to true
, it will cause the widget focus to move over to the channel tree after selecting a guild.
The default value is true
.
Type: Boolean (true
/ false
)
If set to true
, it will cause the widget focus to move over to the message input widget after channel selection.
The default value is true
.
Type: Boolean (true
/ false
)
If set to true
, this will show a frame (border) around the application, that also contains the applications name.
The default value is false
.
Type: Boolean (true
/ false
)
If set to true
, this will show a header above the chat. The header contains the channel title / chat-partner name and the channel topic of available.
The default value is true
Type: Boolean (true
/ false
)
If set to true
, the user container on the right side will show up.
This can also be toggled via the shortcut mentioned at: Navigation
Type: Boolean (true
/ false
)
If set to true
, the values of FixedSizeLeft
and FixedSizeRight
will be applied to
the UI components on the left and the right.