discord-but-fast/default.ini

48 lines
2.5 KiB
INI

[performance]
; How many messages should be retrieved upon opening a conversation?
historyFetch = 20
; How many messages can be collectively displayed in a conversation?
maxMessagesListed = 100
; How often to loop the UI in seconds. Lower values gives less CPU usage, but also a less reponsive UI.
uiTickTime = 0.1
[messageTracking]
; Save last message activity time into files? This is used to retrieve messages after experiencing a disconnect or similar. false = disabled, true = enabled
trackMessages = true
; Recheck messages on (re)connect? This will loop through every channel after login, or reconnect.
recheckMessages = true
; Recheck messages in an interval? This will loop through every channel every x seconds, trying to retrieve messages that have been made after the last tracked time. Requires trackMessages to be true. 0 = disabled
recheckMessagesTimer = 300
; Retrieve new messages with paranoia? This will try to retrieve messages beyond the message that arrived, until the last message that was actually tracked. This will result in 2 messages always being processed, when a new message comes in. If more than 2 messages are found, they are pushed. Requires trackMessages to be true. false = disabled, true = enabled
paranoidMessages = true
[style]
; Qt's base style. Fusion, Breeze, Windows, etc... default = system default - Using anything else than default could override your font and color choices in some instances. Try the Windows theme if some of your colors do not apply.
baseStyle = default
; Background color in hex (#AABBCC) or a css-compliant color (black, white, red, etc). default = system default
backgroundColor = default
; Font color in hex (#AABBCC) or a css-compliant color (black, white, red, etc). default = system default
fontColor = default
[font]
; Font type for variable width fonts. default = system default.
defaultType = default
; Font size in px. Other values than 8 are not supported. default = system default.
defaultSize = 8
; Font face for monospace fonts. default = system default.
monoType = default
; Font size in px. Other values than 8 are not supported. default = system default.
monoSize = 8
[textStyle]
; Style used to highlight user in chat log
userHighlight = color: #ff0000; font-weight: bold
; Conversation/friend-list styles
userOnline = color: #00ff00
userAway = color: #ffff00
userBusy = color: #ff0000
userOffline = color: #999999
[sound]
; Sound played when a new message arrives. Set to none, if you want no sound.
notification = assets/sounds/notification_whistler.wav