This commit is contained in:
Bryan Ashby 2023-08-27 10:47:42 -06:00
parent 65ea0192fa
commit fcd961c854
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
1 changed files with 11 additions and 3 deletions

View File

@ -1322,7 +1322,11 @@
config: { config: {
selectedActorInfoFormat: "|00|15{preferredUsername} |08(|02{name}|08)\n|07following|08: {statusIndicator}\n\n|06{plainTextSummary}" selectedActorInfoFormat: "|00|15{preferredUsername} |08(|02{name}|08)\n|07following|08: {statusIndicator}\n\n|06{plainTextSummary}"
statusFollowing: "|00|10√" statusFollowing: "|00|10√"
staticIndicatorDisabled: "|00|12X" statusNotFollowing: "|00|12X"
helpTextFollowing: "|00|10SPC |08: |02Toggle Following"
helpTextFollowers: "|00|10DEL |08: |02Remove Follower"
helpTextFollowRequests: "|00|10SPC |08: |02Accept\r\n|10DEL |08: |02Deny"
mainInfoFormat10: "{helpText}"
} }
0: { 0: {
mci: { mci: {
@ -1331,8 +1335,8 @@
width: 35 width: 35
itemFormat: "|00|03{subject}|00 {statusIndicator}" itemFormat: "|00|03{subject}|00 {statusIndicator}"
focusItemFormat: "|00|19|15{subject!styleUpper}|00 {statusIndicator}" focusItemFormat: "|00|19|15{subject!styleUpper}|00 {statusIndicator}"
itemFormat: "|00{statusIndicator} |00|03{subject}" itemFormat: "|00|08{statusIndicator} |00|03{subject}"
focusItemFormat: "|00{statusIndicator} |00|19|15{subject}" focusItemFormat: "|00|08{statusIndicator} |00|19|15{subject}"
textOverflow: "..." textOverflow: "..."
} }
MT2: { MT2: {
@ -1343,6 +1347,10 @@
focusTextStyle: first lower focusTextStyle: first lower
styleSGR1: "|00|08" styleSGR1: "|00|08"
} }
MT10: {
width: 22
height: 2
}
} }
} }
} }