From 7106a4b2ada210855ab6cc46fd69b61ec8a2d12b Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 6 Dec 2015 15:26:07 -0700 Subject: [PATCH] * Adjust listFormat for last callers and add whos online to login seq theming --- mods/themes/luciano_blocktronics/theme.hjson | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/mods/themes/luciano_blocktronics/theme.hjson b/mods/themes/luciano_blocktronics/theme.hjson index b5d5b585..919c82fb 100644 --- a/mods/themes/luciano_blocktronics/theme.hjson +++ b/mods/themes/luciano_blocktronics/theme.hjson @@ -114,7 +114,7 @@ mainMenuLastCallers: { config: { - listFormat: "|00|01|36{userName:<17.17}{location:<20.20}{affils:<18.18}{ts:<15}" + listFormat: "|00|01|36{userName:<17.17}{location:<20.20}{affils:<17.17}{ts:<15}" dateTimeFormat: MMM Do h:mma } mci: { @@ -240,7 +240,7 @@ fullLoginSequenceLastCallers: { config: { - listFormat: "|00|01|36{userName:<17.17}{location:<20.20}{affils:<18.18}{ts:<15}" + listFormat: "|00|01|36{userName:<17.17}{location:<20.20}{affils:<17.17}{ts:<15}" dateTimeFormat: MMM Do h:mma } mci: { @@ -248,6 +248,15 @@ } } + fullLoginSequenceWhosOnline: { + config: { + listFormat: "|00|01|36{node:<6.6}{userName:<17.17}{affils:<19.19}{action:<20.20}{timeOn:<8}" + } + mci: { + VM1: { height: 10 } + } + } + fullLoginSequenceSysStats: { }