From fcd961c854a6517fcc71168a28f2ef27bc584e4f Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 27 Aug 2023 10:47:42 -0600 Subject: [PATCH] Cleanup --- art/themes/luciano_blocktronics/theme.hjson | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/art/themes/luciano_blocktronics/theme.hjson b/art/themes/luciano_blocktronics/theme.hjson index ce31c79e..02c1d84f 100644 --- a/art/themes/luciano_blocktronics/theme.hjson +++ b/art/themes/luciano_blocktronics/theme.hjson @@ -1322,7 +1322,11 @@ config: { selectedActorInfoFormat: "|00|15{preferredUsername} |08(|02{name}|08)\n|07following|08: {statusIndicator}\n\n|06{plainTextSummary}" 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: { mci: { @@ -1331,8 +1335,8 @@ width: 35 itemFormat: "|00|03{subject}|00 {statusIndicator}" focusItemFormat: "|00|19|15{subject!styleUpper}|00 {statusIndicator}" - itemFormat: "|00{statusIndicator} |00|03{subject}" - focusItemFormat: "|00{statusIndicator} |00|19|15{subject}" + itemFormat: "|00|08{statusIndicator} |00|03{subject}" + focusItemFormat: "|00|08{statusIndicator} |00|19|15{subject}" textOverflow: "..." } MT2: { @@ -1343,6 +1347,10 @@ focusTextStyle: first lower styleSGR1: "|00|08" } + MT10: { + width: 22 + height: 2 + } } } }